The ASP.NET Core PDF Viewer control is a lightweight and modular control for viewing and printing PDF files in your web applications. It provides the best viewing experience available with core interactions such as zooming, scrolling, text searching, text selection, and text copying. Thumbnail, bookmark, hyperlink, and table of contents support provides easy navigation within and outside the PDF files.
Load PDF files with thousands of pages instantly.
On-demand loading and virtualization hold only the minimum required pages at runtime to reduce memory consumption.
Render pages on demand to help reduce initial load time when working with large PDF files.
Open and display both normal PDF files and those protected with AES and RC4 encryption algorithms (password protected). Open PDF files from stream, file paths, and as byte arrays.
Review PDF files using a rich set of annotating tools in the ASP.NET Core PDF Viewer.
Highlight important text in ASP.NET Core PDF files. Also, customize the appearance of the highlight or remove it.
Underline notable text in PDF files. Customize the appearance of the underline or remove it.
Strikethrough unimportant texts in ASP.NET Core PDF files. Customize the appearance of the strikethrough or remove it.
ASP.NET Core PDF Reader to add a rectangle, circle, line, polyline, or polygon to a PDF file, use drawing tools. The shapes can also be moved, resized, and customized.
Measure the distance, area, radius, volume, and perimeter of the objects using measurement tools.
Add stamps to a PDF file like applying rubber stamps to a paper document from a list of built-in stamps or create your own stamps.
The ASP.NET Core PDF Viewer sticky notes and comment options are used to track review feedbacks and status of the PDF documents.
Support has been provided to add text to a PDF file. The text, like the text box tool, can be moved, resized, and customized.
Annotations in a PDF file can be exported as JSON and stored in the database. You can also import annotation JSON data to a PDF file.
Users can view and fill the AcroForm fields. Support has also been provided to add handwritten signatures to a PDF file.
The PDF Viewer in ASP.NET Core is engineered to be responsive and can withstand changes in the size of the parent element.
The PDF Viewer ASP.NET Core supports printing loaded PDF document along with adding and modifying annotation and signature details.
The ASP.NET Core PDF Viewer control comes with a powerful built-in toolbar to execute the most important actions such as page navigation, text search, view mode, downloading, and various annotation actions. You can design your own toolbar as required with PDF Viewer APIs.
Add handwritten signature to PDF files. The signature can be resized, moved, removed, saved, and customized.
The ASP.NET Core PDF Viewer control supports different internal and external navigations.
Bookmarks saved in PDF files are loaded and made ready for easy navigation. Navigate within the PDF file of the topics bookmarked already.
Thumbnails are miniature representations of actual pages in PDF files. This feature displays thumbnails of the pages and allows navigation.
Hyperlink navigation feature enables navigation to the URLs (website links) in a PDF file.
Table of contents navigation in the ASP.NET Core PDF Viewer library allows users to navigate to different parts of a PDF file that are listed in the table of contents section.
The PDF Viewer for ASP.NET Core allows users to select the text in the PDF document and copy it to the clipboard. This is helpful for sharing text content with others.text content.
Locate all occurrences of a given text and navigate through them found occurrences easily.
Disable the built-in toolbar and create a custom toolbar in your application.
Choose from eight stunning, built-in themes.
All static text within the PDF Viewer can be localized to any supported language.
Easily get started with the ASP.NET Core PDF Viewer using a few simple lines of C# example as demonstrated below. Also explore our ASP.NET Core PDF Viewer Example that shows you how to render and configure a PDF Viewer in ASP.NET Core.
@using Syncfusion.EJ2
@section ControlsSection{
<div class="control-section">
<ejs-pdfviewer id="pdfviewer" style="height:641px;"></ejs-pdfviewer>
</div>
}
<script type="text/javascript">
window.onload = function () {
var pdfViewer = document.getElementById('pdfviewer').ej2_instances[0];
pdfViewer.serviceUrl = window.baseurl + 'api/PdfViewer';
pdfViewer.load("FormFillingDocument.pdf", null);
}
</script>
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Hosting;
using Syncfusion.EJ2.PdfViewer;
using System.IO;
using Newtonsoft.Json;
namespace EJ2CoreSampleBrowser.Controllers.PdfViewer
{
public partial class PdfViewerController : Controller
{
// GET: Default
public ActionResult FormFilling()
{
return View();
}
}
}
PDF Viewer is also available in Blazor, Angular, React, Vue, and JavaScript frameworks. Check out the different PDF Viewer platforms from the links below,
We do not sell the ASP.NET Core PDF Viewer separately. It is only available for purchase as part of the Syncfusion ASP.NET Core suite, which contains over 70+ ASP.NET Core components, including the PDF Viewer. A single developer license for the Syncfusion Essential Studio for ASP.NET Core suite costs $995.00 USD, including one year of support and updates. On top of this, we might be able to offer additional discounts based on currently active promotions. Please contact our sales team today to see if you qualify for any additional discounts.
You can find our ASP.NET Core PDF Viewer demo here.
No, our 70+ ASP.NET Core components, including PDF Viewer, are not sold individually, only as a single package. However, we have competitively priced the product so it only costs a little bit more than what some other vendors charge for their PDF Viewer alone. We have also found that, in our experience, our customers usually start off using one of our products and then expand to several products quickly, so we felt it was best to offer all 70+ ASP.NET Core components for a flat fee of $995/developer. On top of this, we might be able to offer additional discounts based on currently active promotions. Please contact our sales team today to see if you qualify for any additional discounts.
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
A good place to start would be our comprehensive getting started documentation.
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.