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

replacepdfobj - Copy a metadata object from one PDF to another

Author

       See CAM::PDF

perl v5.36.0                                       2022-12-08                                  REPLACEPDFOBJ(1p)

Description

       Copy an object (and perhaps it's referenced children) from one PDF to another.  This is a rather low-
       level utility that will not be of interest to most users.

Name

       replacepdfobj - Copy a metadata object from one PDF to another

See Also

       CAM::PDF

Synopsis

        replacepdfobj [options] mainfile.pdf objnum objfile.pdf objnum [outfile.pdf]\n";

        Options:
          -f --follow         copy referenced objects too
          -o --order          preserve the internal PDF ordering for output
          -v --verbose        print diagnostic messages
          -h --help           verbose help message
          -V --version        print CAM::PDF version

See Also