pdfcpu

Logo

A PDF processor written in Go.

View the Project on GitHub pdfcpu/pdfcpu


Changelog

Reset Page Layout

This command resets the configured page layout for a PDF file.

Have a look at some examples.

Usage

pdfcpu pagelayout reset inFile


Common Flags


Arguments

name description required
inFile PDF input file yes


Examples

Reset page layout for test.pdf:

$ pdfcpu pagelayout reset test.pdf
$ pdfcpu pagelayout list test.pdf
No page layout set, PDF viewers will default to "SinglePage"