Scroll to navigation

REPLACEPDFOBJ(1p) User Contributed Perl Documentation REPLACEPDFOBJ(1p)

NAME

replacepdfobj - Copy a metadata object from one PDF to another

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

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.

SEE ALSO

CAM::PDF

AUTHOR

See CAM::PDF

2022-06-09 perl v5.34.0