Skip to content

Commit 23a5d31

Browse files
1008847: Resolved CI failures
1 parent 73e637d commit 23a5d31

9 files changed

Lines changed: 17 additions & 17 deletions

File tree

Document-Processing/PDF/PDF-Viewer/asp-net-mvc/forms/form-designer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Form Designer and Toolbar Customization in MVC | Syncfusion
4-
description: Learn here all about form designer and toolbar in Syncfusion MVC PDF Viewer and more.
4+
description: Learn here all about form designer and toolbar in Syncfusion MVC PDF Viewer of Syncfusion Essential JS 2 and more.
55
platform: document-processing
66
control: PDF Viewer
77
documentation: ug

Document-Processing/PDF/PDF-Viewer/asp-net-mvc/forms/form-field-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Form Field Events in MVC PDF Viewer control | Syncfusion
4-
description: Learn here all about different form field events in Syncfusion MVC PDF Viewer component and more.
4+
description: Learn here all about different form field events in Syncfusion ASP.NET MVC PDF Viewer component and more.
55
platform: document-processing
66
control: PDF Viewer
77
documentation: ug

Document-Processing/PDF/PDF-Viewer/asp-net-mvc/forms/import-export-form-fields/export-form-fields.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ The PDF Viewer allows you to export form field data in multiple formats for easy
1818

1919
## Available methods
2020

21-
- [exportFormFields](https://help.syncfusion.com/aspnetmvc/pdf-viewer/api/pdfviewer#exportformfields)(destination?, format) — Exports data to a file in the specified format.
22-
- [exportFormFieldsAsObject](https://help.syncfusion.com/aspnetmvc/pdf-viewer/api/pdfviewer#exportformfieldsasobject)(format) — Exports data as a JavaScript object for custom handling.
23-
- [importFormFields](https://help.syncfusion.com/aspnetmvc/pdf-viewer/api/pdfviewer#importformfields)(sourceOrObject, format) — Import data back into the PDF.
21+
- [exportFormFields](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/index-default#exportformfields)(destination?, format) — Exports data to a file in the specified format.
22+
- [exportFormFieldsAsObject](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/index-default#exportformfieldsasobject)(format) — Exports data as a JavaScript object for custom handling.
23+
- [importFormFields](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/index-default#importformfields)(sourceOrObject, format) — Import data back into the PDF.
2424

2525
## How to export
2626

27-
Use [exportFormFields()](https://help.syncfusion.com/aspnetmvc/pdf-viewer/api/pdfviewer#exportformfields) with an optional destination path and the format type.
27+
Use [exportFormFields()](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/index-default#exportformfields) with an optional destination path and the format type.
2828

2929
### Export as FDF
3030
The following example exports form field data as FDF.
@@ -93,7 +93,7 @@ The following example exports form field data as JSON.
9393

9494
### Export as Object
9595

96-
Use [exportFormFieldsAsObject()](https://help.syncfusion.com/aspnetmvc/pdf-viewer/api/pdfviewer#exportformfieldsasobject) to obtain form data as a JavaScript object for database or API integration.
96+
Use [exportFormFieldsAsObject()](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/index-default#exportformfieldsasobject) to obtain form data as a JavaScript object for database or API integration.
9797
{% tabs %}
9898
{% highlight cshtml tabtitle="Standalone" %}
9999
<div style="width:100%;height:600px">
@@ -126,7 +126,7 @@ Use [exportFormFieldsAsObject()](https://help.syncfusion.com/aspnetmvc/pdf-viewe
126126
- Export as JSON for REST API integration.
127127
- Export as FDF/XFDF for compatibility with other PDF tools.
128128
- Export as Object to merge with app state or store securely.
129-
- Automate exports after [validation](../form-validation) using [validateFormFields()](https://ej2.syncfusion.com/documentation/api/pdfviewer/index-default#validateformfields)
129+
- Automate exports after [validation](../form-validation) using [validateFormFields()](https://help.syncfusion.com/cr/aspnetmvc-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_ValidateFormFields)
130130

131131
[View Sample on GitHub](https://github.com/SyncfusionExamples/mvc-pdf-viewer-examples)
132132

Document-Processing/PDF/PDF-Viewer/asp-net-mvc/forms/import-export-form-fields/import-export-events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Import/Export events in MVC PDF Viewer | Syncfusion
4-
description: Learn how to handle Import/Export events for PDF form fields in the Syncfusion MVC PDF Viewer.
4+
description: Learn how to handle Import/Export events for PDF form fields in the Syncfusion ASP.NET MVC PDF Viewer.
55
platform: document-processing
66
control: PDF Viewer
77
documentation: ug
88
---
99

10-
## PDF Form Import and Export Events in MVC
10+
# PDF Form Import and Export Events in MVC
1111

1212
Import/Export events let you **track and customize the entire life cycle** of form data being imported into or exported from the PDF Viewer.
1313
Use these events to:

Document-Processing/PDF/PDF-Viewer/asp-net-mvc/forms/import-export-form-fields/import-form-fields.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Import form data in MVC PDF Viewer | Syncfusion
4-
description: Learn how to import PDF form field data (FDF, XFDF, JSON) using the Syncfusion MVC PDF Viewer.
4+
description: Learn how to import PDF form field data (FDF, XFDF, JSON) using the Syncfusion ASP.NET MVC PDF Viewer.
55
platform: document-processing
66
control: PDF Viewer
77
documentation: ug
88
---
99

10-
## Import PDF Form Data into MVC PDF Viewer
10+
# Import PDF Form Data into MVC PDF Viewer
1111

1212
The **PDF Viewer** lets you import values into interactive form fields in the currently loaded PDF. You can import data from these formats:
1313

@@ -16,7 +16,7 @@ The **PDF Viewer** lets you import values into interactive form fields in the cu
1616
- [JSON](#import-json)
1717

1818
## API to use
19-
- [importFormFields](https://help.syncfusion.com/aspnetmvc/pdf-viewer/api/pdfviewer#importformfields)(sourceOrObject, format)
19+
- [importFormFields](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/index-default#importformfields)(sourceOrObject, format)
2020

2121
Note: If you’re using a **server-backed viewer**, include `.ServiceUrl(...)` in the helper so the viewer can access server APIs during import/export.
2222

Document-Processing/PDF/PDF-Viewer/asp-net-mvc/forms/manage-form-fields/move-resize-form-fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ control: PDF Viewer
77
documentation: ug
88
---
99

10-
# Move and Resize PDF Form Fields
10+
# Move and Resize PDF Form Fields in MVC PDF Viewer
1111
- **Move**: Drag the form field to reposition it.
1212
- **Resize**: Use the resize handles to change width and height.
1313

Document-Processing/PDF/PDF-Viewer/asp-net-mvc/forms/manage-form-fields/remove-form-fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ control: PDF Viewer
77
documentation: ug
88
---
99

10-
# Remove PDF Form Fields from a PDF
10+
# Remove PDF Form Fields from a PDF in MVC
1111

1212
## Remove Form Fields Using the UI
1313
**Steps:**

Document-Processing/PDF/PDF-Viewer/asp-net-mvc/forms/overview-create-forms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ documentation: ug
1010
# Create, Edit, Style, and Remove Form Fields in MVC PDF Viewer
1111

1212
The [MVC PDF Viewer](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/asp-net-mvc/overview) allows you to create interactive PDF form fields, update their behavior and appearance, and remove them when they are no longer needed.
13-
All form field operations can be performed using either the [Form Designer user interface (UI)](https://document.syncfusion.com/demos/pdf-viewer/asp-net-mvc/pdfviewer/formdesigner#/tailwind3) or [MVC APIs.](https://helpstaging.syncfusion.com:14038/cr/aspnetmvc-js2/syncfusion.ej2.pdfviewer.pdfviewer.html)
13+
All form field operations can be performed using either the [Form Designer user interface (UI)](https://document.syncfusion.com/demos/pdf-viewer/asp-net-mvc/pdfviewer/formdesigner#/tailwind3) or [MVC APIs.](https://help.syncfusion.com/cr/aspnetmvc-js2/syncfusion.ej2.pdfviewer.pdfviewer.html)
1414

1515
This section explains how to:
1616

Document-Processing/PDF/PDF-Viewer/asp-net-mvc/how-to/custom-fonts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation: ug
88
domainurl: ##DomainURL##
99
---
1010

11-
## Add Custom Fonts to PDF Forms in MVC PDF Viewer
11+
# Add Custom Fonts to PDF Forms in MVC PDF Viewer
1212

1313
The Syncfusion **MVC PDF Viewer** supports loading, editing, and saving **custom fonts** in form fields such as [TextBox](../forms/manage-form-fields/create-form-fields#textbox), [ListBox](../forms/manage-form-fields/create-form-fields#listbox), and [DropDown](../forms/manage-form-fields/create-form-fields#dropdown) fields using the customFonts property. This ensures consistent text rendering even when the required fonts are not installed on the user’s system.
1414
Custom fonts are embedded and preserved when form fields are modified or saved, making the PDF display correctly across environments.

0 commit comments

Comments
 (0)