Overload List
Name | Description | |
---|---|---|
ExtractImages(Byte) |
Extract the images from all the pages in a PDF document to image objects
| |
ExtractImages(Stream) |
Extract the images from all the pages of PDF document in a stream to image objects
| |
ExtractImages(String) |
Extract the images from all the pages of a PDF file to image objects
| |
ExtractImages(Byte, Int32) |
Extract the images from the pages of a PDF document to image objects starting from a given PDF page number to the end of the PDF document
| |
ExtractImages(Stream, Int32) |
Extract the images from the pages of a PDF document in a stream to image objects starting from a given PDF page number to the end of the PDF document
| |
ExtractImages(String, Int32) |
Extract the images from the pages of a PDF file to image objects starting from a given PDF page number to the end of the PDF document
| |
ExtractImages(Byte, Int32, Int32) |
Extract the images from a range of pages of a PDF document to image objects
| |
ExtractImages(Stream, Int32, Int32) |
Extract the images from a range of pages of a PDF document in a stream to image objects
| |
ExtractImages(String, Int32, Int32) |
Extract the images from a range of pages of a PDF file to image objects
|
See Also