Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

SVG XML to PDF in ABAP

thyagab
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Experts,

I am getting SVG XML (in a string field) from OData. I need to convert that into PDF and save it in Application server.

How to do the conversion from above XML to PDF?

P.S : SVG - Scalable Vector Graphics. This XML represents an image in UI5.

Thanks,

Thiyagarajan

3 REPLIES 3

Sandra_Rossi
Active Contributor
0 Kudos

I don't think SAP sells such kind of software, SAP works more on business software.

larshp
Active Contributor
0 Kudos

I hope that there some day will be a full ABAP PDF library available at https://github.com/open-abap/open-abap-pdf, but note that it will only solve half of the scenario. Still need to read and parse the SVG

abo
Active Contributor

A minor detail 😄