Can imagemagick convert pdf completely?

Magick.NET is an object-oriented C# interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick.NET
Post Reply
dase544
Posts: 2
Joined: 2016-08-07T16:31:22-07:00
Authentication code: 1151

Can imagemagick convert pdf completely?

Post 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?
Last edited by dase544 on 2016-08-07T18:02:50-07:00, edited 1 time in total.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Can imagemagick convert pdf completely?

Post 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.
snibgo's IM pages: im.snibgo.com
dase544
Posts: 2
Joined: 2016-08-07T16:31:22-07:00
Authentication code: 1151

Re: Can imagemagick convert pdf completely?

Post 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.
Post Reply