cancel
Showing results for 
Search instead for 
Did you mean: 

How to convert an interactive form into a static PDF document?

michael_schmalfeldt2
Participant
0 Kudos

Hi,

I would like to convert a dynamic interactive form into a static PDF document in the background. In the foreground you would save the interactive form locally, open it and "print" the file into a PDF converter printer (e.g. PDF-XChange or Adobe distiller). But how can you do it in the background?

Thanks and regards, Michael

Accepted Solutions (0)

Answers (2)

Answers (2)

michael_schmalfeldt2
Participant
0 Kudos

Hi,

thanks for your reply. Initially the document should be open so that the user can input data into the form. But after the creater has finished his data input I would like to convert it to a static PDF so that the document can not be changed anymore. By converting it to a static document the document approvers will then also get the possibility to add comments.

Regards, Michael

Former Member
0 Kudos

something you can consider is adding a digital signature. when the user clicks (signs) it, you can have it lock down all the fields for input.

Former Member
0 Kudos

Mike,

if you are outputting using regular ABAP, you can pass the parameter

fillable = space

in the docparams structure.

this will turn off any fields for input.