-
Notifications
You must be signed in to change notification settings - Fork 10
Task-935636-How to preserve form fields after creating template from the PDF document #1771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: hotfix/hotfix-v31.2.2
Are you sure you want to change the base?
Conversation
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
|
|
||
| //Open the source PDF that contains form fields. | ||
| using FileStream fileStream = new FileStream(@"Form.pdf", FileMode.Open, FileAccess.Read); | ||
| PdfLoadedDocument loadedDocument = new PdfLoadedDocument(fileStream); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we load it directly instead of using file stream like
PdfLoadedDocument loadedDocument = new PdfLoadedDocument("Form.pdf");
|
|
||
| You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Forms/Auto-resize-the-text-of-textboxfield-in-a-PDF). | ||
|
|
||
| ## How to Preserve Form Fields While Creating a Template from an Existing PDF That Contains Form Fields |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Preserve form fields when creating a PDF Template from an existing page
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
|
Build Status: INPROGRESS 🔃 |
|
The running CI Job is terminated due to changes committed on the source branch for this Merge Request and CI triggered for latest commit. |
|
CI Status: ABORTED ❌ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
Hi Team,
Please find the task details below:
https://dev.azure.com/EssentialStudio/Document%20Processing%20Libraries/_workitems/edit/935636
Regards,
Irfana J.