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

MartinDetva
MartinDetva
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
10

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by MartinDetva
Customize the badges you want to showcase on your profile
Re: RichText with HTML markup in PDF - Adobe LiveCycle 11-02-2011
Hi AbhinavWhat my question your reply does apply to? Nr. 3?   Martin

Views

116

Likes

0

Replies

0
Re: RichText with HTML markup in PDF - Adobe LiveCycle 11-02-2011
nobody knows?

Views

117

Likes

0

Replies

0
RichText with HTML markup in PDF - Adobe LiveCycle 10-02-2011
HelloI've come to the point, when I need to display rich text with html markups in output PDF.PDF is going to be printed and I don't want anything to be editable.I've started with xsd schema for the xdp template, where particular element looks like this: in xdp form, I am using TextField with RichText option switched on, value type: Read Onlyas a test, xml data, which I am passing into it, looks like this: Note homepage It comes from the html snippet, which is also displayed in java we...

Views

756

Likes

0

Replies

3
Re: Rotate an image field - Adobe LiveCycle 08-10-2010
I am using Developer 9 and it works for me even with the imageField.

Views

580

Likes

0

Replies

0
Re: click-able images in generated PDF - Adobe LiveCycle 07-10-2010
So ...I had to figure it out myself, as always when doing something with Adobe Livecycle PDF Start the scripting editor in Adobe Designer and:Click on the particular imagefieldSelect the event - form:readySelect the Language: JavaScript & Run At: ClientType the following in the script area - .access = "readOnly"; Example: If the binding name of Image Field is ImageField1 then type the following line in the scripting area: ImageField1.access = "readOnly";and that's it

Views

92

Likes

0

Replies

0
click-able images in generated PDF - Adobe LiveCycle 07-10-2010
Hellois there any way how to disable click-able images (ImageFields) on generated PDF? I was able to set TextFields to readonly mode, but I can't somehow find the way how to set images to not to be click-able. Thanks, Martin

Views

506

Likes

0

Replies

1
Re: How to store generated PDF to client computer - Adobe LiveCycle 28-09-2010
I've managed to figure it out...it might help to someone.I don't produce String outputPath anymore, but right after the activity which renders the PDF, I use the document as an output variable of the Adobe LC service.On Java side, I convert the the object from the response to Document (Adobe type) and then call copyToFile() method. Got my PDF on local HDD

Views

79

Likes

0

Replies

0
How to store generated PDF to client computer - Adobe LiveCycle 26-09-2010
HelloI've made a process in Adobe LiveCycle Workbench which generates a PDF on OutputPath (string variable) from XDP and XML data provided . Service is invoked from Java web application.Environment, where the LiveCycle and our Java application sits is Linux and I have to provide credentials in code to access this service from Java client.Is there any way how to store the generated PDF not only to linux server, but also to client computer? Our web-application will be used in production by anyone ...

Views

392

Likes

0

Replies

1
Re: adobe livecycle pdf doesn't work for me :( - Adobe LiveCycle 21-09-2010
HelloThanks for the answer. I am using these jars at the moment:adobe-livecycle-client.jar adobe-usermanager-client.jar wlclient.jar activation.jar axis.jar commons-codec-1.3.jar commons-collections-3.1.jar commons-discovery.jar commons-logging.jar dom3-xml-apis-2.5.0.jarjaxen-1.1-beta-9.jar jaxrpc.jar log4j.jar mail.jar saaj.jar wsdl4j.jar xalan.jar xbean.jar xercesImpl.jar adobe-forms-client.jar adobe-output-client.jaradobe-utilities.jarbut I am still getting the same error

Views

126

Likes

0

Replies

0
adobe livecycle pdf doesn't work for me :( - Adobe LiveCycle 21-09-2010
Hello allI've got the following java code, using the Java API://except the soap libraries, I am using these external jars: adobe-output-client.jar, adobe-livecycle-client.jar, adobe-generatepdf-client.jarProperties connectionProps = new Properties();connectionProps.setProperty(ServiceClientFactoryProperties.DSC_DEFAULT_SOAP_ENDPOINT, "http://server:port");connectionProps.setProperty(ServiceClientFactoryProperties.DSC_TRANSPORT_PROTOCOL, ServiceClientFactoryProperties.DSC_SOAP_PROTOCOL);connectio...

Views

949

Likes

0

Replies

2