cancel
Showing results for 
Search instead for 
Did you mean: 

Editting PDF form

rakesh_m2
Contributor
0 Kudos

Hi All,

I have a requirement to read a pdf file from a folder and edit it and save the editted file as a new file in another location.  Say for example, in folder 'A' there is 'pdf' file with three fields in it, Employee Number, Employee Name and Status.   Employees will be given an interactive form where, they will fill Employee name and number and save the filled form in folder 'A'.  Now we need to read those files and set the status of the employee and save the newly editted files in another location.  Can you please share ideas with me, how to proceed for this.

Thanks,

Rakesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rakesh,

Just did some research on SDN, there is no direct solution for your case, but they are few discussion / solution quite worth a try for your case.

http://scn.sap.com/thread/1483170

On how to reach the field in Adobe Form

http://scn.sap.com/thread/3350497

Not sure if to parse the data use FM SMUM_XML_PARSE, and then change the content in XML table and use FM SMUM_XML_CREATE to create the PDF will work.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c2567f2b-0b01-0010-b7b5-977cbf806...

A very good sample program to generate adobe form and send as email and so on

Hope this helps.

regards,

Xiang Li

rakesh_m2
Contributor
0 Kudos

Thanks Xiangli,  This is helpful.  Hope, I could find some way to start with.   I will try above methods and will update, if I see any difficulty

--

Rakesh

Answers (0)