View comments | RSS feed

The com.adobe.livecycle.convertpdfservice.client package provides classes for converting PDF documents to PostScript and image file formats. You can use this package to create Java client applications that interact with the Convert PDF service. This package enables you to implement in your custom applications the functionality that the Convert PDF service provides. For more information about how to use this package, see the Convert PDF service Converting PDF Documents to PostScripot guide.



Classes
 ClassDescription
 ConvertPdfServiceClientThis class provides APIs to convert PDF documents to PostScript and image files.
 ToImageOptionsSpecThis class enables you to define run-time options that control how the Convert PDF to Image service generates images in various formats.

Comments


No screen name said on Dec 6, 2007 at 11:57 AM :
Where can i get the acrobat api to use the package com.adobe.livecycle.convertpdfservice.client in my java program? THX :D
smacdonald2008 said on Dec 6, 2007 at 1:42 PM :
Not really sure what you mean by the Acrobat API. The Acrobat SDK has serveral APIs, including a C based API. However to use the Convert PDF API, you must include the following JAR files into your Java application,s class path:

This Java Quick Start uses the following JAR files
1. adobe-convertpdf-client.jar
2. adobe-livecycle-client.jar
3. adobe-usermanager-client.jar
4. adobe-utilities.jar
5. jbossall-client.jar (use a different JAR file if LiveCycle ES is not deployed on JBoss)

These JAR files are located in the following path:
<install directory>/Adobe/LiveCycle8/LiveCycle_ES_SDK/client-libs

For complete details about the location of these JAR files,
see "Including LiveCycle ES library files" in the SDK Help

Hope this helps.
smacdonald2008 said on Dec 6, 2007 at 1:57 PM :
By the way, the com.adobe.livecycle.convertpdfservice.client package belongs to the LiveCycle API, not related to the Acrobat SDK.

 

RSS feed | Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/javadoc/com/adobe/livecycle/convertpdfservice/client/package-detail.html