Home

Awesome

wxPDFView is a set of wxWidgets controls to display and navigate PDF documents using Google Chromes PDFium library.

Screenshot

Resources

Features

Currently implemented:

Currently not implemented:

Requirements

Compiling

It's recommended to use PDFium binaries (Version 4012 or newer) which makes building very easy.

If you dare to build PDFium yourself follow the following instructions:

Using

Currently includes 3 classes you can include into your own frames

Or you can base your PDF viewing on a complete PDF viewer frame

After initializing an instance of wxPDFView call wxPDFViewBookmarksCtrl::SetPDFView and/or wxPDFViewThumbnailListBox. Call wxPDFView::LoadFile to load a PDF into the view.