PDF Convert error on opening PDF version 1.1

These different converters modules enables you to convert your existin documents to the above formats. These are all parts of our Document Converter produt.
Here you can post all the installation and usage issues related to the document converters including our latest DOCX Converter
Post Reply
griseri
Posts: 1
Joined: Wed Mar 21 2007

PDF Convert error on opening PDF version 1.1

Post by griseri »

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 ?
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

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.
Post Reply