Skip to main content
oxanad72024467
Participant
January 27, 2018
Question

Combine multipage pdfs into one pdf with layers

  • January 27, 2018
  • 2 replies
  • 1372 views

Hello,

I have 10 pdfs 20 pages each. I need to combine them into 1 pdf as layers.

Standard Import layer allows only to import it page by page which is very time consuming. What are the other ways to do that?

I tried to do that in Illustrator as well, but it gives me the same page by page import.

Any help appreciated

Thank you

This topic is closed to new replies. Start a new post to keep the conversation going.

2 replies

JR Boulay
Community Expert
Community Expert
February 1, 2018

The simplest method is to use InDesign.

Batch import (using the "PlaceMultipagePDF" InDesign built-in script*) your 10 PDFs on 10 different layers in an InDesign document, and export as PDF without forgetting to tick the option "PDF layers".

It should take about 5 or 10 minutes.

*

Acrobate du PDF, InDesigner et Photoshopographe
Legend
January 31, 2018

Hmmm.... you might need to see if someone can write a JavaScript Action for that.  The difficulty I see, is that the Import a Layer option, requires a 'Browse' action to get to the PDF page that needs to be imported as a layer.

I'll move this forum post to the JavaScript forum for you.

I'm thinking what you'd need is a script that:

* prompts you to select a folder with PDFs

* then loops through all PDFs and loops through all pages within each PDF and Imports them as a layer.