How to use Docverter in AngularJS/NodeJS to convert GENERATED html to pdf for downloading
问题 API of docverter is mentioned in curl format as shown below curl \ http://c.docverter.com/convert \ -F from=html \ -F to=pdf \ -F input_files[]=@<(echo hello) API states that input_files[] value should be a multipart/form-data file upload but in my AngularJS application, I am dynamically generating a report (at a specific route) which means it is not an html file which can be uploaded using file upload control. My question may be bit vague because by looking at the docverter API, I am not