From 006d9abf81876fafc98b05ccd0fc133beabf7ff3 Mon Sep 17 00:00:00 2001 From: Logeshwaran Saravanan Date: Tue, 28 Jul 2026 11:19:47 +0530 Subject: [PATCH 1/6] EJ2-1043806-Revamped the form field samples --- .../asp-net-core/forms/form-constrain.md | 14 ++++++++++- .../asp-net-core/forms/form-designer.md | 4 ++-- .../asp-net-core/forms/form-filling.md | 7 +++--- .../asp-net-core/forms/form-validation.md | 2 +- .../asp-net-core/forms/group-form-fields.md | 6 ++--- .../export-form-fields.md | 2 +- .../import-export-events.md | 4 +--- .../import-form-fields.md | 6 ++--- .../customize-form-fields.md | 2 +- .../manage-form-fields/modify-form-fields.md | 23 +++++++++---------- .../move-resize-form-fields.md | 6 ++--- .../manage-form-fields/remove-form-fields.md | 2 +- .../forms/overview-create-forms.md | 13 ++++++----- 13 files changed, 51 insertions(+), 40 deletions(-) diff --git a/Document-Processing/PDF/PDF-Viewer/asp-net-core/forms/form-constrain.md b/Document-Processing/PDF/PDF-Viewer/asp-net-core/forms/form-constrain.md index da0206f82d..fb856a1660 100644 --- a/Document-Processing/PDF/PDF-Viewer/asp-net-core/forms/form-constrain.md +++ b/Document-Processing/PDF/PDF-Viewer/asp-net-core/forms/form-constrain.md @@ -39,6 +39,10 @@ The **isReadOnly** property prevents users from modifying a form field through t {% tabs %} {% highlight cshtml tabtitle="Standalone" %} +
+ + +
diff --git a/Document-Processing/PDF/PDF-Viewer/asp-net-core/organize-pages/mobile-view.md b/Document-Processing/PDF/PDF-Viewer/asp-net-core/organize-pages/mobile-view.md index 69d13f4c61..2eefb360c2 100644 --- a/Document-Processing/PDF/PDF-Viewer/asp-net-core/organize-pages/mobile-view.md +++ b/Document-Processing/PDF/PDF-Viewer/asp-net-core/organize-pages/mobile-view.md @@ -27,7 +27,7 @@ To perform actions on a page thumbnail, tap and hold on the thumbnail to open a * **Select All:** Selects all pages in the document. -![Alt text](../images/Context-Menu-Page-Operations1.png) +![Context menu showing page operations on a mobile PDF Viewer](../images/Context-Menu-Page-Operations1.png) ## Rearranging Pages on Mobile diff --git a/Document-Processing/PDF/PDF-Viewer/asp-net-core/organize-pages/overview.md b/Document-Processing/PDF/PDF-Viewer/asp-net-core/organize-pages/overview.md index 341e2d8840..3197e30c35 100644 --- a/Document-Processing/PDF/PDF-Viewer/asp-net-core/organize-pages/overview.md +++ b/Document-Processing/PDF/PDF-Viewer/asp-net-core/organize-pages/overview.md @@ -16,7 +16,7 @@ The Organize Pages feature provides the following options: * **Rotate Pages:** Adjust page orientation in 90-degree increments. * **Rearrange Pages:** Change page sequence with drag-and-drop. -* **Insert New:ages** — Add blank pages at desired positions. +* **Insert New Pages:** Add blank pages at desired positions. * **Delete Pages:** Remove unnecessary pages. * **Copy Pages:** Duplicate pages to reuse content. * **Import PDF Document:** Merge pages from another PDF. diff --git a/Document-Processing/PDF/PDF-Viewer/asp-net-core/organize-pages/toolbar.md b/Document-Processing/PDF/PDF-Viewer/asp-net-core/organize-pages/toolbar.md index eb3de0167d..7399fac82c 100644 --- a/Document-Processing/PDF/PDF-Viewer/asp-net-core/organize-pages/toolbar.md +++ b/Document-Processing/PDF/PDF-Viewer/asp-net-core/organize-pages/toolbar.md @@ -103,10 +103,85 @@ The `canRotate` property controls the visibility of the rotate tool. When set to The `canCopy` property controls the visibility of the copy tool. When set to `false`, the copy tool will be hidden. +{% tabs %} +{% highlight cshtml tabtitle="Standalone" %} + +
+ + +
+ +{% endhighlight %} +{% highlight cshtml tabtitle="Server-Backed" %} + +
+ + +
+ +{% endhighlight %} +{% endtabs %} + ## Show or hide the import option The `canImport` property controls the visibility of the import tool. When set to `false`, the import tool will be hidden. +{% tabs %} +{% highlight cshtml tabtitle="Standalone" %} + +
+ + +
+ +{% endhighlight %} +{% highlight cshtml tabtitle="Server-Backed" %} + +
+ + +
+ +{% endhighlight %} +{% endtabs %} + ## Show or hide the rearrange option The `canRearrange` property controls the ability to rearrange pages. When set to `false`, pages cannot be rearranged. + +{% tabs %} +{% highlight cshtml tabtitle="Standalone" %} + +
+ + +
+ +{% endhighlight %} +{% highlight cshtml tabtitle="Server-Backed" %} + +
+ + +
+ +{% endhighlight %} +{% endtabs %} diff --git a/Document-Processing/PDF/PDF-Viewer/asp-net-core/organize-pages/ui-interactions.md b/Document-Processing/PDF/PDF-Viewer/asp-net-core/organize-pages/ui-interactions.md index 8173a02440..8d5a3f0472 100644 --- a/Document-Processing/PDF/PDF-Viewer/asp-net-core/organize-pages/ui-interactions.md +++ b/Document-Processing/PDF/PDF-Viewer/asp-net-core/organize-pages/ui-interactions.md @@ -34,8 +34,8 @@ Change page sequence with drag-and-drop. Add blank pages at the required position. -* **Insert blank page left** Inserts a blank page to the left of the selected page. -* **Insert blank page right** Inserts a blank page to the right of the selected page. +* **Insert blank page left:** Inserts a blank page to the left of the selected page. +* **Insert blank page right:** Inserts a blank page to the right of the selected page. ![insert](../images/organize-insert.png) From ec71d95166288b1dcae441a32a119599aa43ad8f Mon Sep 17 00:00:00 2001 From: Logeshwaran Saravanan Date: Tue, 28 Jul 2026 12:56:33 +0530 Subject: [PATCH 3/6] Revamped the redaction samples in the core platform --- .../PDF/PDF-Viewer/asp-net-core/Redaction/mobile-view.md | 4 +++- .../asp-net-core/Redaction/programmatic-support.md | 4 ++-- .../PDF-Viewer/asp-net-core/Redaction/search-redact.md | 2 +- .../PDF/PDF-Viewer/asp-net-core/Redaction/toolbar.md | 8 ++++---- .../PDF-Viewer/asp-net-core/Redaction/ui-interaction.md | 2 +- 5 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Document-Processing/PDF/PDF-Viewer/asp-net-core/Redaction/mobile-view.md b/Document-Processing/PDF/PDF-Viewer/asp-net-core/Redaction/mobile-view.md index c9096ad89e..9127d4e265 100644 --- a/Document-Processing/PDF/PDF-Viewer/asp-net-core/Redaction/mobile-view.md +++ b/Document-Processing/PDF/PDF-Viewer/asp-net-core/Redaction/mobile-view.md @@ -13,7 +13,9 @@ The Redaction Tool enables users to permanently mark and remove sensitive conten ![Redaction in Mobile View](./redaction-annotations-images/redaction-mobile-view.png) -N> In mobile view, the redaction toolbar appears at the bottom of the viewer for thumb access. The mobile layout activates automatically on small screens. +N> In mobile view, the redaction toolbar appears at the bottom of the viewer for thumb-friendly access. + +N> The mobile layout activates automatically on small screens. ## Adding Redaction in Mobile View diff --git a/Document-Processing/PDF/PDF-Viewer/asp-net-core/Redaction/programmatic-support.md b/Document-Processing/PDF/PDF-Viewer/asp-net-core/Redaction/programmatic-support.md index ed474840f6..40252f4cd8 100644 --- a/Document-Processing/PDF/PDF-Viewer/asp-net-core/Redaction/programmatic-support.md +++ b/Document-Processing/PDF/PDF-Viewer/asp-net-core/Redaction/programmatic-support.md @@ -104,7 +104,7 @@ You can add redaction annotations to a PDF document using the `addAnnotation` me ## Delete redaction annotations programmatically -Redaction annotations can be removed using the `deleteAnnotationById` event or by selecting and deleting them through code. +Redaction annotations can be removed using the `deleteAnnotationById` method or by selecting and deleting them through code. {% tabs %} {% highlight cshtml tabtitle="Standalone" %} @@ -317,7 +317,7 @@ You can configure default properties for redaction annotations (such as fill col The redaction property panel allows users to update annotation properties through the UI. Programmatically, you can invoke the property panel by selecting an annotation and calling the relevant APIs. Properties such as overlay text, font style, and fill color can be updated directly in the panel. -![Redaction Property Panel](../redaction/redaction-annotations-images/redaction-property-panel-icon.png) +![Redaction Property Panel](./redaction-annotations-images/redaction-property-panel-icon.png) ## See also diff --git a/Document-Processing/PDF/PDF-Viewer/asp-net-core/Redaction/search-redact.md b/Document-Processing/PDF/PDF-Viewer/asp-net-core/Redaction/search-redact.md index b6391e4d14..49aeb6db53 100644 --- a/Document-Processing/PDF/PDF-Viewer/asp-net-core/Redaction/search-redact.md +++ b/Document-Processing/PDF/PDF-Viewer/asp-net-core/Redaction/search-redact.md @@ -10,7 +10,7 @@ domainurl: ##DomainURL## # Search text and redact in ASP.NET Core PdfViewer -Search for a keyword in the loaded PDF and automatically add redaction annotations for each match. The example below wires the `extractTextCompleted` event, triggers text extraction, performs a search, and adds redaction annotations for every result. +Search for a keyword in the loaded PDF and automatically add redaction annotations for each match. The example below calls `findTextAsync` to perform the search and then adds a redaction annotation for every returned text bound. N> Prerequisites: Add the PdfViewer control to the ASP.NET Core application and ensure a document is loaded. Confirm the redaction feature is available in the used product version. Applying redaction permanently removes the selected content. diff --git a/Document-Processing/PDF/PDF-Viewer/asp-net-core/Redaction/toolbar.md b/Document-Processing/PDF/PDF-Viewer/asp-net-core/Redaction/toolbar.md index e221e300db..5cd73d93fb 100644 --- a/Document-Processing/PDF/PDF-Viewer/asp-net-core/Redaction/toolbar.md +++ b/Document-Processing/PDF/PDF-Viewer/asp-net-core/Redaction/toolbar.md @@ -56,7 +56,7 @@ window.onload = function () { Refer to the following image for the toolbar view: -![Enable redaction toolbar](../redaction/redaction-annotations-images/redaction-icon-toolbar.png) +![Enable redaction toolbar](./redaction-annotations-images/redaction-icon-toolbar.png) ## Show or hide the redaction toolbar @@ -66,7 +66,7 @@ Toggle the redaction toolbar using the built‑in toolbar icon or programmatical When `RedactionEditTool` is included in the toolbar settings, clicking the redaction icon in the primary toolbar shows or hides the redaction toolbar. -![Show redaction toolbar from the primary toolbar](../redaction/redaction-annotations-images/redaction-icon-toolbar.png) +![Show redaction toolbar from the primary toolbar](./redaction-annotations-images/redaction-icon-toolbar.png) ### Display the redaction toolbar programmatically @@ -118,11 +118,11 @@ The following example demonstrates toggling the redaction toolbar programmatical Refer to the following image for details: -![Programmatically show the Redaction toolbar](../redaction/redaction-annotations-images/show-redaction-toolbar.png) +![Programmatically show the Redaction toolbar](./redaction-annotations-images/show-redaction-toolbar.png) ## See also -* [Adding the redaction annotation in PDF viewer](../redaction/overview) +* [Adding the redaction annotation in PDF viewer](./overview) * [UI interactions](./ui-interaction) * [Programmatic support](./programmatic-support) * [Mobile view](./mobile-view) diff --git a/Document-Processing/PDF/PDF-Viewer/asp-net-core/Redaction/ui-interaction.md b/Document-Processing/PDF/PDF-Viewer/asp-net-core/Redaction/ui-interaction.md index c76678ef33..903a7e265f 100644 --- a/Document-Processing/PDF/PDF-Viewer/asp-net-core/Redaction/ui-interaction.md +++ b/Document-Processing/PDF/PDF-Viewer/asp-net-core/Redaction/ui-interaction.md @@ -23,7 +23,7 @@ Use the redaction tool to draw over content to be hidden. After marking, an anno * **Resizable** – Resize the annotation to cover the required area. ![Resizing a redaction annotation](redaction-annotations-images/resizing-redaction-annotation.png) -N> The redaction tool is hidden by default. Customize the toolbar to include it. For instructions, see the [Toolbar customization](../toolbar). +N> The redaction tool is hidden by default. Customize the toolbar to include it. For instructions, see the [Toolbar customization](./toolbar). ## Add redaction annotations using the context menu From 756a52127f75d52dfdfc7dd8979cce191a3def62 Mon Sep 17 00:00:00 2001 From: Logeshwaran Saravanan Date: Tue, 28 Jul 2026 13:28:57 +0530 Subject: [PATCH 4/6] Revamped the interactive-pdf-navigation sample files --- .../interactive-pdf-navigation/bookmark.md | 12 ++++++------ .../interactive-pdf-navigation/hyperlink.md | 10 +++------- .../interactive-pdf-navigation/page-thumbnail.md | 6 +++++- .../asp-net-core/interactive-pdf-navigation/page.md | 12 ++++++++---- 4 files changed, 22 insertions(+), 18 deletions(-) diff --git a/Document-Processing/PDF/PDF-Viewer/asp-net-core/interactive-pdf-navigation/bookmark.md b/Document-Processing/PDF/PDF-Viewer/asp-net-core/interactive-pdf-navigation/bookmark.md index bff1451a8d..3e43963f2d 100644 --- a/Document-Processing/PDF/PDF-Viewer/asp-net-core/interactive-pdf-navigation/bookmark.md +++ b/Document-Processing/PDF/PDF-Viewer/asp-net-core/interactive-pdf-navigation/bookmark.md @@ -47,12 +47,16 @@ Enable or disable bookmark navigation using the `enableBookmark` property on the To perform bookmark navigation, you can use the `goToBookmark` method. It's important to note that `goToBookmark` will throw an error if the specified bookmark destination does not exist in the PDF document. +x - Specifies the pageIndex for Navigate. + +y - Specifies the Y coordinates value of the Page. + Here is an example of how to use the `goToBookmark` method: {% tabs %} {% highlight cshtml tabtitle="Standalone" %} - +
Specfic Page +
+ enableHyperlink="false">
@@ -62,7 +58,7 @@ When `enableHyperlink` is set to `false`, all hyperlinks in the document become + enableHyperlink="false">
diff --git a/Document-Processing/PDF/PDF-Viewer/asp-net-core/interactive-pdf-navigation/page-thumbnail.md b/Document-Processing/PDF/PDF-Viewer/asp-net-core/interactive-pdf-navigation/page-thumbnail.md index 5fc71ae79a..4cdf5d8512 100644 --- a/Document-Processing/PDF/PDF-Viewer/asp-net-core/interactive-pdf-navigation/page-thumbnail.md +++ b/Document-Processing/PDF/PDF-Viewer/asp-net-core/interactive-pdf-navigation/page-thumbnail.md @@ -15,6 +15,10 @@ Page thumbnails provide miniature representations of pages and enable quick navi You can enable or disable thumbnail navigation using the `enableThumbnail` property. The example below shows how to enable thumbnails. +- **Property**: `enableThumbnail` +- **Type**: `boolean` +- **Default**: `true` + **Example: Enable thumbnails** {% tabs %} @@ -41,7 +45,7 @@ You can enable or disable thumbnail navigation using the `enableThumbnail` prope {% endhighlight %} {% endtabs %} -![Alt text](../images/thumbnail.png) +![Thumbnail pane in PDF Viewer](../images/thumbnail.png) ## See also diff --git a/Document-Processing/PDF/PDF-Viewer/asp-net-core/interactive-pdf-navigation/page.md b/Document-Processing/PDF/PDF-Viewer/asp-net-core/interactive-pdf-navigation/page.md index 3224c1dd56..cda90ee366 100644 --- a/Document-Processing/PDF/PDF-Viewer/asp-net-core/interactive-pdf-navigation/page.md +++ b/Document-Processing/PDF/PDF-Viewer/asp-net-core/interactive-pdf-navigation/page.md @@ -16,13 +16,17 @@ The ASP.NET Core PDF Viewer supports internal page navigation via toolbar contro The default toolbar of PDF Viewer contains the following navigation options * **Go to page** :- Navigates to the specific page of a PDF document. -* **Show next page** :- Navigates to the next page of PDF a document. +* **Show next page** :- Navigates to the next page of a PDF document. * **Show previous page** :- Navigates to the previous page of a PDF document. * **Show first page** :- Navigates to the first page of a PDF document. * **Show last page** :- Navigates to the last page of a PDF document. Page navigation can be enabled or disabled in PDF Viewer using the following code snippet. +- **Property**: `enableNavigation` +- **Type**: `boolean` +- **Default**: `true` + **Example: Enable navigation:** {% tabs %} @@ -49,7 +53,7 @@ Page navigation can be enabled or disabled in PDF Viewer using the following cod {% endhighlight %} {% endtabs %} -![Alt text](../images/navigation.png) +![Page navigation in PDF Viewer](../images/navigation.png) ## Programmatic page navigation @@ -61,7 +65,7 @@ The following examples show how to navigate pages programmatically using the PDF {% highlight cshtml tabtitle="Standalone" %} - + @@ -100,7 +104,7 @@ The following examples show how to navigate pages programmatically using the PDF {% highlight cshtml tabtitle="Server-Backed" %} - + From 9f050fbe7d8136f3b085a4006f91625a1ee6c5c5 Mon Sep 17 00:00:00 2001 From: Logeshwaran Saravanan Date: Tue, 28 Jul 2026 14:00:22 +0530 Subject: [PATCH 5/6] Resolved the CI failures --- .../PDF/PDF-Viewer/asp-net-core/forms/form-constrain.md | 2 +- .../PDF/PDF-Viewer/asp-net-core/forms/form-filling.md | 4 ++-- .../forms/manage-form-fields/move-resize-form-fields.md | 2 +- .../forms/manage-form-fields/remove-form-fields.md | 2 +- .../PDF-Viewer/asp-net-core/forms/overview-create-forms.md | 2 +- .../asp-net-core/interactive-pdf-navigation/page.md | 2 +- .../PDF/PDF-Viewer/asp-net-core/organize-pages/overview.md | 4 ++-- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Document-Processing/PDF/PDF-Viewer/asp-net-core/forms/form-constrain.md b/Document-Processing/PDF/PDF-Viewer/asp-net-core/forms/form-constrain.md index fb856a1660..0c8a21fc35 100644 --- a/Document-Processing/PDF/PDF-Viewer/asp-net-core/forms/form-constrain.md +++ b/Document-Processing/PDF/PDF-Viewer/asp-net-core/forms/form-constrain.md @@ -35,7 +35,7 @@ The following flags are supported in the PDF Viewer: ### Make Fields Read Only -The **isReadOnly** property prevents users from modifying a form field through the UI. This is useful for displaying prefilled or calculated values that should not be changed. +The **isReadOnly** property prevents users from modifying a form field through the UI. This is useful for displaying filled or calculated values that should not be changed. {% tabs %} {% highlight cshtml tabtitle="Standalone" %} diff --git a/Document-Processing/PDF/PDF-Viewer/asp-net-core/forms/form-filling.md b/Document-Processing/PDF/PDF-Viewer/asp-net-core/forms/form-filling.md index 66f330a2be..c8b44176b0 100644 --- a/Document-Processing/PDF/PDF-Viewer/asp-net-core/forms/form-filling.md +++ b/Document-Processing/PDF/PDF-Viewer/asp-net-core/forms/form-filling.md @@ -1,7 +1,7 @@ --- layout: post title: Form filling in ASP.NET Core PDF Viewer Control | Syncfusion -description: Learn to view, fill, export, and import PDF form fields in Syncfusion ASP.NET Core PDF Viewer. +description: Learn how to view, fill, export, and import PDF form fields seamlessly using the Syncfusion ASP.NET Core PDF Viewer for efficient form management. platform: document-processing control: PDF Viewer documentation: ug @@ -23,7 +23,7 @@ The Syncfusion PDF Viewer supports three form-filling methods: 3. [Importing form field data](#import-pdf-form-data) - The PDF Viewer supports importing form field data into an existing document to prefill forms from external data sources. + The PDF Viewer supports importing form field data into an existing document to fill forms from external data sources. ## Fill PDF forms programmatically diff --git a/Document-Processing/PDF/PDF-Viewer/asp-net-core/forms/manage-form-fields/move-resize-form-fields.md b/Document-Processing/PDF/PDF-Viewer/asp-net-core/forms/manage-form-fields/move-resize-form-fields.md index 18fe85db1b..add82223db 100644 --- a/Document-Processing/PDF/PDF-Viewer/asp-net-core/forms/manage-form-fields/move-resize-form-fields.md +++ b/Document-Processing/PDF/PDF-Viewer/asp-net-core/forms/manage-form-fields/move-resize-form-fields.md @@ -1,6 +1,6 @@ --- layout: post -title: Move and Resize form fields in the ASP.NET Core PDF Viewer | Syncfusion +title: Move and Resize form fields in the Core PDF Viewer | Syncfusion description: Learn how to move and resize PDF form fields using the UI and programmatically with APIs in the Syncfusion ASP.NET Core PDF Viewer. platform: document-processing control: PDF Viewer diff --git a/Document-Processing/PDF/PDF-Viewer/asp-net-core/forms/manage-form-fields/remove-form-fields.md b/Document-Processing/PDF/PDF-Viewer/asp-net-core/forms/manage-form-fields/remove-form-fields.md index 890df13333..24aeb50229 100644 --- a/Document-Processing/PDF/PDF-Viewer/asp-net-core/forms/manage-form-fields/remove-form-fields.md +++ b/Document-Processing/PDF/PDF-Viewer/asp-net-core/forms/manage-form-fields/remove-form-fields.md @@ -1,6 +1,6 @@ --- layout: post -title: Remove form fields in the ASP.NET Core PDF Viewer component | Syncfusion +title: Remove form fields in the Core PDF Viewer component | Syncfusion description: Learn how to remove PDF form fields using the UI and programmatically in the Syncfusion ASP.NET Core PDF Viewer component. platform: document-processing control: PDF Viewer diff --git a/Document-Processing/PDF/PDF-Viewer/asp-net-core/forms/overview-create-forms.md b/Document-Processing/PDF/PDF-Viewer/asp-net-core/forms/overview-create-forms.md index c676d21065..58b3972457 100644 --- a/Document-Processing/PDF/PDF-Viewer/asp-net-core/forms/overview-create-forms.md +++ b/Document-Processing/PDF/PDF-Viewer/asp-net-core/forms/overview-create-forms.md @@ -1,6 +1,6 @@ --- layout: post -title: Create, Edit, Style, and Remove Form Fields in ASP.NET Core PDF Viewer | Syncfusion +title: Manage Form Fields in Syncfusion ASP.NET Core PDF Viewer description: Learn how to create edit each form field using the PDF Viewer UI and how to create them programmatically in the Syncfusion ASP.NET Core PDF Viewer. platform: document-processing control: PDF Viewer diff --git a/Document-Processing/PDF/PDF-Viewer/asp-net-core/interactive-pdf-navigation/page.md b/Document-Processing/PDF/PDF-Viewer/asp-net-core/interactive-pdf-navigation/page.md index cda90ee366..69c89d67b4 100644 --- a/Document-Processing/PDF/PDF-Viewer/asp-net-core/interactive-pdf-navigation/page.md +++ b/Document-Processing/PDF/PDF-Viewer/asp-net-core/interactive-pdf-navigation/page.md @@ -1,6 +1,6 @@ --- layout: post -title: Page Navigation in ASP.NET Core PDF Viewer +title: Page Navigation in ASP.NET Core PDF Viewer | Syncfusion description: Overview of page navigation in Syncfusion ASP.NET Core PDF Viewer. Learn about toolbar controls and programmatic navigation. platform: document-processing control: PDF Viewer diff --git a/Document-Processing/PDF/PDF-Viewer/asp-net-core/organize-pages/overview.md b/Document-Processing/PDF/PDF-Viewer/asp-net-core/organize-pages/overview.md index 3197e30c35..8671b6eed6 100644 --- a/Document-Processing/PDF/PDF-Viewer/asp-net-core/organize-pages/overview.md +++ b/Document-Processing/PDF/PDF-Viewer/asp-net-core/organize-pages/overview.md @@ -1,7 +1,7 @@ --- layout: post -title: Organize Pages in ASP.NET Core PDF Viewer control | Syncfusion -description: Learn here all about Organize Pages in Syncfusion ASP.NET Core PDF Viewer control of Syncfusion Essential JS 2 and more. +title: Organize PDF Pages in Syncfusion ASP.NET Core PDF Viewer +description: Organize, reorder, rotate, insert, and delete PDF pages with ease using the Syncfusion ASP.NET Core PDF Viewer for efficient document management. platform: document-processing control: PDF Viewer documentation: ug From e325631cc4cc5244111a148198be57d6c31018f4 Mon Sep 17 00:00:00 2001 From: Logeshwaran Saravanan Date: Tue, 28 Jul 2026 21:59:37 +0530 Subject: [PATCH 6/6] Resolved the addressed feedbacks --- .../asp-net-core/forms/group-form-fields.md | 2 +- .../export-form-fields.md | 2 +- .../asp-net-core/organize-pages/toolbar.md | 65 ------------------- 3 files changed, 2 insertions(+), 67 deletions(-) diff --git a/Document-Processing/PDF/PDF-Viewer/asp-net-core/forms/group-form-fields.md b/Document-Processing/PDF/PDF-Viewer/asp-net-core/forms/group-form-fields.md index 896041b889..7e3ab74321 100644 --- a/Document-Processing/PDF/PDF-Viewer/asp-net-core/forms/group-form-fields.md +++ b/Document-Processing/PDF/PDF-Viewer/asp-net-core/forms/group-form-fields.md @@ -16,7 +16,7 @@ This page covers: - [Field behavior based on type](#field-behavior-by-type) - [How to group form fields using the UI](#group-using-the-form-designer-ui) - [How to group form fields programmatically](#group-pdf-form-fields-programmatically) - - [Example scenarios](#example-scenarios) +- [Example scenarios](#example-scenarios) ## How Grouping Works diff --git a/Document-Processing/PDF/PDF-Viewer/asp-net-core/forms/import-export-form-fields/export-form-fields.md b/Document-Processing/PDF/PDF-Viewer/asp-net-core/forms/import-export-form-fields/export-form-fields.md index 62fe2bc782..55c1be30e8 100644 --- a/Document-Processing/PDF/PDF-Viewer/asp-net-core/forms/import-export-form-fields/export-form-fields.md +++ b/Document-Processing/PDF/PDF-Viewer/asp-net-core/forms/import-export-form-fields/export-form-fields.md @@ -100,7 +100,7 @@ document.addEventListener('DOMContentLoaded', function () { ### Export as Object -Use [exportFormFieldsAsObject()](https://ej2.syncfusion.com/documentation/api/pdfviewer/index-default#exportformfieldsasobject) to obtain form data as a JavaScript object for database or API integration. The `format` parameter is required and accepts `Fdf`, `Xfdf`, or `Json`. +Use [exportFormFieldsAsObject()](https://ej2.syncfusion.com/documentation/api/pdfviewer/index-default#exportformfieldsasobject) to obtain form data as a JavaScript object for database or API integration. The `format` parameter is required and accepts `Fdf`, `Xfdf`, `xml` or `Json`. {% tabs %} {% highlight cshtml tabtitle="Standalone" %} diff --git a/Document-Processing/PDF/PDF-Viewer/asp-net-core/organize-pages/toolbar.md b/Document-Processing/PDF/PDF-Viewer/asp-net-core/organize-pages/toolbar.md index 7399fac82c..4bcde16785 100644 --- a/Document-Processing/PDF/PDF-Viewer/asp-net-core/organize-pages/toolbar.md +++ b/Document-Processing/PDF/PDF-Viewer/asp-net-core/organize-pages/toolbar.md @@ -27,16 +27,6 @@ The `canInsert` property controls the visibility of the insert tool. When set to -{% endhighlight %} -{% highlight cshtml tabtitle="Server-Backed" %} - -
- - -
{% endhighlight %} {% endtabs %} @@ -56,17 +46,6 @@ The `canDelete` property controls the visibility of the delete tool. When set to -{% endhighlight %} -{% highlight cshtml tabtitle="Server-Backed" %} - -
- - -
- {% endhighlight %} {% endtabs %} @@ -85,17 +64,6 @@ The `canRotate` property controls the visibility of the rotate tool. When set to -{% endhighlight %} -{% highlight cshtml tabtitle="Server-Backed" %} - -
- - -
- {% endhighlight %} {% endtabs %} @@ -114,17 +82,6 @@ The `canCopy` property controls the visibility of the copy tool. When set to `fa -{% endhighlight %} -{% highlight cshtml tabtitle="Server-Backed" %} - -
- - -
- {% endhighlight %} {% endtabs %} @@ -143,17 +100,6 @@ The `canImport` property controls the visibility of the import tool. When set to -{% endhighlight %} -{% highlight cshtml tabtitle="Server-Backed" %} - -
- - -
- {% endhighlight %} {% endtabs %} @@ -172,16 +118,5 @@ The `canRearrange` property controls the ability to rearrange pages. When set to -{% endhighlight %} -{% highlight cshtml tabtitle="Server-Backed" %} - -
- - -
- {% endhighlight %} {% endtabs %}