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

jotunkoray
jotunkoray
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
4

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by jotunkoray
Customize the badges you want to showcase on your profile
Changing the XML Structure in "Submit as XML" - Adobe LiveCycle 08-06-2011
Dear all,We have two PDF Templates which are submitted via a WebService using Submit as XML. For both templates we need the same structured XML output.Form 1 has the hierarchy like this (all subforms):CompanySubsdiaryResponsiblesFooterso the xml looks like............Form 2 has the hiearchy like this (all subforms):ResponsiblesSubsidiaryCompanyFooterand the xml looks like............So my question is how can influence the XML output order without changing the PDF hiearchy. This way I can change ...

Views

272

Likes

0

Replies

0
Re: saveXML() wont work for text object - Adobe LiveCycle 09-05-2011
Yes I was doing exactly that I was not aware of the floating field object. I could implement something fitting my needs in 10 minutes. For both hiding showing/place holder needs I have used floating objects. Thanks for the prompt help! Really appreciated.

Views

85

Likes

0

Replies

0
Re: saveXML() wont work for text object - Adobe LiveCycle 09-05-2011
Niall, Paul thanks for the prompt answer!@Niall: Your solution works fine but since I will have a long and formatted text, that I want to personalize I can't use it. @Paul: You are right let me explain my case. I have some parameters delivered to my pdf file and I want to personalize a paragraph that I have with these parameters. Some of these parameters are boolean flags and decide if some part of text is shown or not. On initialise phase I ran the code below. I was succesful with it. The code ...

Views

86

Likes

0

Replies

0
saveXML() wont work for text object - Adobe LiveCycle 09-05-2011
Hi all,I am pretty new with LiveCycle and I have faced my first problem on the coding side. I have attached two screenshots where you can see what I am trying to do.On first sreenshot I am using the code snippletxfa.form.FormElement.Subform.TextField1.rawValue = xfa.form.FormElement.Subform.TextField2.saveXML('pretty'); and trying to write a xml output in textfield1. It works. Second one is trying to do the same but this time a text object is used instead of a textfield. xfa.form.FormElement.Sub...

Views

899

Likes

0

Replies

6