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

Export a PDF document to multi-page Tiff and bitmap images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.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.


About

Export a PDF document to multi-page Tiff and bitmap images.

License:Other


Languages

Language:C# 50.3%Language:Visual Basic .NET 49.7%