Skip to content

S-Rafael/fitpdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

--------------------------------------------------------------------------
                      Readme file for fitpdf
--------------------------------------------------------------------------

--------------------------------------------------------------------------
                         Introduction
--------------------------------------------------------------------------
fitpdf is a Bash script which can 
* resize and rescale PDF documents
* arrange several pages of input PDF on a single output PDF page.

Internally, fitpdf uses pdfLatex to accomplish these functions,
and optionally Ghostscript for further optimization of the output
document.

--------------------------------------------------------------------------
                         Requirements
--------------------------------------------------------------------------
In order to run fitpdf, you need a system with Bash version at least 4
and the following software:
- pdfLatex (provides the 'pdflatex' command)
- pdfinfo utility, part of Poppler tools (www.poppler.freedesktop.org)
- [optional]: Ghostscript (used in the optional optimization step).

--------------------------------------------------------------------------
                         Installation
--------------------------------------------------------------------------
Simply drop the fitpdf script in a directory included in your $PATH.
If needed, give it execution permissions.

--------------------------------------------------------------------------
                         Usage
--------------------------------------------------------------------------
Run the following command in your terminal:
fitpdf --help
to obtain detailed usage information. 

--------------------------------------------------------------------------
                         Author
--------------------------------------------------------------------------
fitpdf was originally written by Rafael M. Siejakowski (www.rs-math.net)
and is currently hosted on GitHub.

--------------------------------------------------------------------------
                         License information
--------------------------------------------------------------------------
fitpdf is licensed under the terms of the GNU GPL license:

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
--------------------------------------------------------------------------

About

A Bash script for resizing PDFs and fitting multiple pages of input PDF per page of output.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages