Convert Dynamic HTML Resources to a PDF File using REST API
I am trying to convert a dynamic HTML to PDF using Adobe PDF Services API as per the documentation - https://developer.adobe.com/document-services/docs/apis/#tag/Html-to-PDF/operation/pdfoperations.htmltopdf .
`index.html` is trying to read data from a `json` file which is present within the same directory. When I am uploading the zip to `Upload Assets` API, it is all in the right file structure. However, the generated PDF is not displaying the contents.
I can open the html from localhost and it displays the content properly within a browser. I have uploaded a sample dataset that I used for my testing.
