Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r0mb0/example_how_to_open_a_pdf_document_inside_a_wpf_application
Example how to open a pdf document inside a WPF application
https://github.com/r0mb0/example_how_to_open_a_pdf_document_inside_a_wpf_application
csharp demo example italian-developers pdf pdf-converter pdf-viewer r0mb0 wpf wpf-application
Last synced: 8 days ago
JSON representation
Example how to open a pdf document inside a WPF application
- Host: GitHub
- URL: https://github.com/r0mb0/example_how_to_open_a_pdf_document_inside_a_wpf_application
- Owner: R0mb0
- License: mit
- Created: 2024-10-21T13:40:54.000Z (26 days ago)
- Default Branch: main
- Last Pushed: 2024-11-07T13:55:28.000Z (9 days ago)
- Last Synced: 2024-11-07T14:36:12.136Z (9 days ago)
- Topics: csharp, demo, example, italian-developers, pdf, pdf-converter, pdf-viewer, r0mb0, wpf, wpf-application
- Language: C#
- Homepage:
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example how to open a pdf document inside a WPF application keeping text formatting
![C#](https://img.shields.io/badge/c%23-%23239120.svg?style=for-the-badge&logo=csharp&logoColor=black)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/49ab64b162424237aaf650494870c7b3)](https://app.codacy.com/gh/R0mb0/Example_how_to_open_a_pdf_document_inside_a_WPF_application/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![Open Source Love svg3](https://badges.frapsoft.com/os/v3/open-source.svg?v=103)](https://github.com/R0mb0/Example_how_to_open_a_pdf_document_inside_a_WPF_application)
[![Donate](https://img.shields.io/badge/PayPal-Donate%20to%20Author-blue.svg)](http://paypal.me/R0mb0)## Sample pdf
- [Sample](https://pdfobject.com/pdf/sample.pdf)
## Framework
- .NET Framework 4.7.2
## ⚠️ Dependencies ⚠️
### NuGet
- [PdfToHtmlNet V1.1.2](https://github.com/kerajel/PdfToHtmlNet)
### Used classes
- [MarkupConverter](https://github.com/mmanela/MarkupConverter)
- To use this classes is necessary to add the reference to `PresentationFramework.dll`, `PresentationCore.dll` and `WindowsBase.dll`