Page 1 of 1

Can imagemagick convert pdf completely?

Posted: 2016-08-07T16:45:37-07:00
by dase544
I'm making .net program that print pdf files.
I used 'spirePDF' library
but I have Printing problem. some of character was broken when printed.

To solve printing problem, I will print pdf as an image, but I can't use acrobat reader.
https://helpx.adobe.com/acrobat/kb/quic ... image.html

so i will convert pdf to tif, and print the tif file.

But, I don't know that imagemagick can convert pdf completely.(character broken, chopped etc.)

Can imagemagick convert pdf completely?

Re: Can imagemagick convert pdf completely?

Posted: 2016-08-07T16:51:47-07:00
by snibgo
It depends on what the problem is. If Adobe software can't correctly print the PDF, there is almost no chance that IM will do any better.

Re: Can imagemagick convert pdf completely?

Posted: 2016-08-07T18:01:07-07:00
by dase544
I'm sorry that my explanation is uncomplete.

I used 'spirePDF' library, but it occured problem upper.
then I found solution, 'print as an image', but I can't use acrobat reader.
so i will use IM, but i doubt IM can convert pdf completely.