Please, help me with a script.
There is a folder with 800x4 pdf-files named:
id1_page1.pdf
id1_page2.pdf
id1_page3.pdf
id1_page4.pdf
id2_page1.pdf
id2_page2.pdf
id2_page3.pdf
id2_page4.pdf
…
I need a script:
get folder content
cycle every 4 files
combine them
save with name “idX.pdf” (use id from initial file, first)
It looks not very difficult, but it will take long time for a beginner. Thank you in advance
Moves the combined pdf to the same folder containing the original pdfs
Renames the combined pdf to “output.pdf”
This workflow does not:
Delete the outputted pdf file at the beginning of workflow. So if you run it a second time you will get weird results. Since running a second time you will have an odd number of pdf’s in the folder. An easy solution would be store the outputted file on the desktop.