Export to JPEG gives exception

The Amyuni PDF Converter is our Printer Driver that enables you to convert any documents to PDF format. If you have any questions about installing and using the Amyuni PDF Converter please post them here.
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 PDF converter 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 »

Hello,

Please don't cross post the same thread to two forums.

I replied to your post in Document Converter forum.

Thank you.
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,


I replied to your post in the Document Converter forum.
Post Reply