cancel
Showing results for 
Search instead for 
Did you mean: 

HOw to change the Form type of PDF.

Former Member
0 Kudos

Hi ,

I have a PDF Form in web dynpro Application.

It is a static PDF.

on following path

Edit --> Form Properties --> Compatibility --> Form Type: Acrobat 7.0.5 Staic PDF Form File

I need to change it to

Edit --> Form Properties --> Compatibility --> Form Type: Acrobat 7.0.5 Dynamic PDF Form File

how to do it????????

PDF has the following property set..

Edit --> Form Properties --> Defaults --> XDF Preview Format --> Acrobat 7.0.5 Dynamic PDF

But iam not able findout how to chane the FORMTYPE..Help needed..

Regards,

Aditya Deshpande

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Aditya,

In wdDoModifyView use code like this:

((IWDInteractiveForm)view.getElement("InteractiveFormxy")).setDynamicPDF(true);

Regards,

Juergen

Former Member
0 Kudos

Hi,

After I put above mentioned code in wdDoModifyView. I got following error:

com.sap.tc.webdynpro.services.exceptions.PDFDocumentCreationException: ../../local/....

com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: Failed to UPDATEDATAINPDF

Any idea on this ??

Regards,

Aditya Deshpande

Former Member
0 Kudos

Have you correctly installed the credentials for Adobe Document Services with Visual Administrator?

You need to install this credential to make the iform interactive. Without this credential only static pdfs are possible.

If not, look in the adobe configuration guide howto install this credential.

http://help.sap.com/saphelp_nw70/helpdata/EN/37/504b8cbc2848a494facfdc09a359b1/frameset.htm

also look [here.|; I had the same issue.

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks a lot for your support. It functionality started working without anychanges. God knows what happened.

Regards,

Aditya Deshpande

Former Member
0 Kudos

HI Aditya,

While developing the form in Webdynpro for ABAP, set the following properties of Interactive Form UI Element as follows

Check the "Enable"

Uncheck "Read Only"

Former Member
0 Kudos

Hi Sumitha,

thanks for your reply.

But I am using web dynpro java i.e. NWDS.. No ABAP..

Regards,

Aditya Deshpande