Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

janakamaduranga
janakamaduranga
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
5

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by janakamaduranga
Customize the badges you want to showcase on your profile
Re: location of formserver-client.jar - Adobe LiveCycle 23-07-2010
thank for the answer.But i could not find the jar in given laocation

Views

90

Likes

0

Replies

0
com.adobe.formServer.interfaces.RenderFormException: javax.naming.NameNotFoundException: com not bou - Adobe LiveCycle 23-07-2010
HII am trying to create from xdf file using formserver-client.jar. This my codeIOutputContext _context = LiveCycle.getInstance().renderPdfForm( "http://localhost:8080/lesson2", "requestform.xdp", XomUtil.toByteArray(_formData));LiveCycle class ispublic class LiveCycle { private static LiveCycle self = null; private EJBClient lcForms; private LiveCycle() { // Singleton constructor lcForms = new EJBClient(); } static public LiveCycle getInstance() { if (self == null) { self = new LiveCycle(); } re...

Views

622

Likes

0

Replies

0
location of formserver-client.jar - Adobe LiveCycle 22-07-2010
Hi, I installed livecycle Es. I want to test livecycle form ES application. For that i want formserver-client.jar. I can not find it in within my installation. Can you plese tell me where to find it. Thant You

Views

626

Likes

0

Replies

2
What application should i use to create the xml data as the input data for XFA template - Adobe LiveCycle 21-07-2010
HI,I need to generate pdf or html document form from existing XDP with the given xml formatted data set. We usually use word to generate content for those XFA template, as the data should be in xml format content in word document should be able to convert into xml document that is compatible with XFA template. I want to know if there is any tool to conver word doument content to xml format that is compatible with XFA template or has adobe given their own tool to create content that comply with X...

Views

487

Likes

0

Replies

2