Menu

Tree [c6407d] master /
 History

HTTPS access


File Date Author Commit
 Laila.Pdf 2024-11-06 Laïla Blomme Laïla Blomme [c6407d] fixed problem show pdfs that were less than the...
 Laila.Pdf.SampleApp 2024-09-07 Laïla Blomme Laïla Blomme [52d2ff] got rid op system.drawing dependency
 PDFiumSharpExt 2024-09-08 Laïla Blomme Laïla Blomme [527956] fixes
 PDFiumSharpExt.WPF 2024-08-24 laila-blomme laila-blomme [9cda5f] v2
 .gitignore 2024-08-24 laila-blomme laila-blomme [9cda5f] v2
 LICENSE 2024-08-24 laila-blomme laila-blomme [9cda5f] v2
 Laila.Pdf.sln 2024-08-24 laila-blomme laila-blomme [9cda5f] v2
 README.md 2024-09-03 Laïla Blomme Laïla Blomme [f76354] improved document loading speed

Read Me

Laila.Pdf

A .NET6 WPF Pdfium-based viewer featuring smooth scrolling, text selecting and copying, search and basic PDF forms support and a .NET6 PDF printer.

Written using an extended version of PDFiumSharp to which I added PDF forms support.

Installation

  1. Get the package from NuGet.

  2. Get the package PDFium.Windows (Windows 7 compatible) or PDFium.WindowsV2 (PDF forms support) from NuGet.

  3. Place the control on your WPF form.

  4. Set or bind the Document property to the bytes of the document (File.ReadAllBytes) and bind the Tool, SearchTerm and CurrentMatchIndex properties.

  5. See the sample application for a simple example of all functions.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.