Skip to main content

PdfDocumentProcessor.CreateTiff Method

Name Parameters Description
CreateTiff(Stream, IEnumerable<Int32>, Single) stream, pageNumbers, imageDpi Exports PDF pages to a multi-page TIFF image with a predefined resolution and writes the image to a stream.
CreateTiff(Stream, Int32, IEnumerable<Int32>) stream, largestEdgeLength, pageNumbers Exports PDF pages to a multi-page TIFF image and writes the image to a stream.
CreateTiff(Stream, Int32) stream, largestEdgeLength Exports a PDF file to a multi-page TIFF image and writes the image to a stream.
CreateTiff(String, IEnumerable<Int32>, Single) fileName, pageNumbers, imageDpi Exports PDF pages to a multi-page TIFF image with a predefined resolution and saves the image to a file.
CreateTiff(String, Int32, IEnumerable<Int32>) fileName, largestEdgeLength, pageNumbers Exports PDF pages to a multi-page TIFF image and saves the image to a file.
CreateTiff(String, Int32) fileName, largestEdgeLength Exports a PDF document to a multi-page TIFF image and saves the image to a file.