Apache 2.0 License.
Note: this is a fork of bezzad/PdfiumViewer project for .NET Framework 4.8 and compatible with VS2017 and Windows 7. bezzad/PdfiumViewer is a .Net Core WPF port of pvginkel/PdfiumViewer
Additional features compared to the bezzad/PdfiumViewer:
- Thrumbnail view
- Pringting
- Text search and highlighting
- Text selection (copy to clipboard and drag and drop text)
- Support Pdf links
- Improved performance
- Use pdfium binaris from bblanchon/pdfium-binaries
- Lot of bug fixes
PdfiumViewer is a PDF viewer based on the PDFium project.
PdfiumViewer provides a number of components to work with PDF files:
-
PdfDocument is the base class used to render PDF documents;
-
PdfRenderer is a WPF control that can render a PdfDocument;
Note: If you want to use that in WinForms, please use the main project from PdfiumViewer WinForm
The PdfiumViewer.WPF library has been tested with Windows 7 and Windows 10, and is fully compatible with both.
The PdfiumViewer.WPF control requires native PDFium libraries. These are not included in this repository, but included as NuGet packages from bblanchon/pdfium-binaries.
Bugs should be reported through github at https://github.com/majkimester/PdfiumViewer.WPF/issues.
PdfiumViewer is licensed under the Apache 2.0 license. See the license details for how PDFium is licensed.