Search found 2 matches
- 2015-10-08T02:01:51-07:00
- Forum: MagickWand
- Topic: How to convert PDF to TIF with PascalMagick / MagickWand
- Replies: 3
- Views: 15657
Re: How to convert PDF to TIF with PascalMagick / MagickWand
I use the DLLs of 6.8.9-Q16 on Win32.
- 2015-10-07T08:15:37-07:00
- Forum: MagickWand
- Topic: How to convert PDF to TIF with PascalMagick / MagickWand
- Replies: 3
- Views: 15657
How to convert PDF to TIF with PascalMagick / MagickWand
Hello, i need to convert PDF to TIF and use MagickWand (with PascalMagick). On commandline I managed to convert the file perfectly with convert -density 200 -flatten 315a743.pdf[0] temp.tif With MagickWand API I only get a very bad imagequality (72 dpi???). I need to translate both, the -density and ...