Skip to main content

A small utility to generate fairly high resolution preview images of PDFs suitable for viewing or sharing to social media

Project description

pdf2up

A small utility to generate preview images of research papers (e.g. arXiv) suitable for social media (e.g. Twitter)

Installation

To install as a command line tool pdf2up run:

pip install pdf2up

Usage

Run on the command line as pdf2up input.pdf, optionally with the following flags:

usage: pdf2up [-h] [-b BOX [BOX ...]] [--all] [-s SKIP] [-n N_UP] [-c CORES]
              input

positional arguments:
  input

optional arguments:
  -h, --help            show this help message and exit
  -b BOX [BOX ...], --box BOX [BOX ...]
                        to specify a crop box for each pre-cropped 2-up page
                        image, either as 1 side, 2 sides (L/R, T/B), or 4
                        sides (L, T, R, B)
  --all                 override the default of only producing 4 images (which
                        for default 2-up gives 8 pages as 4 PNGs)
  -s SKIP, --skip SKIP  How many pages to skip forward from the original PDF
  -n N_UP, --n-up N_UP  How many pages to 'paste' alongside onto a single page
                        (default: 2)
  -c CORES, --cores CORES
                        Maximum CPU cores to run multicore execution (default:
                        all available cores)

To run as a library using the pdf2up.conversion module:

  • The pdf2png() function gives the same interface as the CLI
  • The ConvertPdf2Png class gives access to values configured by this interface

Development

  • mypy: progressive (does not pass completely)
  • flake8: passing (flake8 . --max-line-length=88 --extend-ignore=E203,)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pdf2up-0.2.4.tar.gz (8.1 kB view hashes)

Uploaded Source

Built Distribution

pdf2up-0.2.4-py3-none-any.whl (8.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page