README: Tweak paper size
This commit is contained in:
parent
88757c7c51
commit
fc3c92d334
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ convert score.png -rotate 90 score.pdf
|
|||
# Split the PDF up into multiple pages for the printer
|
||||
# -s1 Don't scale the output
|
||||
# -m Sets the output paper size. Defaults to A4 (21x29.7cm) if unspecified, but may need to reduce by a cm or 2 on each side (as below) if things get cut off.
|
||||
pdfposter -s1 -m 20x28.7cm score.pdf print.pdf
|
||||
pdfposter -s1 -m 20x27.7cm score.pdf print.pdf
|
||||
```
|
||||
|
||||
....if that cuts things off at the edges, try doing it like this:
|
||||
|
|
Loading…
Reference in a new issue