/PdfiumViewer

PDF viewer based on Google's PDFium.

Primary LanguageC#Apache License 2.0Apache-2.0

PdfiumViewer

Apache 2.0 License.

Updated

This is an updated fork of the archived pvginkel/PdfiumViewer project.

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 WinForms control that can render a PdfDocument;

  • PdfiumViewer is a WinForms control that hosts a PdfRenderer control and adds a toolbar to save the PDF file or print it.

Bugs

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

License

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