Static HTML to PDF conversion only works with included SAMPLE files
Converting Static HTML to PDF utilizing the Sample included ZIP file converts the html to PDF and outputs successfully.
When I add my custom HTML ZIP folder that includes the index.html (as the primary file), CSS and JS files I recieve the following error:
statusCode: 400,
errorCode: 'MISSING_INDEX_HTML'
WHY? What am I supposed to do to make this work?
Note: The HTML that I created is a basic form. Name address phone# email...etc. with one image and basic text.
I've viewed all the files and codeing from the sample ConvertStaticHTMLtoPDF.zip
My ZIP files should work.
