Form Field Collections

Hi, good morning. I’m trying to transfer the formFieldCollection from my current PDF Viewer to a new PDF Viewer. I’ve attempted the code below, but it’s not working — the form design doesn’t appear in the new PDF Viewer. How can I properly transfer the form fields and make sure they show up in the new viewer?


this.newPdfviewerControl.FormFieldCollections = this.currentPdfviewerControl.FormFieldCollections;

1 Reply

PA Priyadharshini Annamalai Syncfusion Team March 3, 2025 06:53 AM UTC

Hi 


We have provided a sample to retrieve the form field collection and store it in a local variable. Could you please share more details about your specific use case, including the expected behavior and the issue you are facing? Additionally, providing a sample code snippet or step-by-step instructions to reproduce the issue would help us better understand and assist you effectively.



Regards,

Priyadharshini


Loader.
Up arrow icon