Overload List
Name | Description | |
---|---|---|
ConvertPdfToTiffFile(Byte, String) |
Converts all the pages in a PDF document to a TIFF image file
| |
ConvertPdfToTiffFile(Stream, String) |
Converts all the pages of PDF document in a stream to a TIFF image file
| |
ConvertPdfToTiffFile(String, String) |
Converts all the pages of a PDF file to a TIFF image file
| |
ConvertPdfToTiffFile(Byte, Int32, String) |
Converts the pages of a PDF document to a TIFF image file starting from a given PDF page number to the end of the PDF document
| |
ConvertPdfToTiffFile(Stream, Int32, String) |
Converts the pages of a PDF document in a stream to a TIFF image file starting from a given PDF page number to the end of the PDF document
| |
ConvertPdfToTiffFile(String, Int32, String) |
Converts the pages of a PDF file to a TIFF image file starting from a given PDF page number to the end of the PDF document
| |
ConvertPdfToTiffFile(Byte, Int32, Int32, String) |
Converts a range of pages of a PDF document to a TIFF image file
| |
ConvertPdfToTiffFile(Stream, Int32, Int32, String) |
Converts a range of pages of a PDF document in a stream to a TIFF image file
| |
ConvertPdfToTiffFile(String, Int32, Int32, String) |
Converts a range of pages of a PDF file to a TIFF image file
|
See Also