There are blank pages in my PDF when I use the SDK to convert files from TIFF format.
Problem:
There are blank pages in my PDF when I use the SDK to convert files from TIFF format.
Cause:
TIFF files may get scaled beyond permitted dimensions as they sometimes feature a DPI of 14. This will result in PDFs exceeding the maximum permitted size of 200x200 inches (14400x14400 points), which means that Acrobat Reader will not display them (even though PDF-XChange will).
Resolution:
The DPI should be limited to a more reasonable range (for example 50-4800) in order to resolve this issue. This should ensure that images contain the correct DPI and that information is not missed. Additionally, the page size should be limited so that the largest dimension does not exceed 200 inches.
Please note that this process will not remove from image quality. The initial zoom factor is the only affected element.
More Like This
-
KB#72: How do Icopy an image from an existing PDF file to a new PDF file and retain the original dimensions?
-
KB#227: I have an issue using the PDF-XChange SDK sample code with Microsoft Visual Basic in 'Interactive Mode' for debugging.
-
KB#50: Error when running application scheduled task
-
KB#51: I have a problem with my web application making calls to PXCLIB40.dll when running in 64 bit development environment
-
KB#63: Are there any examples of the low-level API functions?