Automation error when convert PDF to Jpeg file

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
yanyu
Posts: 1
Joined: Thu Jun 30 2005

Automation error when convert PDF to Jpeg file

Post by yanyu »

OS: WinXP SP2 Professional
IDE: VB6
mdoule name: cdintf210.dll
File version: 2.1.09

Description:
Got automation error when converting PDF to Jpeg file. Error description is:

-2147417848 Automation error. The object invoked has disconnected from its clients.

VB code:
sFilePath = ContentPath & "\test.pdf"
Dim Doc As New CDIntfEx.Document

Doc.SetLicenseKey "","" ' hide our license key here

Doc.Open sFilePath
Doc.ExportToJPEG ContentPath & "\pdfimage0.jpg", acJPegExportOptionLow


Failed at line "Doc.Open sFilePath".

Please help me to check it.
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

It could be possible that you are trying to open a pdf document that is not supported by version 2.1.0.9

You can either try our latest version 2.50 to see if it supports your document or you can send us the document to support@amyuni.com to check it.

Hope this helps.
Post Reply