Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/r0mb0/example_how_to_save_richtextbox_content_as_pdf_file
- Owner: R0mb0
- License: mit
- Created: 2024-10-22T10:10:52.000Z (15 days ago)
- Default Branch: main
- Last Pushed: 2024-10-24T10:17:21.000Z (13 days ago)
- Last Synced: 2024-10-27T04:03:49.637Z (10 days ago)
- Topics: csharp, demo, example, italian-developers, pdf, pdf-saving, r0mb0, wpf, wpf-application
- Language: C#
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
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)