Skip to content

MailbirdInc/moonpdf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Languages

  • C 56.4%
  • C++ 31.8%
  • Assembly 4.2%
  • Python 2.0%
  • Makefile 1.9%
  • C# 1.2%
  • Other 2.5%