Skip to main content
April 3, 2017
Question

I need to access Doc object, out side of PDF.

  • April 3, 2017
  • 1 reply
  • 404 views

My PDF form is displaying into Frame. I need to submit PDF form from outside of PDF and post data into particular action in PHP. I know one function Doc.submitForm() but currently I am not able to access Doc object outside of PDF.

Can you please help me?

[Moved from the Forum Comments forum (which is for issues regarding these forums themselves) and into a PDF-specific forum - moderator]

This topic has been closed for replies.

1 reply

lrosenth
Adobe Employee
Adobe Employee
April 3, 2017

You need to use the postMessage bridge to communication between the PDF and your hosting page.

April 3, 2017

Thanks for reply.