]> git.sur5r.net Git - pdfstitch/log
pdfstitch
6 years agoCorrectly implement placement of pages with offsets v0.4
Jakob Haufe [Sun, 16 Jul 2017 11:29:05 +0000 (11:29 +0000)]
Correctly implement placement of pages with offsets

The coordinate origin of the imported page does not change when applying
a bounding box. Formula adjusted accordingly. Also include previously
forgotten per-page offset in this calculation.

Also change internal row/column counter to zero-based.

6 years agoAdd info on how to install dependencies on FreeBSD v0.3
Jakob Haufe [Mon, 10 Jul 2017 14:26:06 +0000 (14:26 +0000)]
Add info on how to install dependencies on FreeBSD

6 years agoBSD friendly shebang
Stefan Hagen [Sat, 8 Jul 2017 13:19:29 +0000 (15:19 +0200)]
BSD friendly shebang

6 years agoAdd compatibility for old File::Libmagic v0.2
Jakob Haufe [Thu, 6 Jul 2017 14:32:42 +0000 (16:32 +0200)]
Add compatibility for old File::Libmagic

This allows pdfstitch to run on e.g. Debian Jessie where File::Libmagic
is older than 1.06.

6 years agoFix x/y typo
Jakob Haufe [Thu, 6 Jul 2017 13:18:10 +0000 (13:18 +0000)]
Fix x/y typo

Page offsets for x were applied to both directions while the values for
y were ignored.

6 years agoUpdate Debian info v0.1
Jakob Haufe [Wed, 5 Jul 2017 19:17:10 +0000 (21:17 +0200)]
Update Debian info

6 years agoRework into single tool
Jakob Haufe [Wed, 5 Jul 2017 18:37:15 +0000 (20:37 +0200)]
Rework into single tool

* Make all actions available from a single tool
* Update documentation accordingly
* Add licensing information

6 years agoAllow "blank" in pageorder to insert blank page
Jakob Haufe [Mon, 3 Jul 2017 19:22:12 +0000 (21:22 +0200)]
Allow "blank" in pageorder to insert blank page

6 years agoChange mechanism for output file names
Jakob Haufe [Mon, 3 Jul 2017 10:09:01 +0000 (10:09 +0000)]
Change mechanism for output file names

- Write output to current working directory
- Generate output PDF names based on meta file instead of origin PDF to
  allow for multiple stitch jobs per PDF

6 years agoInital commit
Jakob Haufe [Mon, 3 Jul 2017 01:13:01 +0000 (03:13 +0200)]
Inital commit