I need a list of all the possible error codes that can be returned from PDFToImageConverter.
Specifically, I am getting the value 2 returned when trying to convert a couple PDFs.
==========================
PDFToImageConverter does return following error codes,
//Return 0 is indicate the conversion success,
//Return -1 is indicate the parameters error,
//Return 1 is indicate the "File open error" or "Invalid PDF file",
//Return 2 is indicate the "Open Password-protected PDF file"
//Other values are indicate an unknown error,
==========================
The error is 2, but the PDF file is not password protected. Any ideas?
I tried passing both NULL, and empty string in the password parameters, but still got error 2.
==========================
Please email to us your sample PDF file in question, after we checked your sample PDF file, we will figure out a solution to you asap.
==========================
Related Posts
Related posts:
Convert PDF file to grayscale TIFF file by PDF To Image Converter SDK
Which PDF to Image Converter is based on PDFToImageConverter2() function?
How to convert pdf file to pcx image?
Can we add watermarks on PNG image when we need to convert PDF to PNG in PDF To Image Converter?
How could I convert a TIF file to PDF format?
How could we get a grayscale png through converting pdf to png?
Convert PDF file to Fax TIFF file by special options
Convert PDF file to image files, and convert image files back to PDF file again, but the new PDF fil...