skip to navigation
skip to content

pdfrecycle 0.04

create a PDF file by composing pages from other PDF files.

Latest Version: 0.05

What is pdfrecycle?

pdfrecycle creates a PDF file by composing pages from other PDF files. It lets you define PDF bookmarks, scale and rotate pages, put multiple logical pages onto each physical sheet and add metadata.

pdfrecycle uses a simple text file format to define the layout and what pages to include. From this input file pdfrecycle creates a LaTeX file and then runs pdflatex to produced the PDF file.

Status

pdfrecycle is alpha software and should be expected to have some serious bugs. Use it at your own risk.

pdfrecycle is still under development and the input file format may change in the future.

Any feedback, suggestions or bugreports are welcome.

Requirements

pdfrecycle needs

  • Python
  • a working LaTeX installation including hyperref` and pdfpages