cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying Interactive forms

Former Member
0 Kudos

How do I display my Adobe forms, which have previously been saved into a document management system, in a web dynpro?

Do I add the Interactive Form at runtime to my web dynpro by steaming the bytes? Is there a demo or documentation I can use?

Thanks,

Ellis

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please check this.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/web dynpro sample applications and tutorials.htm#pdf

Regards, Anilkumar

Answers (5)

Answers (5)

Former Member
0 Kudos

I can now display pdf into a web-dynpro from a binary. I can then extract values as XML, edit and save back to a binary.

Thanks all very much,

Ellis

Former Member
0 Kudos

Hi Ellis,

If you have solved the problem then please close this thread.

Regards,

Bhavik

Former Member
0 Kudos

Ellis,

can you share how did you accomplished this?

Thanks

Former Member
0 Kudos

Thanks you all.

I now have a pdf dynamically loading in my web-dynpro from a binary...thanks!!

How can I now access the form data from the pdf? All of the examples use the context mapping to access the form data. Can I access the form data directly from the pdf I created or can I get it as XML?

Thanks

Ellis

Former Member
0 Kudos

Hi Ellis,

in following post Carsten Brandt suggest that we can use

WDInteractiveFormHelper class for extracting the data out of the PDF file.

https://www.sdn.sap.com/sdn/collaboration.sdn?node=linkFnode6-1&contenttype=url&content=https://

But i think for that purpose also we need context structure. But this context node is not required to be bounded to the PDF form.

regards,

Bhavik

guru_subramanianb
Active Contributor
0 Kudos

Hi Ellis,

I have written an Article on "Integrating Adobe forms with Invoice Details". This tutorial explains step by step procedure how to use Adobe Interactive Forms.

This tutorial is supposed to be published in SDN with in a week.

Hope this tutorial will answer many of your questions on Adobe Interactive forms.

Best Regards,

Guru

Former Member
0 Kudos

Hi Ellis,

Adding to the above please do also check in the following link it contains tutorials,faqs and articles on Interactive form based development

https://www.sdn.sap.com/sdn/developerareas/was.sdn?page=adobeforms.htm.

Regards,

Vijith

Former Member
0 Kudos

Hi Ellis,

Yes you can display Adobe documents in browser with help of Webdynpro.

You can get tutorials for that from following location:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/web dynpro sample applications and tutorials.htm#program

for this you need ADS installed on your server.

You will get Information for ADS from following link:

/people/achim.hauck/blog/2005/02/04/my-struggles-with-the-adobe-document-services-in-was640

Also follow the link given below for reading Adobe file and display on browser.

https://www.sdn.sap.com/sdn/collaboration.sdn?node=linkFnode6-1&contenttype=url&content=https://

Just check it and let me know whether it helps you or not.

Regards,

Bhavik