I am working on a project that is using an AcroForm template to build PDFs. As part of the template, there is an ImageField that I'd like to set dynamically/programmatically. I am already programmatically setting the other form fields in the AcroForm, and that works great with the PdfViewer.
For example, if the users of my application needed to sign 8 PDFs, I could open all of the PDFs, one by one, and have the user sign them.
Or, I could also use a Signature control outside of the PDF, get the signature image, and update the PDFs programmatically with the signature information for the ImageField in the PDF. This would be way more efficient to the user, as they would only need to sign once, and all of the PDFs would be updated.
I was wondering if this is something that is supported as part of the SyncFusion PdfViewer.