Skip to content

majkimester/PdfiumViewer.WPF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PdfiumViewer.WPF

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.WPF

PdfiumViewer.WPF

PdfiumViewer.WPF

Introduction

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

Compatibility

The PdfiumViewer.WPF library has been tested with Windows 7 and Windows 10, and is fully compatible with both.

Using the library

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

Bugs should be reported through github at https://github.com/majkimester/PdfiumViewer.WPF/issues.

License

PdfiumViewer is licensed under the Apache 2.0 license. See the license details for how PDFium is licensed.

About

PDF viewer based on Google's PDFium port to .Net Framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%