Winnovative PDF to Image Documentation

PdfToImageConverterConvertPdfToTiffFile Method

Winnovative PDF to Image
Overload List

  NameDescription
Public methodConvertPdfToTiffFile(Byte, String)
Converts all the pages in a PDF document to a TIFF image file
Public methodConvertPdfToTiffFile(Stream, String)
Converts all the pages of PDF document in a stream to a TIFF image file
Public methodConvertPdfToTiffFile(String, String)
Converts all the pages of a PDF file to a TIFF image file
Public methodConvertPdfToTiffFile(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
Public methodConvertPdfToTiffFile(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
Public methodConvertPdfToTiffFile(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
Public methodConvertPdfToTiffFile(Byte, Int32, Int32, String)
Converts a range of pages of a PDF document to a TIFF image file
Public methodConvertPdfToTiffFile(Stream, Int32, Int32, String)
Converts a range of pages of a PDF document in a stream to a TIFF image file
Public methodConvertPdfToTiffFile(String, Int32, Int32, String)
Converts a range of pages of a PDF file to a TIFF image file
Top
See Also

Reference