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_save_richtextbox_content_as_pdf_file

Example how to save RichTextBox content as pdf file
https://github.com/r0mb0/example_how_to_save_richtextbox_content_as_pdf_file

csharp demo example italian-developers pdf pdf-saving r0mb0 wpf wpf-application

Last synced: 10 days ago
JSON representation

Example how to save RichTextBox content as pdf file

Awesome Lists containing this project

README

        

# Example how to save RichTextBox content as pdf file 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/637af09d36ac420b80a8aca9fa3ebac4)](https://app.codacy.com/gh/R0mb0/Example_how_to_save_RichTextBox_content_as_pdf_file/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_save_RichTextBox_content_as_pdf_file)
[![Donate](https://img.shields.io/badge/PayPal-Donate%20to%20Author-blue.svg)](http://paypal.me/R0mb0)

## Sample rtf

- The [sample](https://pdfobject.com/pdf/sample.pdf) has been converted to rtf

## Framework

- .NET Framework 4.7.2

## ⚠️ Dependencies ⚠️

### NuGet
- [itext](https://itextpdf.com/)
- [itext.bouncy-castle-adapter](https://itextpdf.com/)
- [itext.commons](https://itextpdf.com/)
- [itext.pdfhtml](https://itextpdf.com/products/convert-html-css-to-pdf-pdfhtml)
- [RtfPipe](https://github.com/erdomke/RtfPipe)