]> git.sur5r.net Git - pdfstitch/blobdiff - README.md
Add dedication
[pdfstitch] / README.md
index 22d210d1eaaa63521bac51690ea87a854b05563b..72174a73468aabd30855abdbb90d081d6882209d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,6 +8,10 @@
 ## License
 `pdfstitch` is free software under the GNU AGPL version 3. See `LICENSE` for details.
 
+## Dedication
+
+`pdfstitch` is dedicated to the memory of Janka Kuhfuß.
+
 ## Dependencies
 
 `pdfstitch` makes use of the following Perl modules:
 
 On Debian, you can installed them with:
 
-`# apt install libpdf-api2-perl libyaml-perl`
+`# apt install libfile-libmagic-perl libpdf-api2-perl libyaml-perl`
+
+On FreeBSD, you can install them with:
+
+`# pkg install p5-File-LibMagic p5-PDF-API2 p5-YAML`
 
 ## Usage
 
 1. Run `pdfstitch` on your input PDF:
 
-   `./pdfstitch [--genmeta] foobar.pdf`
+   `./pdfstitch [--genmeta] [--defaultcrop=0.9] foobar.pdf`
 
    This will generate a YAML file called `foobar.pdf.stitch`. Edit this file according to the desired output.
-   This is also the default action if called with a PDF.
+   This is also the default action if called with a PDF. Per default 10% (factor 0.9) is applied as crop factor.
+   You can adjust this value with the --defaultcrop parameter.
 2. Optional: Generate a preview and/or cropped PDF:
 
    `./pdfstitch --preview foobar.pdf.stitch`