Archived
1
0
This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
gobooklet/README.md
2016-01-22 14:06:23 +01:00

556 B

Go Booklet

A small go program that converts pdf-files to booklets using LaTeX.

Installation

go install github.com/jjdekker/gobooklet

Usage

gobooklet [inputFile] ([outputFile])?

Restrictions

  • Needs a working latex installation with pdfpages and latexmk to work.
  • Filenames can not contain any latex special characters (escaping characters in filenames in LaTeX seems to be impossible)
  • Number of pages is found with a trick. This might not work for every document. If you have one that you can send me, I'll gladly have a look.