Search found 4 matches

by Isleo
2014-12-30T04:08:10-07:00
Forum: MagickWand
Topic: PDF to PDF multipage
Replies: 1
Views: 11680

Re: PDF to PDF multipage

Autoanswer: MagickWriteImages(m_wand, dir/newFile.pdf,MagickTrue);
by Isleo
2014-12-30T03:18:58-07:00
Forum: MagickWand
Topic: PDF to PDF multipage
Replies: 1
Views: 11680

PDF to PDF multipage

Hello,

I'm trying to convert a PDF to a new PDF (with changes; threshold). The code is something like this:


string final = dir/someName.pdf;

MagickReadImage(m_wand,final.c_str());
MagickSetImageFormat(m_wand, "fax");

int umbraln = 80;

if (umbraln != 0)
MagickThresholdImage(m_wand ...
by Isleo
2014-12-23T03:51:00-07:00
Forum: MagickWand
Topic: MagickThresholdImage threshold parameter range
Replies: 2
Views: 13951

MagickThresholdImage threshold parameter range

Hi everyone,

First of all, thanks you for this fantastic library. Secondly, which is the thereshold parameter range in MagickThresholdImage method?

Thanks you in advance.