cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in adding attachments to pdf

Former Member
0 Kudos

Hi All,

I ve created a dynamic interactive form using WD Java and Adobe Livecycle designer. My requiremnt is to attach files to the pdf document.To enable dynamic pdf, i have set IWDInteractiveForm instance to dynamic in my wdModifyView method. In this case, the create attachment option in my Adobe Reader 7.0 toolbar is not available. But when i remove the code from wdModifyView method, the create attachment option is available. I need to solve this issue.. Your suggestions are welcome.

Regards,

Sathish M

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sathish

You can refer this blog to attach files to interactive form

Demystifying Attachments with SAP Interactive Forms:

/people/amit.rai4/blog/2008/02/01/demystifying-attachments-with-sap-interactive-forms

Regards,

Mandeep Virk

Former Member
0 Kudos

Hi

Are you using adobe reader 7.0.9 or higher? (required)

If you are, the reader version is ok. Try setting the dynamic property in the wdDoInit() method of your view instead of the wdDoModifyView method.