pdfcpu

Logo

A PDF processor written in Go.

View the Project on GitHub pdfcpu/pdfcpu


Changelog

Set Page Mode

This command configures the page mode that shall be used when the document is opened.

Have a look at some examples.

Usage

pdfcpu pagemode set inFile value [flags]

Common Flags


Arguments

namedescriptionrequired
inFilePDF input fileyes
valuepage layout modeyes

Page Modes

namedescription
UseNoneNeither document outline nor thumbnail images visible (default)
UseOutlinesDocument outline visible
UseThumbsThumbnail images visible
FullScreenOptional content group panel visible (since PDF 1.5)
UseOCDisplay the pages two at a time, with odd-numbered pages on the right
UseAttachmentsAttachments panel visible (since PDF 1.6)

Examples

Set pagemode for test.pdf (case agnostic):

$ pdfcpu pagemode set test.pdf usethumbs
$ pdfcpu pagemode list test.pdf
UseThumbs