Skip to Content
0
Former Member
Jul 05, 2010 at 08:32 AM

Capture Adobe Form Userinput via a Button click from a main BSP page

28 Views

Hello All,

Iu2019m using Adobe Interactive form in BSP page. I developed this as per the description in blog u201CHow to Use Interactive Forms in BSP Applicationsu201D By Jeff Gebo

http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d0e58022-2a39-2a10-69a8-c1a892e2b3f4

Hereu2019s my BSP High level view,

<htmlb:content u2026.>

<htmlb:page u2026.>

<htmlb:form>

<<AREA FOR DISPLAYING ERROR/SUCCESS MESSAGES >>

<< HTMLB Buttons for SAVE/PRINT_PREVIEW/BACK >>

u201DControl getPDF.do returns Adobe Interactive Form in PDF format

</iframe>

</htmlb:form>

</htmlb:page>

</htmlb:content>

Everything works fine if Iu2019m using placing my save button inside Adobe Interactive Form i.e. Iu2019m able to get User input in adobe form via XML and able to parse the input.

But my requirement is to fetch User Input present in Adobe Form on click of Save-button present in my main BSP page, ie via a button which is present outside Adobe interactive form.

Can you please help me to resolve this issue?

Regards

Geogy