Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lacop/slidenup
Slides N-Up
https://github.com/lacop/slidenup
Last synced: 16 days ago
JSON representation
Slides N-Up
- Host: GitHub
- URL: https://github.com/lacop/slidenup
- Owner: lacop
- License: mit
- Created: 2015-05-31T11:53:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-31T11:53:56.000Z (over 9 years ago)
- Last Synced: 2023-03-10T23:08:23.602Z (almost 2 years ago)
- Language: Python
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
Slides N-Up
===========Simple script to take a bunch of slides and create a single output document ready for printing.
Useful for slides from lectures on openbook exams for example.
Usage
-----Provide output filename and list of files to process:
```ShellSession
$ /path/to/slidenup.py slides.pdf lecture-01.pdf lecture-02.pdf lecture-slides-*.pdf
```No user-friendly CLI configuration yet, just edit the lines at beginning of the script.
Default settings n-up every file to a landscape 3x2 grid, numbering and labeling them on top. Page numbers of the final document are on the bottom.
Dependencies
------------You will need `pdfjam`, `pdftk`, `pdfinfo` and `pdflatex` with `fancyhdr`, `geometry` and `multido` packages.
All of this can be found in package repositories for most common platforms.
License
-------This code is released under the MIT license.