Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
302 changes: 134 additions & 168 deletions Document-Processing-toc.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
layout: post
title: Configure annotation selector settings in Syncfusion ASP.NET Core PDF Viewer
title: Annotation Selector Settings in ASP.NET Core PDF Viewer | Syncfusion
description: Learn how to customize annotation selector settings in the Syncfusion ASP.NET Core PDF Viewer component for Essential JS 2.
platform: document-processing
control: PDF Viewer
publishingplatform: ASP.NET Core
documentation: ug
---

# How to Configure Annotation Selector Settings
# How to Configure Annotation Selector Settings in ASP.NET Core

### Annotation Selector Settings

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: Control annotation visibility in ASP.NET Core PDF Viewer | Syncfusion
description: Learn how to control the visibility of PDF annotations in the ASP.NET Core PDF Viewer, ensuring annotations appear only in the viewer as needed.
platform: document-processing
control: PDF Viewer
publishingplatform: ASP.NET Core
documentation: ug
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
layout: post
title: Convert PDF Library bounds to PDF Viewer bounds in ASP.NET Core | Syncfusion
title: Convert PDF Library bounds in ASP.NET Core PDF Viewer | Syncfusion
description: Learn how to convert PDF Library bounds into PDF Viewer bounds when exporting annotations, ensuring accurate placement in the ASP.NET Core PDF Viewer.
platform: document-processing
control: PDF Viewer
publishingplatform: ASP.NET Core
documentation: ug
---

# Convert PDF Library bounds to PDF Viewer bounds in ASP.NET Core
# Convert PDF Library bounds to PDF Viewer in ASP.NET Core

When exporting annotations from the PDF Library, convert the bounds values into the PDF Viewer format to ensure accurate placement.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
layout: post
title: Customize the context menu in ASP.NET Core PDF Viewer | Syncfusion
description: Learn how to add and customize custom context menu options in the Syncfusion ASP.NET Core PDF Viewer using addCustomMenu, customContextMenuSelect, and related events.
description: Learn how to add and customize context menu options in the ASP.NET Core PDF Viewer using addCustomMenu, customContextMenuSelect, and related events.
platform: document-processing
control: PDF Viewer
publishingplatform: ASP.NET Core
documentation: ug
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
layout: post
title: Change font family in ASP.NET Core PDF Viewer | Syncfusion
description: Learn how to change the font family for form field type signatures and initials in the Syncfusion ASP.NET Core PDF Viewer using typeSignatureFonts and typeInitialFonts.
description: Learn how to change the font family for form field type signatures and initials in the ASP.NET Core PDF Viewer using typeSignatureFonts and typeInitialFonts.
platform: document-processing
control: PDF Viewer
publishingplatform: ASP.NET Core
documentation: ug
---

# Change the font family for type signatures
# Change the font family for type signatures in ASP.NET Core

Change the font family for Type Signature and Initial fields by adding a stylesheet to load fonts and assigning them via the PDF Viewer settings. Include Google Font links in the HTML head to use those fonts.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: Add custom fonts in ASP.NET Core PDF Viewer | Syncfusion
description: Learn how to add and load custom TTF fonts for documents displayed in the Syncfusion ASP.NET Core PDF Viewer using the customFonts property.
platform: document-processing
control: PDF Viewer
publishingplatform: ASP.NET Core
documentation: ug
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
layout: post
title: Customize text search color in ASP.NET Core PDF Viewer control | Syncfusion
title: Customize text search color in ASP.NET Core PDF Viewer | Syncfusion
description: Learn here all about Customize text search color in Syncfusion ASP.NET Core PDF Viewer control of Syncfusion Essential JS 2 and more.
platform: document-processing
control: Customize text search color
publishingplatform: ASP.NET Core
documentation: ug
---

# Customize text search color in ASP.NET Core PDF Viewer control
# Customize text Search color in ASP.NET Core PDF Viewer

To change the text search color in the Syncfusion PDF viewer, you can use the **searchColor** property of the searchModule object. This property accepts a string value that represents the color in hexadecimal format.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: Delete an annotation in ASP.NET Core PDF Viewer | Syncfusion
description: Learn how to delete a specific annotation in the Syncfusion ASP.NET Core PDF Viewer using the deleteAnnotationById method.
platform: document-processing
control: PDF Viewer
publishingplatform: ASP.NET Core
documentation: ug
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: Disable context menu in ASP.NET Core PDF Viewer control | Syncfusion
description: Learn here all about Disable context menu in Syncfusion ASP.NET Core PDF Viewer control of Syncfusion Essential JS 2 and more.
platform: document-processing
control: Disable context menu
publishingplatform: ASP.NET Core
documentation: ug
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: Disable tile rendering in ASP.NET Core PDF Viewer control | Syncfusion
description: Learn here all about Disable tile rendering in Syncfusion ASP.NET Core PDF Viewer control of Syncfusion Essential JS 2 and more.
platform: document-processing
control: Disable tile rendering
publishingplatform: ASP.NET Core
documentation: ug
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
layout: post
title: Display PDFs without downloading in ASP.NET Core PDF Viewer
title: Display PDF Without Download in ASP.NET Core PDF Viewer | Syncfusion
description: Learn how to display PDF documents without triggering downloads by using the Syncfusion ASP.NET Core PDF Viewer.
platform: document-processing
control: PDF Viewer
publishingplatform: ASP.NET Core
documentation: ug
---

# Display document without downloading
# Display document without downloading in Core PDF Viewer

The PDF Viewer server library allows the control to reload a PDF from memory so users can view the file without downloading it to the local device by calling the **load** method.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: Control file downloads in ASP.NET Core PDF Viewer | Syncfusion
description: Learn how to intercept and control file downloads in the Syncfusion ASP.NET Core PDF Viewer using the downloadStart event.
platform: document-processing
control: PDF Viewer
publishingplatform: ASP.NET Core
documentation: ug
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: Manage local storage in ASP.NET Core PDF Viewer | Syncfusion
description: Learn how to control session-specific data storage in the Syncfusion ASP.NET Core PDF Viewer using the enableLocalStorage property.
platform: document-processing
control: PDF Viewer
publishingplatform: ASP.NET Core
documentation: ug
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: Enable resize in ASP.NET Core PDF Viewer control | Syncfusion
description: Learn here all about Enable resize in Syncfusion ASP.NET Core PDF Viewer control of Syncfusion Essential JS 2 and more.
platform: document-processing
control: Enable resize
publishingplatform: ASP.NET Core
documentation: ug
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
layout: post
title: Enable or disable text selection in ASP.NET Core PDF Viewer | Syncfusion
title: Manage Text Selection in ASP.NET Core PDF Viewer | Syncfusion
description: Learn how to enable or disable text selection in the Syncfusion ASP.NET Core PDF Viewer using the enableTextSelection property.
platform: document-processing
control: PDF Viewer
publishingplatform: ASP.NET Core
documentation: ug
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ title: Export PDF pages as images in Syncfusion ASP.NET Core PDF Viewer
description: Learn how to export PDF pages as Base64-encoded images by using the Syncfusion ASP.NET Core PDF Viewer component.
platform: document-processing
control: PDF Viewer
publishingplatform: ASP.NET Core
documentation: ug
---

# Export PDF pages as images
# Export PDF pages as images in ASP.NET Core PDF Viewer

The PDF Viewer library enables exporting individual pages as Base64-encoded image strings by using the **exportAsImage()** method and exporting page ranges as Base64-encoded image strings by using the **exportAsImages()** method.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: Export pages as images in ASP.NET Core PDF Viewer | Syncfusion
description: Learn how to export pages as Base64-encoded images in the Syncfusion ASP.NET Core PDF Viewer using the ExportAsImage method family.
platform: document-processing
control: PDF Viewer
publishingplatform: ASP.NET Core
documentation: ug
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: Use extractTextCompleted in ASP.NET Core PDF Viewer | Syncfusion
description: Learn how to use the extractTextCompleted event and isExtractText property in the Syncfusion ASP.NET Core PDF Viewer to extract text and bounds.
platform: document-processing
control: PDF Viewer
publishingplatform: ASP.NET Core
documentation: ug
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: Configure extractTextOption in ASP.NET Core PDF Viewer | Syncfusion
description: Learn how to use the extractTextOption property in the Syncfusion ASP.NET Core PDF Viewer to control text extraction and memory usage.
platform: document-processing
control: PDF Viewer
publishingplatform: ASP.NET Core
documentation: ug
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
---
layout: post
title: Extract text using TextLineCollection in Syncfusion ASP.NET Core PDF Viewer
title: Extract Text Using TextLineCollection in ASP.NET Core | Syncfusion
description: Learn how to extract text with bounds from PDF pages by using the TextLineCollection API in the Syncfusion ASP.NET Core PDF Viewer.
platform: document-processing
control: PDF Viewer
publishingplatform: ASP.NET Core
documentation: ug
---


# Extract text using TextLineCollection
# Extract text using TextLineCollection in Core PDF Viewer

The PDF Viewer server library can extract text and its bounding information from a PDF page by using the **ExtractText()** method. The `TextLineCollection` output contains each line of text along with coordinates that help map the content back to the page.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: Use extractText in ASP.NET Core PDF Viewer | Syncfusion
description: Learn how to use the extractText method in the Syncfusion ASP.NET Core PDF Viewer to extract text and bounds from one or more pages.
platform: document-processing
control: PDF Viewer
publishingplatform: ASP.NET Core
documentation: ug
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: Use findTextAsync in ASP.NET Core PDF Viewer | Syncfusion
description: Learn how to search text asynchronously with findTextAsync in the Syncfusion ASP.NET Core PDF Viewer and retrieve match bounds.
platform: document-processing
control: PDF Viewer
publishingplatform: ASP.NET Core
documentation: ug
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ title: Get Base64 from loaded PDF in ASP.NET Core PDF Viewer | Syncfusion
description: Learn how to retrieve the Base64 value of a loaded PDF in the Syncfusion ASP.NET Core PDF Viewer using saveAsBlob and FileReader.
platform: document-processing
control: PDF Viewer
publishingplatform: ASP.NET Core
documentation: ug
---

# Get Base64 value from a loaded PDF
# Get Base64 value from a loaded PDF in ASP.NET Core

### Overview

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: Get page info in ASP.NET Core PDF Viewer | Syncfusion
description: Learn how to retrieve page height, width, and rotation using getPageInfo in the Syncfusion ASP.NET Core PDF Viewer.
platform: document-processing
control: PDF Viewer
publishingplatform: ASP.NET Core
documentation: ug
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
---
layout: post
title: Identify added annotation mode in ASP.NET Core PDF Viewer control | Syncfusion
title: Identify added annotationmode in ASP.NET Core PDF Viewer | Syncfusion
description: Learn here all about Identify added annotation mode in Syncfusion ASP.NET Core PDF Viewer control of Syncfusion Essential JS 2 and more.
platform: document-processing
control: Identify added annotation mode
publishingplatform: ASP.NET Core
documentation: ug
---

# Identify added annotation mode in ASP.NET Core PDF Viewer control
# Identify added annotation mode in ASP.NET Core PDF Viewer

The PDF Viewer library allows you to identify whether the added annotations in PDF document is UI drawn, imported or existing annotation. Annotation mode can be identified using the [**annotationAddMode**](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_AnnotationAdd) property of [**annotationSelect**](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_AnnotationSelect) event.

**Step 1:** Follow the steps provided in the [link](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/asp-net-core/getting-started/) to create simple PDF Viewer sample.
**Step 1:** Follow the steps provided in the [link](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/asp-net-core/getting-started) to create simple PDF Viewer sample.

**Step 2:** The following code snippet explains how to identify added annotation mode.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: Import and export annotations in ASP.NET Core PDF Viewer | Syncfusion
description: Learn how to import and export annotations as objects, JSON, or XFDF in the Syncfusion ASP.NET Core PDF Viewer.
platform: document-processing
control: PDF Viewer
publishingplatform: ASP.NET Core
documentation: ug
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
layout: post
title: Install packages for ASP.NET Core PDF Viewer
title: Install packages for ASP.NET Core PDF Viewer | Syncfusion
description: Learn how to install the Syncfusion ASP.NET Core PDF Viewer NuGet package and restore the required dependencies.
platform: document-processing
control: PDF Viewer
publishingplatform: ASP.NET Core
documentation: ug
---

# Install EJ2 PDF Viewer packages automatically
# Install EJ2 PDF Viewer packages in ASP.NET Core PDF Viewer

Install the Syncfusion ASP.NET Core PDF Viewer dependencies by adding the [Syncfusion.EJ2.PdfViewer.AspNet.Core](https://www.nuget.org/packages/Syncfusion.EJ2.PdfViewer.AspNet.Core/) package to the project file. When the project is built or a `dotnet restore` runs, NuGet downloads the package and its dependencies.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: Load documents dynamically in ASP.NET Core PDF Viewer | Syncfusion
description: Learn how to load or switch PDF documents dynamically in the Syncfusion ASP.NET Core PDF Viewer using the load method.
platform: document-processing
control: PDF Viewer
publishingplatform: ASP.NET Core
documentation: ug
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
layout: post
title: Load a specific number of pages on initial load in ASP.NET Core PDF Viewer
description: Learn how to configure the Syncfusion ASP.NET Core PDF Viewer to load a defined number of pages during the initial render by using the initialRenderPages property.
title: Load N specific number of pages in PDFViewer | Syncfusion
description: Learn how to configure the ASP.NET Core PDF Viewer to load a defined number of pages during the initial render by using the initialRenderPages property.
platform: document-processing
control: PDF Viewer
publishingplatform: ASP.NET Core
documentation: ug
---

# Load N number of pages on initial loading
# Load N number of pages on initial loading in ASP.NET Core

The initial rendering in a PDF Viewer allows users to control how many pages appear when opening a PDF document. Loading only a subset of pages can improve responsiveness because the viewer fetches additional pages on demand as the user scrolls, reducing initial download time for large files.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: Set min and max zoom levels in ASP.NET Core PDF Viewer | Syncfusion
description: Learn how to limit the minimum and maximum zoom percentages in the Syncfusion ASP.NET Core PDF Viewer by using the minZoom and maxZoom properties for responsive, consistent viewing.
platform: document-processing
control: PDF Viewer
publishingplatform: ASP.NET Core
documentation: ug
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: Open or close the bookmark pane in ASP.NET Core PDF Viewer | Syncfusion
description: Learn how to open or close the bookmark pane programmatically in the Syncfusion ASP.NET Core PDF Viewer by calling the bookmarkViewModule APIs.
platform: document-processing
control: PDF Viewer
publishingplatform: ASP.NET Core
documentation: ug
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: Open the thumbnail pane programmatically in ASP.NET Core PDF Viewer | Syn
description: Learn how to open the thumbnail pane programmatically in the Syncfusion ASP.NET Core PDF Viewer by calling the openThumbnailPane method after the document loads.
platform: document-processing
control: PDF Viewer
publishingplatform: ASP.NET Core
documentation: ug
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: Overlapped annotation in ASP.NET Core PDF Viewer control | Syncfusion
description: Learn here all about Overlapped annotation in Syncfusion ASP.NET Core PDF Viewer control of Syncfusion Essential JS 2 and more.
platform: document-processing
control: Overlapped annotation
publishingplatform: ASP.NET Core
documentation: ug
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: Handle pageRenderInitiate and pageRenderComplete events in ASP.NET Core P
description: Discover how to use the pageRenderInitiate and pageRenderComplete events in the Syncfusion ASP.NET Core PDF Viewer to monitor page rendering stages.
platform: document-processing
control: PDF Viewer
publishingplatform: ASP.NET Core
documentation: ug
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: Print document in ASP.NET Core PDF Viewer control | Syncfusion
description: Learn here all about Print document in Syncfusion ASP.NET Core PDF Viewer control of Syncfusion Essential JS 2 and more.
platform: document-processing
control: Print document
publishingplatform: ASP.NET Core
documentation: ug
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: Resolve “Unable to find an entry point named FPDFText_GetCharAngle” e
description: Resolve the “Unable to find an entry point named FPDFText_GetCharAngle” error in the Syncfusion ASP.NET Core PDF Viewer by updating the PDFium assemblies and republishing the service.
control: PDF Viewer
platform: document-processing
publishingplatform: ASP.NET Core
documentation: ug
---

Expand Down
Loading