Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sillsdev/pdfdroplet
Library and GUI for imposition of PDF pages (e.g. 2-up)
https://github.com/sillsdev/pdfdroplet
Last synced: 3 months ago
JSON representation
Library and GUI for imposition of PDF pages (e.g. 2-up)
- Host: GitHub
- URL: https://github.com/sillsdev/pdfdroplet
- Owner: sillsdev
- Created: 2016-05-12T01:15:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T13:35:57.000Z (over 2 years ago)
- Last Synced: 2024-04-20T13:04:01.577Z (7 months ago)
- Language: C#
- Homepage: http://software.sil.org/pdfdroplet/
- Size: 3.7 MB
- Stars: 7
- Watchers: 14
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
- low-resource-languages - pdfdroplet - Library and GUI for imposition of PDF pages (e.g. 2-up) http://software.sil.org/pdfdroplet/. (Software / Utilities)
README
PdfDroplet is a free, simple little gui tool which only does one thing: it takes your PDF and gives you a new one, with the pages combined and reordered, ready for saving & printing as booklets.
PdfDroplet.exe can also be used as a library for making booklets in other programs. [Bloom](https://github.com/BloomBooks/BloomDesktop) uses it this way.
The gui has only been released on Windows, but on Linux PdfDroplet has been used as a non-gui library.
## Building ##
Build the solution PdfDroplet.sln. On Windows, use at least the 2015 Community edition of Visual Studio.
In order to get a preview of the output inside of PdfDroplet, you will need a PDF viewer which integrates with Internet Explorer. Acrobat Reader, PdfXchange, and FoxIt all do this.
## Disable Analytics
We don't want developer and tester runs (and crashes) polluting our statistics. Add the environment variable "feedback" with value "off".
## Continuous Build System
Each time code is checked in, an automatic build begins on our [TeamCity build server](http://build.palaso.org/project.html?projectId=PdfDroplet). Similarly, when there is a new version of a PDFDroplet dependency (e.g. SIL.Core), that server automatically rebuilds PDFDroplet.