Skip to content

A Simple Pdf Viewer for WPF projects using the Windows 10 API

Notifications You must be signed in to change notification settings

Hymian7/SimplePdfViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimplePdfViewer

A Simple Pdf Viewer for WPF projects using the Windows 10 API

Check out https://blogs.u2u.be/lander/post/2018/01/23/Creating-a-PDF-Viewer-in-WPF-using-Windows-10-APIs for the idea behind. I added support for Zooming and Panning as well as navigation buttons and the possibility to jump directly to an indicated page.

Nuget Package available under https://www.nuget.org/packages/SimplePdfViewer.PdfViewer/

Screenshot

Screenshot of PdfViewer

Usage

  1. Reference the project or the NuGet package
  2. In your XAML File add the control using the following snippet:
<pdfviewer:PdfViewer Name="PdfViewerControl" Height="Auto"></pdfviewer:PdfViewer>

About

A Simple Pdf Viewer for WPF projects using the Windows 10 API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages