Export to JPEG gives exception

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
theGhost_k8
Posts: 19
Joined: Fri Jan 12 2007

Export to JPEG gives exception

Post by theGhost_k8 »

I got the error when try to export the pdf document. Following is the code which i had written.

I am using the fileversion of Amuni 2.5.1.4

pdfDoc = New CDIntfEx.DocumentClass

pdfDoc.Open(Application.StartupPath & "\Test.pdf")
pdfDoc.SetLicenseKey("LicenseTo",Activation code)
pdfDoc.Optimize(0)
pdfDoc.ExportToJPEG(Application.StartupPath & "\exporttojpg.jpg", CDIntfEx.acJPegExportOptions.acJPegExportOptionDefault)

Following is the error message
"JPEG Export feature not available"
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Please check that your activation code and license allow export to Jpeg.
theGhost_k8
Posts: 19
Joined: Fri Jan 12 2007

Post by theGhost_k8 »

we are using PDF converter file version 2.5.1.2.
As per your technical PDF decsription, Export to JPEG functionality is available in it.
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

Export to JPeg is available in the Document Converter not the PDF Converter. starting version 3.0 ExportToJpeg is available in PDF Suite

Please double check with our technical support support@amyuni.com if the version you have has the PDFToJPeg module in it.

you mentioned once version 2.5.1.4 and once version 2.5.1.2, please check that there is conflict in the dlls you are using, you need to have 1 set of dlls on your system with the same version, please use 2.5.1.4 because it is the recent in the 2.5 series

Hope this helps.
Post Reply