merge pdf

  1. M

    Merge pdf files based on the common id present in the name of pdf

    Hello everyone, I need a macro code that can help me to combine pdf files based on the first 11 digits of each pdf for example in the current screenshot you can see the folder contains approx 900pdfs even though the names are different but there is a common id for each employee I.e. 1000133-001...
  2. T

    Merge PDFs using VBA

    I have the following scenario: I have up to 200 different folders on my desktop. In each of these folders, I have up to 15 different pdf files. So I might have the following: Folder A: Maths.pdf , English.pdf , Science.pdf , Geography.pdf Folder B: Maths.pdf , English.pdf , Geography.pdf...
  3. S

    Merge PDF's in excel

    Hi guys,I have a problem that I really hope someone can help with. I need to find a way to merge two PDF's in excel. I have found some macros but I'm not able to tweak them to suit my requirements. 1) The first PDFs location and filename are dependent on cells (I.e., AA51 = c:\Acme motors\Acme...
  4. J

    Merging PDF docs through VBA

    I have code I am using to merge 2 different PDF's, if "gPDDoc1" has 1 page and "GpDDoc2" has 20 pages. I am not familiar with the page ordering of my resulting merged PDF: mergefile = gPDDoc1.InsertPages(1, gPDDoc2, 0, 1, 0) The full code I am using is here: Sub Merge() Dim gPDDoc1 As AcroPDDoc...
  5. J

    Merging PDF's VBA

    So the first part of my code creates a PDF from my sheets, then I am trying to figure out a second part where it grabs two PDF's from one folder and saves them as one PDF in a spearate folder. Sub PrintPages() ThisWorkbook.Sheets(Array("Front Page", "Last Page")).Select...
  6. C

    Merge multiple PDFs based on path in excel row - VBA

    Hi everyone, I have a excel file in the shown format. column A - i have full paths of 100's of pdf Column B - Name of the pdfs. I need a VBA program to merge, all the pdf in column A in to a single pdf in the same order as in coulmn A. Format is as shown below. There may be upto 200...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top