cancel
Showing results for 
Search instead for 
Did you mean: 

PDF offline

Former Member
0 Kudos

I have an offline pdf, but dynamically for filling the fields.

I can save the data as XML, but I cannot open the pdf again with the data (offline).

The exactly problem is: I need filling the fields of pdf with SAP data. The client don't want to buy adobe document services because is expensive.

I have heard FDF may be a solution. it's used in java, php , but in abap i can do the same.

Which possibilities I have?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

At last i download a pdf template from sap to local machine, also a FDF file .

The next step is executing an application with both of files like parameteres for creating the resultig pdf.

The application can be developed in other languages like java.

Other solution is create the application in the aplication server and execute there.

I found an application in open source code