AEM 6.5.21 Create PDFs from static HTML(with inline CSS) programatically as a DAM asset
In AEM 6.5.21 we require to create PDFs from static HTML(with inline CSS) programatically as a DAM asset.
We have an endpoint that gives text/html response HTML(with inline CSS).
Have tried PDFBox but it displays the html content as text in the PDF.


