Power Plant Performance By Gill Pdf Merge
Gill began discussions with a review of work plans from the original action plan report that are being recommended for elimination in the new action plan. This list includes Carbon Capture and Sequestration. (CCS), Improving Coal-fired Power Plant Efficiency by 5%, GHG Performance Standards for.
I need to merge/combine several PDF files.
What I have is multiple PDF files in one folder. The PDFs that need to be clubbed/combined together would have a partial file name in common; for example:
Power Plant Performance By Gill Pdf Merger
The file name would start with numbers then underscore then file name. I'm going to have hundreds of similar PDFs, and I'm looking for a way to automatically merge these files using a batch script, VBA in Excel, or whatever.
The output of the new file should be in a separate folder with the name 123456.pdf
. I use a Windows OS. I have Adobe Reader, PDF995 and CutePDFwriter installed in my system.
I can manage to get all the pdf's in one main folder. That folder would have multiple pdf's like below.
In this scenario the pdf's that I am expecting in the output folder are:
fixer12341 Answer
(Untested)
- Download pdftk (direct link here).
- Extract it somewhere.
- Put pdftk.exe and the batch together.
- Then open
cmd
where the batch is located* and run it.
* (shift+RightClic open command prompt here)
The script should works if the folder structure is like this:
And not in a single folder where all the files are there.
Remove echo
if you think the batch is Okay.
Answer largely inspired by this
Update:There are two answers that complement my post