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:
Permission problem of "PDF2Image.CPDF2Image" DCOM
Pages being dropped using docPrint pro v3.3
PDF to Image Converter does place White Line in output TIFF file
How to convert pdf file to emf image?
How to convert the 4th page of pdf to wmf?
Recommend an app to convert between PDF and image
VeryPDF Cloud API Platform :: PDF to Image Converter Cloud API
64 bit app calling 32 bit dll? How to call 32bit PDF to Image DLL (pdf2image.dll) from a 64bit appli...