Search found 4 matches
- 2014-12-30T04:08:10-07:00
- Forum: MagickWand
- Topic: PDF to PDF multipage
- Replies: 1
- Views: 11730
Re: PDF to PDF multipage
Autoanswer: MagickWriteImages(m_wand, dir/newFile.pdf,MagickTrue);
- 2014-12-30T03:18:58-07:00
- Forum: MagickWand
- Topic: PDF to PDF multipage
- Replies: 1
- Views: 11730
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 ...
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 ...
- 2014-12-23T08:04:33-07:00
- Forum: MagickWand
- Topic: MagickThresholdImage threshold parameter range
- Replies: 2
- Views: 14040
- 2014-12-23T03:51:00-07:00
- Forum: MagickWand
- Topic: MagickThresholdImage threshold parameter range
- Replies: 2
- Views: 14040
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.
First of all, thanks you for this fantastic library. Secondly, which is the thereshold parameter range in MagickThresholdImage method?
Thanks you in advance.