PdfImagesExtractorExtractImagesToFile Method

Overload List

ExtractImagesToFile(Byte, String, String) Extracts images from all pages in a PDF document to image files
ExtractImagesToFile(Stream, String, String) Extracts images from the pages of a PDF document in a stream to image files
ExtractImagesToFile(String, String, String) Extracts images from all pages of a PDF file to image files
ExtractImagesToFile(Byte, Int32, String, String) Extracts images from a PDF document to image files starting at a given page number through the end of the document
ExtractImagesToFile(Stream, Int32, String, String) Extracts images from the pages of a PDF document in a stream to image files starting at a given page number through the end of the document
ExtractImagesToFile(String, Int32, String, String) Extracts images from the pages of a PDF file to image files starting at a given page number through the end of the document
ExtractImagesToFile(Byte, Int32, Int32, String, String) Extracts images from a range of pages of a PDF document to image files
ExtractImagesToFile(Stream, Int32, Int32, String, String) Extracts images from a range of pages of a PDF document in a stream to image files
ExtractImagesToFile(String, Int32, Int32, String, String) Extracts images from a range of pages of a PDF file to image files

See Also