cancel
Showing results for 
Search instead for 
Did you mean: 

Saving a interactive pdf.

Former Member
0 Kudos

Hello,

I followed this https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/user-interface-tec...

to design a offline interactive pdf. When I run the DC, I get this exception.


   com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: pdfSource of InteractiveForm UI element should be populated with pdf binary content in USE_PDF mode 

In the template project I see the designed pdf under


TutWD_UploadDownloadInteractiveFormsrcmimesComponentscom.sap.tut.wd.uploaddownloadinteractiveform.UploadDownloadInteractiveFormComp

In my DC, I do not see my designed pdf. Do I have to manually save the designed pdf at this location. I am not sure how to save the newly designed pdf.

Thanks

Tony.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Tony,

Please check the type of PDFSource (Context attribute) in the viw where Interactive form is embedded. The type should be set to Binary. Also check if the pdfSource propety of interactive form points to this context attribute.

This attribute stores the generated Interactive form in binary form at runtime.

Hope this helps!!

Cheers,

Arafat