Skip to content
/ moonpdf Public

Contains a WPF control for displaying PDF files and a sample PDF viewer, that uses this control

License

Notifications You must be signed in to change notification settings

reliak/moonpdf

Repository files navigation

MoonPdf

MoonPdf is a WPF-based PDF Viewer that uses the MoonPdfLib library.

The MoonPdfLib contains a WPF control that can be included in your application. An example for the inclusion is the MoonPdf app (see excerpt below)

<Window xmlns:mpp="clr-namespace:MoonPdfLib;assembly=MoonPdfLib" ...>
  <mpp:MoonPdfPanel Background="LightGray" ViewType="SinglePage" PageDisplay="ContinuousPages" PageMargin="0,2,4,2" AllowDrop="True"/>
</Window>

Binaries

The binaries for MoonPdf and MoonPdfLib can be found here:

https://sourceforge.net/projects/moonpdf/files/

About

Contains a WPF control for displaying PDF files and a sample PDF viewer, that uses this control

Resources

License

Stars

Watchers

Forks

Packages

No packages published