| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A tool to help you make conference posters out of home printers. Specifically, it automatically slices large-size PDF posters into smaller ones printable by your home printer. You need to follow guides on the smaller prints to stitch them together (check sampleinput.pptx and output.pdf). This tool was originally used in CV670 @ UMASS.
Poppler is the underlying project that does the magic in pdf2image. You can check if you already have it installed by calling pdftoppm -h in your terminal/cmd.
Ubuntu
sudo apt-get install poppler-utils
Archlinux
sudo pacman -S poppler
MacOS
brew install poppler
Windows
The process is simple:
There are a few input parameters (Note: Poster size is determined by your PDF settings)
<Absolute path to PDF file> <Print Paper Width in inches> <Print Paper Height in inches> <Glue Border Width in inches>
Example generated image:
Image courtesy: Unsplash - Boston Public Library
Folded paper (without glue this time):
Stitched poster:
| Back | FazBrowse Home | New Git URL |