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:07:16 +01:00

14 lines
552 B
Markdown

# 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.