Skip to content

AlexanderTemnov/how-to-export-a-pdf-document-to-multi-page-tiff-and-bitmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to export a PDF document to a multi-page tiff and bitmap images

To accomplish this task:

Create a PdfDocumentProcessor instance and load the required PDF document using the overloaded PdfDocumentProcessor.LoadDocument method.

To export a page to a bitmap image, call the PdfDocumentProcessor.CreateBitmap method using the page number and the largestEdgeLength parameter measured in pixels. The latter parameter determines the output image height for pages in the portrait orientation and width - for landscape pages.

To export a page to a multi-page tiff image, call one of the PdfDocumentProcessor.CreateTiff overloaded methods using, for example, the file path where the converted image will be located, the largestEdgeLength parameter measured in pixels and page numbers.


Releases

No releases published

Packages

No packages published

Languages