You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think a potential workflow would be uploading the pdf to stirling and then stirling rendering html input elements with labels for all the form fields detected in the pdf.
Filling in values and click save would then give you a pdf with those values filled in.
Using this in pipelines or via an api where the pdf document is presented with something like a json body that is an array of json objects where for each object, all the object property names that match form fields will have their values written into the form and a zip of pdfs returned of all the values of the json array merged into the pdfs.
The result would be a similar workflow to like a mail merge in microsoft word using excel spreadsheet as the data source but in this case the pdf is the word document and the json array is the excel spreadsheet of data.
I tried to find any existing issue request that matched this but I didn't find one but if I missed it no worries, please just direct me to the correct issue to subscribe to.
Why is this feature valuable?
Would allow for bulk generation of pdf forms based on data. Would provide a web api for filling in PDF forms which currently needs to be done via locally running code as I am not aware of any web api offered by any product that can accomplish this.
Uh oh!
There was an error while loading. Please reload this page.
Feature Description
I think a potential workflow would be uploading the pdf to stirling and then stirling rendering html input elements with labels for all the form fields detected in the pdf.
Filling in values and click save would then give you a pdf with those values filled in.
Using this in pipelines or via an api where the pdf document is presented with something like a json body that is an array of json objects where for each object, all the object property names that match form fields will have their values written into the form and a zip of pdfs returned of all the values of the json array merged into the pdfs.
The result would be a similar workflow to like a mail merge in microsoft word using excel spreadsheet as the data source but in this case the pdf is the word document and the json array is the excel spreadsheet of data.
I tried to find any existing issue request that matched this but I didn't find one but if I missed it no worries, please just direct me to the correct issue to subscribe to.
Why is this feature valuable?
Would allow for bulk generation of pdf forms based on data. Would provide a web api for filling in PDF forms which currently needs to be done via locally running code as I am not aware of any web api offered by any product that can accomplish this.
Suggested Implementation
PDAcroForm.getFields
PDAcroForm.setFields
Additional Information
No response
No Duplicate of the Feature
The text was updated successfully, but these errors were encountered: