Skip to content
/ moonpdf Public
forked from reliak/moonpdf

Contains a WPF (support .Net Framework 4.8 & .Net Core 3.1 and later versions) 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

bezzad/moonpdf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 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 (support .Net Framework 4.8 & .Net Core 3.1 and later versions) control for displaying PDF files and a sample PDF viewer, that uses this control.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 56.2%
  • C++ 31.8%
  • Assembly 4.2%
  • Python 2.0%
  • Makefile 1.9%
  • C# 1.4%
  • Other 2.5%