Laila.Pdf Code
A .NET6 WPF Pdfium-based viewer control and printer object.
Brought to you by:
lailablomme
File | Date | Author | Commit |
---|---|---|---|
Laila.Pdf | 2024-11-06 |
![]() |
[c6407d] fixed problem show pdfs that were less than the... |
Laila.Pdf.SampleApp | 2024-09-07 |
![]() |
[52d2ff] got rid op system.drawing dependency |
PDFiumSharpExt | 2024-09-08 |
![]() |
[527956] fixes |
PDFiumSharpExt.WPF | 2024-08-24 |
![]() |
[9cda5f] v2 |
.gitignore | 2024-08-24 |
![]() |
[9cda5f] v2 |
LICENSE | 2024-08-24 |
![]() |
[9cda5f] v2 |
Laila.Pdf.sln | 2024-08-24 |
![]() |
[9cda5f] v2 |
README.md | 2024-09-03 |
![]() |
[f76354] improved document loading speed |
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.
Get the package from NuGet.
Get the package PDFium.Windows (Windows 7 compatible) or PDFium.WindowsV2 (PDF forms support) from NuGet.
Place the control on your WPF form.
Set or bind the Document property to the bytes of the document (File.ReadAllBytes) and bind the Tool, SearchTerm and CurrentMatchIndex properties.
See the sample application for a simple example of all functions.