]> git.sur5r.net Git - pdfstitch/blobdiff - README.md
New parameter --defaultcrop to define genmeta crop factor
[pdfstitch] / README.md
index 0cb870d6b6388986cd3b051da6fc841a1e58d1c6..1964db5160036348621e23dc39c4c76c5b6ced33 100644 (file)
--- a/README.md
+++ b/README.md
@@ -30,10 +30,11 @@ On FreeBSD, you can install them with:
 
 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`