inserting same PDF multiple times to another PDF
Posted: Thu Jul 28, 2016 6:31 pm
I've a flow that is working but looking to speed things up.
At the moment an existing PDF is split to single pages and then using a Python script I add in the a new library PDF page to every split PDF. The resulting 2pp PDF then goes further into the flow where it is the merged back together with all the other 2pp PDFs.
My question is can a python script insert a library PDF file into every other page of the PDF eg a 50pp becomes a 100pp with the library file being placed as every other page.
Hope that makes sense.
At the moment an existing PDF is split to single pages and then using a Python script I add in the a new library PDF page to every split PDF. The resulting 2pp PDF then goes further into the flow where it is the merged back together with all the other 2pp PDFs.
My question is can a python script insert a library PDF file into every other page of the PDF eg a 50pp becomes a 100pp with the library file being placed as every other page.
Hope that makes sense.