https://github.com/cburmeister/ranged-targets
A collection of ranged targets as PDFs to be printed as a Standard Paper Size.
https://github.com/cburmeister/ranged-targets
Last synced: 17 days ago
JSON representation
A collection of ranged targets as PDFs to be printed as a Standard Paper Size.
- Host: GitHub
- URL: https://github.com/cburmeister/ranged-targets
- Owner: cburmeister
- Created: 2022-02-19T09:20:42.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-19T09:31:48.000Z (about 3 years ago)
- Last Synced: 2025-02-15T07:21:20.311Z (2 months ago)
- Homepage:
- Size: 5.04 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ranged-targets
===A collection of ranged targets as PDFs to be printed as a Standard Paper Size.
---
## Usage
First install [pdfposter](https://pdfposter.readthedocs.io/):
```bash
pip install pdftools.pdfposter
```Explode a PDF to a your desired size:
```bash
pdfposter -mA1 animals/bears/1.pdf out.pdf
```## Standard Paper Sizes
| Size | Millimeters | Inches |
|------|-------------|-----------------|
| A0 | 841 x 1189 | 33.125 x 46.75 |
| A1 | 594 x 841 | 23.375 x 33.125 |
| A2 | 420 x 594 | 16.5 x 23.375 |
| A3 | 297 x 420 | 11.75 x 16.5 |
| A4 | 210 x 297 | 8.25 x11.75 |