Skip to content

Commit 50b385c

Browse files
committed
Task-935636- resolved errors
1 parent 91d5b7e commit 50b385c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Document-Processing/PDF/PDF-Library/NET/Working-with-forms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5105,7 +5105,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
51055105

51065106
## Preserve form fields when creating a PDF Template from an existing page
51075107

5108-
When you generate a `PdfTemplate` from an existing page, interactive **AcroForm** fields (textbox, checkbox, etc.) are **not copied** to the template.
5108+
When you create a [PdfTemplate](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Graphics.PdfTemplate.html) from an existing page, interactive **AcroForm** fields (textbox, checkbox, etc.) are **not copied** to the template.
51095109
If you still need the visual appearance of those form fields in the final document, you can flatten the form using the [FlattenFields](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Parsing.PdfLoadedForm.html#Syncfusion_Pdf_Parsing_PdfLoadedForm_FlattenFields) API.
51105110

51115111
Please refer the code sample to flatten the form fields before saving the PDF document.
@@ -5114,7 +5114,7 @@ N> Flattening permanently removes interactivity. The resulting PDF shows the fo
51145114

51155115
{% tabs %}
51165116

5117-
{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://raw.githubusercontent.com/SyncfusionExamples/PDF-Examples/master/Forms/Preserve-Formfields- in-the-Template-created-from-existing-PDF/Preserve-Formfields- in-the-Template-created-from-existing-PDF/Program.cs" %}
5117+
{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://raw.githubusercontent.com/SyncfusionExamples/PDF-Examples/master/Forms/Preserve-Formfields-in-the-Template-created-from-existing-PDF/Preserve-Formfields-in-the-Template-created-from-existing-PDF/Program.cs" %}
51185118

51195119
using Syncfusion.Drawing;
51205120
using Syncfusion.Pdf;

0 commit comments

Comments
 (0)