Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`