cancel
Showing results for 
Search instead for 
Did you mean: 

Can XI produce a PDF format files using a file adapter

Former Member
0 Kudos

Hi,

Currently I have a requirement to send a PDF file to the legacy system. I'm not sure whether XI has the capability to do this. Appreciate if somebody could help me on this. The requirement is like from SAP we will send a data stream to XI and XI has to produced a form in PDF by populating the data on the PDF layout.

Appreciate if somebody have any experienced with this development can share with me.

Thanks

Zab

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

U can use a Java Proxy to create the pdf file instead of relying upon File adapter to do this.

If you were to create a pdf using a file adapter, u should include some content conversion modules( i suppose you need to develop these) and then specify in the modules tab, before the callsapadapter module.

Cheers,

Siva Maranani

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

If you use Siva's advice (java proxy) then you may want to take a look at this page:

Java libraries to read and write PDF files

http://www.geocities.com/marcoschmidt.geo/java-libraries-pdf.html

Regards,

michal

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

there's a number of command line tools

that you can trigger using the file adapter - command line paramater (even with "output format management" )

like:

http://www.xmlpdf.com/xmlpdf-examples-net.html

http://www.yeslogic.com/prince/guide/command-line

just go to google and you'll find many more:)

BTW

form help.sap.com

When the operating system command is called, the file name currently being processed can be specified with the following placeholders:

- %f (file name)

- %F(absolute file name including path)

Regards,

michal

Former Member
0 Kudos

Hi,

You can get some useful info in below XI forum thread...

thanks,

Sasi