Following articles posted here, you have surely mastered how to edit pdf content offset, but have you known how to edit pdf content offset of specified pages, for example, edit pdf content offset of pages 1,5,7-14,16 (7-14 refers to from 7to 14). You can finish editing them one by one, but anyway it is not a fast way, how about inputting the specified pages number and press “enter” key, you task would be done?Go for experiencing!
Step 1 click the following link to download Advanced PDF Tools
https://www.verypdf.com/pdfinfoeditor/advanced_pdf_tools_cmd.zip
please unpack it when download is finished.
Step 2 launch the MS-DOS command prompt window.
Because the command line is bound to be operated under the MS-DOS environment. The procedure is easy, and the following pictures will guide you.
1) click “start” and then go to “Run”
2) input cmd into the following
3) press “ok”, you will find MS-DOS command prompt window popping up
Step 3 input command line to edit pdf content offset of specified pages
it goes below
pdftools -i “C:\input.pdf” -o “C:\output.pdf” “-~” “50,60” “-u” “1,5,7-14,16 ”
where
- the option -i is to specify a pdf filename or a directory for input,
- the option -o to specify the pdf file name for output,
- “-~” to edit content offset,
- “50,60” the first parameter is x-offset and the next y-offset,
- “-u” to specify pages,
- “1,5,7-14,16 ” refers to specified pages.
Note, both “50,60” and “1,5,7-14,16 ” can be substituted in line with your needs.
when the input is done, press “enter” key, you will see the command prompt propping up
Step 4 open the file to check the effect.
Picture (1)
Picture (2)
The two pictures vividly show you that you have successfully edited pdf content offset of specified pages.