A PDF processor written in Go.
View the Project on GitHub pdfcpu/pdfcpu
This command configures the page mode that shall be used when the document is opened.
Have a look at some examples.
pdfcpu pagemode set inFile value
name | description | required |
---|---|---|
inFile | PDF input file | yes |
value | page layout mode | yes |
name | description |
---|---|
UseNone | Neither document outline nor thumbnail images visible (default) |
UseOutlines | Document outline visible |
UseThumbs | Thumbnail images visible |
FullScreen | Optional content group panel visible (since PDF 1.5) |
UseOC | Display the pages two at a time, with odd-numbered pages on the right |
UseAttachments | Attachments panel visible (since PDF 1.6) |
Set pagemode for test.pdf
(case agnostic):
$ pdfcpu pagemode set test.pdf usethumbs
$ pdfcpu pagemode list test.pdf
UseThumbs