Skip to main content

Export PDF Page As Image

Export a single PDF page as an image.

File

  • File Path: The full path of the PDF file to be read
    • Type: System.String
    • Required
  • Output File Path: The output image file path. The file name must be end, in a valid image extension.
    • Type: System.String
    • Required
  • Password: The password of the PDF file, if necessary
    • Type: System.String
  • Image Dpi: Image dpi used for OCR. Default value is 150
    • Type: System.Int32
  • Page Number: The number of the PDF file's page to extract.
    • Type: System.Int32
    • Required