Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.09 KB

README.markdown

File metadata and controls

32 lines (18 loc) · 1.09 KB

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.