Winnovative PDF Images Extractor Documentation

PdfImagesExtractorExtractImagesToFile Method

Winnovative PDF Images Extractor
Overload List

  NameDescription
Public methodExtractImagesToFile(Byte, String, String)
Extract the images from all the pages in a PDF document to image files
Public methodExtractImagesToFile(Stream, String, String)
Extract the images from the pages of PDF document in a stream to image files
Public methodExtractImagesToFile(String, String, String)
Extract the images from all the pages of a PDF file to image files
Public methodExtractImagesToFile(Byte, Int32, String, String)
Extract the images from a PDF document to image files starting from a given PDF page number to the end of the PDF document
Public methodExtractImagesToFile(Stream, Int32, String, String)
Extract the images from 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 methodExtractImagesToFile(String, Int32, String, String)
Extract the images from the pages of a PDF file to image files starting from a given PDF page number to the end of the PDF document
Public methodExtractImagesToFile(Byte, Int32, Int32, String, String)
Extract the images from a range of pages of a PDF document to image files
Public methodExtractImagesToFile(Stream, Int32, Int32, String, String)
Extract the images from a range of pages of a PDF document in a stream to image files
Public methodExtractImagesToFile(String, Int32, Int32, String, String)
Extract the images from a range of pages of a PDF file to image files
Top
See Also

Reference