kdaveid / 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 55.4%Language:C++ 33.3%Language:Assembly 4.2%Language:Python 2.0%Language:Makefile 1.9%Language:C# 1.2%Language:Shell 1.2%Language:Roff 0.2%Language:HTML 0.2%Language:CMake 0.1%Language:M4 0.1%Language:JavaScript 0.1%Language:Objective-C 0.1%Language:Batchfile 0.0%Language:Rebol 0.0%