Create PDF from dynamic HTML
Hi Team, I need to create pdf from dynamic html.
So I have HTML file, inline CSS and json data.
How I can use new rest API's to create PDF.
I tried following steps -
1.Create a zip file from html, css and json file.
2.Generate access token.
2.Upload them to adobe cloud and get asset ID.
3.Call api- https://pdf-services-ue1.adobe.io/operation/htmltopdf
but it's not working.
Can any one help me on this? As new rest api documentation is not clear
