Expand my Community achievements bar.

API to convert PDF to RTF; .jar files

Avatar

Level 1


We need to use java API to convert PDF file to RTF format.
I'm trying to use java example at:
http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/help/wwhelp/wwhimpl/common/html/wwhelp....

ile=000452.html

I have 2 questions:

1. I can't find .jar files for that example:
adobe-generatepdf-client.jar
adobe-livecycle-client.jar
adobe-usermanager-client.jar
adobe-utilities.jar
jbossall-client.jar

Any version of Livecycle I download do not have such files

What I should download to get those files?

2. Could I do conversion having Tomcat only, without JBoss or WebLogic?

Thanks,
Mikhail

1 Reply

Avatar

Level 10

1. They should be under C:\Adobe\Adobe LiveCycle ES2\LiveCycle_ES_SDK\client-libs\common. This is the LiveCycle SDK.

2. No can't do the conversion with TomCat only. You need an application server (JBoss, WebSphere, WebLogic).

Jasmin