Converting tif to pdf

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
rottmanj

Converting tif to pdf

Post by rottmanj »

I am working with convert to well convert tif files to pdf files. The operation works fine on the server. However, when I attempt to view the pdf file I get the following error when I try to view the pdf in adobe reader.

A Drawing error Occurred


This is my test command that I am using.

convert PC1.tif PC1.pdf

I have also tried

convert PC1.tif pdf:PC1.pdf

Both commands give the same error.

Has anyone had this problem before? And if so were you able to find a work around?
Post Reply