https://github.com/woodcharp/pdftoolsdemo
PDF tools demo to make PDF creation easier in my other project.
https://github.com/woodcharp/pdftoolsdemo
pdf pdfpig
Last synced: about 1 month ago
JSON representation
PDF tools demo to make PDF creation easier in my other project.
- Host: GitHub
- URL: https://github.com/woodcharp/pdftoolsdemo
- Owner: WoodCharp
- Created: 2024-10-31T16:48:51.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T14:44:52.000Z (11 months ago)
- Last Synced: 2025-06-01T08:44:41.237Z (4 months ago)
- Topics: pdf, pdfpig
- Language: C#
- Homepage:
- Size: 226 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PDF Tools Demo
Needed some simple way to create PDF files in my project witch lead to this.
* Grids, like in excel
* Automatically creates new pages
* Header and footer blocks
* Images## Basic idea
Basic idea in this method is to add "blocks" which are total page width but user defined height.
## Test results

This one is drawn with debug lines.

PDF's are created with [PdfPig](https://github.com/UglyToad/PdfPig) v0.1.9
[Fira Sans Font](https://www.1001fonts.com/fira-sans-font.html)