gogo123150 / moonpdf

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v3.0


Languages

Language:C 59.9%Language:C++ 31.2%Language:Assembly 4.2%Language:Python 2.0%Language:C# 1.3%Language:Shell 1.0%Language:Objective-C 0.2%Language:JavaScript 0.1%Language:R 0.0%