The Angular PDF Viewer is a lightweight and modular component for viewing and printing PDF files. It provides the best viewing experience with core interactions such as zooming, scrolling, text searching, text selection, and text copying. The thumbnail, bookmark, hyperlink and table of contents support 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 Angular PDF Viewer.
Highlight important text in Angular 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 Angular PDF files. Customize the appearance of the strikethrough or remove it.
Add handwritten signature to PDF files. The signature can be resized, moved, removed, saved, and customized.
The Angular PDF Viewer is engineered to be responsive and can withstand changes in the size of the parent element.
The PDF Viewer in Angular supports printing loaded PDF document along with adding and modifying annotation and signature details.
The Angular PDF Viewer component 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.
The Angular 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 URLs (website links) in a PDF file.
Table of contents navigation allows users to navigate to different parts of a PDF file that are listed in the table of contents section.
The Angular PDF Viewer with rich UI 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.
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.
In this mode, the text selection can be performed in the PDF document loaded in PDF Viewer. The panning and scrolling of the pages by touch cannot be performed in this mode. It allows users to select and copy text from the PDF files.
In this mode, the panning and scrolling of the pages by touch can be performed in the PDF document loaded in the PDF Viewer, but the text selection cannot be performed.
Easily get started with the Angular PDF Viewer using a few simple lines of HTML and TS code example as demonstrated below. Also explore our Angular PDF Viewer Example that shows you how to render and configure a PDF Viewer in Angular.
<div class="control-section">
<div class="content-wrapper">
<ejs-pdfviewer id="pdfViewer" [serviceUrl]='service' [documentPath]='document' style="height:640px;display:block"></ejs-pdfviewer>
</div>
</div>
import { Component, ViewEncapsulation, OnInit } from '@angular/core';
import {
PdfViewerComponent, LinkAnnotationService, BookmarkViewService, MagnificationService, ThumbnailViewService,
ToolbarService, NavigationService, TextSearchService, TextSelectionService, PrintService, AnnotationService, FormFieldsService
} from '@syncfusion/ej2-angular-pdfviewer';
/**
* Default PdfViewer Controller
*/
@Component({
selector: 'control-content',
templateUrl: 'default.html',
encapsulation: ViewEncapsulation.None,
// tslint:disable-next-line:max-line-length
providers: [LinkAnnotationService, BookmarkViewService, MagnificationService, ThumbnailViewService, ToolbarService, NavigationService, TextSearchService, TextSelectionService, PrintService, AnnotationService, FormFieldsService]
})
export class DefaultPdfViewerComponent implements OnInit {
public service: string = 'https://ej2services.syncfusion.com/production/web-services/api/pdfviewer';
public document: string = 'PDF_Succinctly.pdf';
ngOnInit(): void {
// ngOnInit function
}
}
PDF Viewer is also available in Blazor, React, Vue, and JavaScript frameworks. Check out the different PDF Viewer platforms from the links below,
With continuous improvement in Angular versions, the Angular PDF Viewer is kept up to date to make it compatible with the latest version.
We do not sell the Angular PDF Viewer separately. It is only available for purchase as part of the Syncfusion Angular suite, which contains over 70 Angular components, including the PDF Viewer. A single developer license for the Syncfusion Essential Studio for Angular 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 Angular PDF Viewer demo here.
No, our 70 Angular 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 Angular 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.