Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coldfix/multiplot
put multiple image files into one PDF document
https://github.com/coldfix/multiplot
Last synced: 25 days ago
JSON representation
put multiple image files into one PDF document
- Host: GitHub
- URL: https://github.com/coldfix/multiplot
- Owner: coldfix
- License: other
- Created: 2014-01-20T02:15:55.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-21T04:26:31.000Z (almost 11 years ago)
- Last Synced: 2023-11-20T14:50:56.849Z (12 months ago)
- Language: Python
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: COPYING.txt
Awesome Lists containing this project
README
multiplot
---------Little script to squeeze multiple image files (assumed to be landscape) into
one PDF document.License
~~~~~~~To the extent possible under law, Thomas Gläßle has waived all copyright
and related or neighboring rights to multiplot. This work is published
from: Germany.To the extent possible under law, the person who associated CC0 with
multiplot has waived all copyright and related or neighboring rights
to multiplot.You should have received a copy of the CC0 legalcode along with this
work. If not, see http://creativecommons.org/publicdomain/zero/1.0/.Usage
~~~~~Command line::
multiplot.py [-k] [-p ] [-o ] ...
multiplot.py (-h | --help | -v | --version)Options::
-k --keep Keep temporary files
-p Set number of images per page
-o Set output file name (default is 'multi.pdf')
-h --help Show this help
-v --version Show version numberInstallation
~~~~~~~~~~~~Either
.. code-block:: bash
python setup.py install
or just drop the ``multiplot.py`` file into some folder where it can be executed.
Example
~~~~~~~.. code-block:: bash
printf '%s\n' graph/*.pdf | sort -V | xargs multiplot -p4