Skip to content

DevExpress-Examples/pdf-document-api-export-document-to-multi-page-tiff-and-bitmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF Document API - Export a PDF Document to 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 overloaded methods using, for example, the file path where the converted image will be located, the largestEdgeLength parameter measured in pixels and page numbers.

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)