I run the Document converter version 2.5.1.2 and I got an error opening a PDF document (pdf version 1.1).
I use the code snippet below:
Set objCDIntfExDocument = CreateObject("CDIntfEx.Document") ' CDIntfEx.Document
If Not objCDIntfExDocument Is Nothing Then
' Amyuni driver converter
objCDIntfExDocument.SetLicenseKey AMYUNI_COMPANY_NAME_CONVERT, AMYUNI_LICENSE_KEY_CONVERT
objCDIntfExDocument.open v_sPdfFileName
PDF2JPG_A = objCDIntfExDocument.ExportToJPeg(v_sJpgFileName, nQualita)
Else
PDF2JPG_A = False
End If
The error text is:
"Error opening PDF document 65535"
Does the Amyuni Document converter not recognize the pdf version 1.1?
Can anyone help me ?
PDF Convert error on opening PDF version 1.1
Hello,
We don't have issues openeing the PDF files 1.1, but there might be a feature in the PDF file you have that we don't support (example Jbig compression was not supported in version 2.5).
I suggest that you try opening your file using version 3.0 currently avalialbe on our site, if you are still getting an error please send the file to support@amyuni.com so our engineers can check it.
Hope this helps.
We don't have issues openeing the PDF files 1.1, but there might be a feature in the PDF file you have that we don't support (example Jbig compression was not supported in version 2.5).
I suggest that you try opening your file using version 3.0 currently avalialbe on our site, if you are still getting an error please send the file to support@amyuni.com so our engineers can check it.
Hope this helps.