Expand my Community achievements bar.

String HTML to create pdf file in AEM OSGI service/ sling servlet

Avatar

Level 1

Please help me with best approaches to write HTML string to PDF file

Thanks in advance

1 Reply

Avatar

Community Advisor

Thanks for the question @rnaveen2 

 

I have recently implemented similar use-case in my project. We have used headless chrome 

 

chrome --headless --disable-gpu --print-to-pdf https://www.chromestatus.com/

https://developers.google.com/web/updates/2017/04/headless-chrome

 

You can pass your HTML to headless chrome in the place of URL and save it.

 

Thanks,

Kiran Vedantam.