I needed functionality to replace page, so i've made Windows script to do this, but maybe this could be useful straight internal command in future for some more users.
Or maybe is it possible to do this and didn't find a command?
Idea for new command based on merge:
cpdf -replace in.pdf 3 replace_page1.pdf
AND -replace 4 replace_page2.pdf -o out.pdf
Replace pages three and four from a document (delete page number 3 and 4 and add input PDF after this page).
If someone need i can share my script which is very simple and for now possible to change only one page per run.
I needed functionality to
replacepage, so i've madeWindowsscript to do this, but maybe this could be useful straight internal command in future for some more users.Or maybe is it possible to do this and didn't find a command?
Idea for new command based on
merge:Replacepages three and four from a document (delete page number 3 and 4 and add input PDF after this page).If someone need i can share my script which is very simple and for now possible to change only one page per run.