logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

podofopages - move and delete pages in a PDF document

Authors

       PoDoFo is written by Dominik Seichter <domseichter@web.de> and others.

       This  manual  page was written by Oleksandr Moskalenko <malex@debian.org> for the Debian Project (but may
       be used by others).

PoDoFo                                             2010-12-09                                     PODOFOPAGES(1)

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]

See Also