Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r0mb0/fpdf
An application for organizations to open, fill and send fillable PDFs
https://github.com/r0mb0/fpdf
buisness buisness-purpose csharp demo demo-app experiment italian-developers italian-language pdf pdf-converter pdf-document pdf-viewer pdffiller r0mb0 sign signature wpf wpf-application
Last synced: 20 days ago
JSON representation
An application for organizations to open, fill and send fillable PDFs
- Host: GitHub
- URL: https://github.com/r0mb0/fpdf
- Owner: R0mb0
- License: gpl-3.0
- Created: 2024-09-19T10:37:38.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-02T12:01:41.000Z (about 1 month ago)
- Last Synced: 2024-12-14T12:42:47.645Z (20 days ago)
- Topics: buisness, buisness-purpose, csharp, demo, demo-app, experiment, italian-developers, italian-language, pdf, pdf-converter, pdf-document, pdf-viewer, pdffiller, r0mb0, sign, signature, wpf, wpf-application
- Language: C#
- Homepage:
- Size: 484 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
- Security: SECURITY.md
- Support: SUPPORT.md
Awesome Lists containing this project
README
# FPDF, an application for organizations to open, fill and send PDFs
![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/7b48239ac2934410ba299c491f91c392)](https://app.codacy.com/gh/R0mb0/FPDF/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/R0mb0/FPDF)
[![Open Source Love svg3](https://badges.frapsoft.com/os/v3/open-source.svg?v=103)](https://github.com/R0mb0/FPDF)
[![Donate](https://img.shields.io/badge/PayPal-Donate%20to%20Author-blue.svg)](http://paypal.me/R0mb0)
## Credentials to pass login form
- Email: `[email protected]`
- Password: `R0mb0`## Notes
- Inside the folder that contains the binaries is necessary add `New_Documents_Example` directory before run the application.
## ⚠️ Dependencies ⚠️
### NuGet
- [itext.commons V8.0.5](https://itextpdf.com/)
- [itext.bouncy-castle-adapter V8.0.5](https://itextpdf.com/)
- [itext7.pdfhtml V5.0.5](https://itextpdf.com/products/convert-html-css-to-pdf-pdfhtml)
- [PdfToHtmlNet V1.1.2](https://github.com/kerajel/PdfToHtmlNet)
- [RtfPipe](https://github.com/erdomke/RtfPipe)### Used classes
- [MarkupConverter](https://github.com/mmanela/MarkupConverter)