Module: Pdfmult

Defined in:
lib/pdfmult.rb

Overview

This module contains the classes for the pdfmult tool.

Defined Under Namespace

Classes: Application, LaTeXDocument, Layout, Optionparser, PDFInfo

Constant Summary collapse

PROGNAME =
"pdfmult"
VERSION =
"1.4.0"
DATE =
"2024-01-05"
HOMEPAGE =
"https://github.com/stomar/pdfmult/"
TAGLINE =
"puts multiple copies of a PDF page on one page"
<<~TEXT
  Copyright (C) 2011-2024 Marcus Stollsteimer.
  License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
  This is free software: you are free to change and redistribute it.
  There is NO WARRANTY, to the extent permitted by law.
TEXT
PDFLATEX =
"/usr/bin/pdflatex"
KPSEWHICH =
"/usr/bin/kpsewhich"