Winnovative PDF to Image Documentation

PdfToImageConverterConvertPdfPagesToImageFile Method

Winnovative PDF to Image
Overload List

  NameDescription
Public methodConvertPdfPagesToImageFile(Byte, String, String)
Converts all the pages in a PDF document to image files
Public methodConvertPdfPagesToImageFile(Stream, String, String)
Converts all the pages of PDF document in a stream to image files
Public methodConvertPdfPagesToImageFile(String, String, String)
Converts all the pages of a PDF file to image files
Public methodConvertPdfPagesToImageFile(Byte, Int32, String, String)
Converts the pages of a PDF document to image files starting from a given PDF page number to the end of the PDF document
Public methodConvertPdfPagesToImageFile(Stream, Int32, String, String)
Converts the pages of a PDF document in a stream to image files starting from a given PDF page number to the end of the PDF document
Public methodConvertPdfPagesToImageFile(String, Int32, String, String)
Converts the pages of a PDF file to image files starting from a given PDF page number to the end of the PDF document
Public methodConvertPdfPagesToImageFile(Byte, Int32, Int32, String, String)
Converts a range of pages of a PDF document to image files
Public methodConvertPdfPagesToImageFile(Stream, Int32, Int32, String, String)
Converts a range of pages of a PDF document in a stream to image files
Public methodConvertPdfPagesToImageFile(String, Int32, Int32, String, String)
Converts a range of pages of a PDF file to image files
Top
See Also

Reference