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

Susila_S
Susila_S
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
19

Discussions

Discussions
0

Questions

Questions
8

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Susila_S
Customize the badges you want to showcase on your profile
Re: How to export xml from PDF form in adobe reader? - Adobe LiveCycle 18-10-2012
Thanks for your immediate reply Raghu.Please let me know answer for the following question: I can able to get exported XML from Reader enabled PDF using the following code on click of the submit button xfa.host.exportdata("",0); My question is can we able to get some additional static code in exported xml file using any script?

Views

10.9K

Likes

0

Replies

0
How to export xml from PDF form in adobe reader? - Adobe LiveCycle 17-10-2012
[Thread Edited By Adobe] /*Don’t forget to meet and greet your fellow peers virtually by telling them about yourself here. Go ahead and to it now: https://adobe.ly/3eDnB4v */ Actual Question: Hi Every one! I need to export xml from PDF form using Adobe reader. Can any one help me on this? Actually Adobe acrobat having built-in option as "Export XML". But in reader there is no option like that. But I can able to get the exported XML using submit button. But without using button/Adobe work bench w...

Views

77.0K

Likes

0

Replies

5
Re: Achieve the tab order for dynamically added section - Adobe LiveCycle 08-06-2010
Hi,Thanks for your reply.Ya. I'm adding rows in a table dynamically which is grouped in a subform which is flowable and the buttons are placed in the same subform. At the end of the row I'm having the hidden fields.So what I want is without focusing the tab on hidden field I want to traverse the first field of the next dynamic row. For that I have used the access property as protected on hidden field, but its not working properly.Please help me on this ASAP.

Views

134

Likes

0

Replies

0
Achieve the tab order for dynamically added section - Adobe LiveCycle 08-06-2010
Hi friends,I'm facing the issue with tab order.How to achieve the tab order for dynamically added sections?Could you Plaese suggest me in this.Thanks,Susila S

Views

654

Likes

0

Replies

3
Re: Data in dynamic table not traveling with form issue - Adobe LiveCycle 10-01-2010
Alex,I can able to get the dynamic row values by using the following code on click of the button:var rowIM = xfa.resolveNode("page1.Table1.sectionRow").instanceManager; var j = 0;for(var i=0;i 0){displaymessage1();}if(i == rowIM.count){app.alert("Form Submitted...");}function displaymessage1(){app.alert("Please enter all values");}Thanks,Susila S

Views

381

Likes

0

Replies

0
Re: Data in dynamic table not traveling with form issue - Adobe LiveCycle 07-01-2010
Alex,After giving the binding with Table3.Row1 to TableInfo.TableRow[*] , it is working fine.My problem solved!!!Thanks a lot for your help!!!!!!Then 1 more thing is,How to get the values which i entered in the dynamic row while clicking the simple button?Thanks in Advance,Susila S

Views

382

Likes

0

Replies

0
Re: Data in dynamic table not traveling with form issue - Adobe LiveCycle 07-01-2010
Alex,I think u ll not get the files which i attached in the previous message. Let me send once again.

Views

389

Likes

0

Replies

0
Re: Data in dynamic table not traveling with form issue - Adobe LiveCycle 06-01-2010
Alex,Here I have attached the input xml as well as xsd file and pdf.In this xml file if I use the main tag as , it is working fine.But If I use the main tag as according to the XML schema, it will not working. Why this is happening?Please suggest me.Thanks in advance,Susila S

Views

389

Likes

0

Replies

0
Re: Data in dynamic table not traveling with form issue - Adobe LiveCycle 05-01-2010
Hi AKloft,I'm also in bmillhaus's situation.I tried your solution. Its working fine for first two rows. But from the 3rd row, it is taking the same value which is present in the 2nd row of the table.I dont know why it is happening. Can you Please suggest me to avoid this problem.Thanks,Susila.

Views

383

Likes

0

Replies

0
Re: Data in dynamic table not traveling with form issue - Adobe LiveCycle 05-01-2010
Hi AKloft,I'm also in bmillhaus's situation.I tried your solution. Its working fine for first two rows. But from the 3rd row, it is taking the same value which is present in the 2nd row of the table.I dont know why it is happening. Can you Please suggest me to avoid this problem.Thanks,Susila.

Views

386

Likes

0

Replies

0