Skip to content

Latest commit

 

History

History

TiffToPdf

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Convert TIFF to PDF in C# and VB.NET

This sample shows how to create a PDF from single- and multi-page TIFF images using Docotic.Pdf library.

Description

Use PdfDocument.OpenImage methods to open a potentially multipage image. After that, you can enumerate all frames (pages) in the image and add them to the PDF.

The code adjusts the page size, so the image occupies the whole page. As an alternative, you can keep the page size unchanged and instead scale the frame up or down. Then you can place the scaled image in the center of the page.

See also