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.
2016-01-22 14:07:16 +01:00
2016-01-22 13:58:09 +01:00
2016-01-22 13:58:09 +01:00
2016-01-22 13:59:44 +01:00
2016-01-22 14:07:16 +01:00

Go Booklet

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

Installation

go get 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.
Description
A small go program that converts pdf-files to booklets
Readme MIT 29 KiB
Languages
Go 100%