HiQPdf Documentation

PdfImagesExtractExtractToImageFiles Method

HiQPdf Client for .NET Core
Overload List

  NameDescription
Public methodExtractToImageFiles(Byte, String, String)
Call this method to extract the images from a PDF document contained in a memory buffer to image files
Public methodExtractToImageFiles(Stream, String, String)
Call this method to extract the images from a PDF document contained in a stream to image files
Public methodExtractToImageFiles(String, String, String)
Call this method to extract the images from a PDF file to image files
Public methodExtractToImageFiles(Byte, Int32, String, String)
Call this method to extract the images from a PDF document contained in a memory buffer to image files starting from a PDF page number to the end of the PDF document
Public methodExtractToImageFiles(Stream, Int32, String, String)
Call this method to extract the images from a PDF document contained in a stream to image files starting from a PDF page number to the end of the PDF document
Public methodExtractToImageFiles(String, Int32, String, String)
Call this method to extract the images from a PDF file to image files starting from a PDF page number to the end of the PDF document
Public methodExtractToImageFiles(Byte, Int32, Int32, String, String)
Call this method to extract the images from a range of pages of a PDF document contained in a memory buffer to image files
Public methodExtractToImageFiles(Stream, Int32, Int32, String, String)
Call this method to extract the images from a range of pages of a PDF document contained in a stream to image files
Public methodExtractToImageFiles(String, Int32, Int32, String, String)
Call this method to extract the images from a range of pages of a PDF file to image files
Top
See Also

Reference