Is it possible to populate a PDF from FDF data? (Receiving FDF to Azure since PDF file is too large)
I have created a PDF that contains the usual fillable form data, text boxes, dropdowns, etc. I will be sending this out to clients and they will be filling it out and submitting the form, this form will go up to Azure and be pulled down into my application. As part of this process, the document that has been submitted will need to be reviewed in my application by a different user before being approved.
This is where I am having difficulty since I can't submit the file as a PDF to Azure since its too large in file size, I can however submit the file as an FDF (which to my knowledge just contains the form field data and not the likes of labels, etc.), my problem is trying to read this FDF file in the application, since it's not containing all of the data as a PDF would.
So my question is, is it possible to receive the file as an FDF when the client submits it, and then populate the PDF with the FDF data that I have received? Since the PDF I will be populating will be the exact same as the one that the client submitted the data from, I will then be able to use a PDF viewer in my application to properly show the PDF and the file size won't be an issue as I will be populating the PDF file on my end rather than it being submitted through Azure.
Any help appreciated,
Thanks
