PdfImagesExtractorExtractImages Method

Overload List

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

See Also