podofopages - move and delete pages in a PDF document
Contents
Description
podofopages is one of the command line tools from the PoDoFo library that provide several useful
operations to work with PDF files. It can move and delete pages in a PDF document.
Name
podofopages - move and delete pages in a PDF document
Options
--deleteNUMBER
Deletes the page NUMBER (number is 0-based). The page will not really be deleted from the PDF. It
is only removed from the so called pagestree and therefore becomes hidden. The content of the page
can still be retrieved from the document though.
--moveFROMTO
Moves a page FROM TO in the document (FROM and TO are 0-based).
See Also
podofobox(1), podofocolor(1), podofocountpages(1), podofocrop(1), podofoencrypt(1), podofogc(1), podofoimg2pdf(1), podofoimgextract(1), podofoimpose(1), podofoincrementalupdates(1), podofomerge(1), podofopdfinfo(1), podofotxt2pdf(1), podofotxtextract(1), podofouncompress(1), podofoxmp(1)
Synopsis
podofopages [--delete] [--move] [inputfile] [outputfile]
