cancel
Showing results for 
Search instead for 
Did you mean: 

Xml to PDF scenario

Former Member
0 Kudos

Hi experts,

We have requirement in which we have to create PDF file in taregt side.Please suggest some idea how we can do this.I think we have to add some java modules in rec adapter.Please help.

Thanks,

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member200962
Active Contributor
0 Kudos

Hi,

Use this thread...similar issue is discussed:

Search on sdn helps:).....

Regards,

Abhishek.

MichalKrawczyk
Active Contributor
0 Kudos

hi,

in one of my projects I create an adapter module for file adapter that uses

Apache FOP libraries for converting the XSL-FO to PDF format

so in your mapping you just need to create XSL-FO

(there are many tools that do that for you)

it's very fast and it very cheap as apach is free

so you only need to build an adapter module

that uses it's libraries (less then 40 lines of code)

regards,

Michal Krawczyk

http://mypigenie.com XI/PI FAQ

former_member208856
Active Contributor
0 Kudos

You have to use JAVA module for the same, you can use Conversion Agent also for this type of PDF Conversion.

Sandeep Kaushik