https://github.com/nhmkdev/pdfconstruct
https://github.com/nhmkdev/pdfconstruct
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nhmkdev/pdfconstruct
- Owner: nhmkdev
- License: mit
- Created: 2016-02-27T18:53:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-19T20:22:05.000Z (over 2 years ago)
- Last Synced: 2024-02-19T21:36:41.818Z (over 2 years ago)
- Language: C#
- Size: 1.02 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PdfConstruct
PdfConstruct is basic application for combining images into a single PDF. Each image is placed onto a new "page" in the PDF.
## Instructions
### Building a PDF From Images
This is just a quick guide... lots more information pending.
* Add/Tweak cards by right-clicking in the list view. Multi-select applies to a number of the functions.
* Be sure to get the DPI correct. This determines the size of the pages.
* You can save/load your project via the File menu.
### Merging Two PDFs (interleaving)
* Switch to the `PDF Merge/Interleave Util` tab and fill in the inputs.
NOTE: When you exit you may be prompted to save any changes (assuming you are not using any other functionality it is safe to ignore this).
## Special Thanks
* Jared Beiswenger
## Original Author
PdfConstruct was originally created in 2016 by Tim Stair.