Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aspnetde/pdf-stationery
"Print your PDF document onto your stationery, as you would with your office printer."
https://github.com/aspnetde/pdf-stationery
dotnet-core elmish fsharp linux macos mvu pdf pdf-generation windows
Last synced: about 2 months ago
JSON representation
"Print your PDF document onto your stationery, as you would with your office printer."
- Host: GitHub
- URL: https://github.com/aspnetde/pdf-stationery
- Owner: aspnetde
- License: mit
- Created: 2020-03-22T09:12:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:58:57.000Z (about 2 years ago)
- Last Synced: 2024-12-22T22:43:36.880Z (about 2 months ago)
- Topics: dotnet-core, elmish, fsharp, linux, macos, mvu, pdf, pdf-generation, windows
- Language: F#
- Homepage:
- Size: 420 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PDF Stationery
![Teaser](teaser.png "Teaser")
When you are running a business, you usually print all your letters, invoices, and other correspondence onto your stationery. So you can comply with your company's corporate identity.
But when you are creating PDF documents out of MS Word or any business software system, you often cannot make it use the exact stationery which you spent so much money for.
This little program solves that problem. Take your stationery as a PDF plus the PDF document you want to send out through email or any other digital channel, and merge them. Done. Your document is "printed onto your stationery," as it would have when using your physical office printer.
(The idea isn't new. I wrote [the first version](https://github.com/aspnetde/69Grad.PDF.Merge) of this little program in 2009 for myself. PDF Stationery is just a modern re-implementation that also can deal with more PDF formats than the ancient one.)
---
App Icon by [Ant Design SVG Icons](https://github.com/ant-design/ant-design-icons).
---
Packaging for macOS:
- `dotnet restore -r osx-x64`
- `dotnet msbuild -t:BundleApp -p:RuntimeIdentifier=osx-x64 -property:Configuration=Release`