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

badale2k7
badale2k7
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts & Comments

Posts & Comments
4

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by badale2k7
Customize the badges you want to showcase on your profile
Re: PDF form submission problem - works in Acrobat and Reader, but not when embedded in browser - Adobe LiveCycle 06-04-2010
Thanks for your reply, Paul.I tested the submit button both in Reader 9.3 and Acrobat 8 (which is the same I used to RE the PDF).Apparently I got it working too, but only by deploying my embedding web page to an application server.The final environment the PDF will be embedded into will be inside a web application deployed to an application server, so I guess my problem is solved.It didn't work only when embedded into a local test.html web page saved on my PC...Thanks again, have a good day.Alex

Views

86

Likes

0

Replies

0
PDF form submission problem - works in Acrobat and Reader, but not when embedded in browser - Adobe LiveCycle 02-04-2010
Hello everyone,I am trying to submit a PDF form to an application server.To do this, I added a "Submit" button to the PDF, configured the server's address and submit format, and tested the button.I opened the PDF in Acrobat Pro, clicked the button, and my web application received the form in PDF format just as I wanted.To make it work in Reader, I had to extend user rights via Acrobat Pro, and then the form worked inside Reader as well.Up to here, everything went fine.Then I embedded the PDF in ...

Views

916

Likes

0

Replies

2
Re: Need help with PDF form - web page interaction. Quite urgent - Adobe LiveCycle 02-04-2010
Thankyou Steve,that solved it!By using the postMessage() method on the object that embeds the PDF in the web page and the FormBridge component on the form, I was able to send messages from the page to the form. I dug a bit more around postMessage, and also found out (should anyone need this for further reference) that communication in the opposite direction (from the form to the web page) can be achieved by calling the postMethod inside the form on the event.target.hostContainer object.So, insid...

Views

120

Like

1

Replies

0
Need help with PDF form - web page interaction. Quite urgent - Adobe LiveCycle 31-03-2010
Hello everyone,I am trying to achieve interaction between a PDF dynamic form created with LiveCycle Designer ES2 and the web page it must be displayed into.I have a web page containing an iframe in which the PDF form is opened, and would like to be able to access javascript functions inside the web page from the PDF form, and viceversa.Is it possible? If so, how?Does it have to do with embedding a FormBridge object in my form?I did, but still can't find a way to make the javascript on the form c...

Views

2.3K

Likes

0

Replies

2
Likes from