PdfDocumentProcessor.CreateTiff Method
Name | Parameters | Description |
---|---|---|
Create |
stream, page |
Exports PDF pages to a multi-page TIFF image with a predefined resolution and writes the image to a stream. |
Create |
stream, largest |
Exports PDF pages to a multi-page TIFF image and writes the image to a stream. |
Create |
stream, largest |
Exports a PDF file to a multi-page TIFF image and writes the image to a stream. |
Create |
file |
Exports PDF pages to a multi-page TIFF image with a predefined resolution and saves the image to a file. |
Create |
file |
Exports PDF pages to a multi-page TIFF image and saves the image to a file. |
Create |
file |
Exports a PDF document to a multi-page TIFF image and saves the image to a file. |