Examples

TIFF/TIF to PDF in Java

TIFF to PDF or multiplage TIFF to PDF conversion can be done using the DynamicPDF Converter and DynamicPDF Generator product.

How to Convert TIFF to PDF

TIFF or multi page TIFF can be converted to PDF using the TiffFile class from the Generator product. The Generator product gives more control on individual page elements if any are being added to the PDF in additiong to from converting TIFF to PDF.

ImageData can also be reused if images are being added individually using the Image class to the PDF to save memory and to reduce the output PDF size. Please refer to the ImageReuse topic from our help documentation for more information.

Steps to Convert TIFF/Multipage TIFF to PDF

  1. Create a TiffFile object by passing the TIFF file name.
  2. Create a Document object from the TiffFile.
  3. Invoke the Draw method on the Document to output the PDF.

Sample code - Java

TiffFile tiffFile = new TiffFile("MyMultipageTiff.tiff");

Document document = tiffFile.getDocument();

document.Draw(@"Output.pdf");

Getting Started

DynamicPDF Generator Information

More information can be found here:

Available in Other Platforms

DynamicPDF Generator is available for the following platforms. Refer to the respective product pages for more details.

Why Choose DynamicPDF?

  • Transparent Pricing
  • Lots of Features
  • Easy to Use
  • Great Support
  • Efficient Performance
  • Product Maturity (Over 22 Years)
  • Free Evaluation
  • .NET Core Support (Most Products)
  • Flexible Licensing

We’re Not The Only Ones That Think We’re Great!