Power Plant Performance By Gill Pdf Merge

  1. Power Plant Performance By Gill Pdf Merger

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.

Active1 year ago

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.

Power plant performance by gill pdf merger

In this scenario the pdf's that I am expecting in the output folder are:

fixer1234
22k14 gold badges54 silver badges89 bronze badges
007MrBlackLight007MrBlackLight

1 Answer

(Untested)

  1. Download pdftk (direct link here).
  2. Extract it somewhere.
  3. Put pdftk.exe and the batch together.
  4. 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

Community
PaulPaul

Not the answer you're looking for? Browse other questions tagged pdfbatch-filemergevbscriptcombine or ask your own question.