Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Adobe acrobat pro extract page and keep the page name

Community Beginner ,
Nov 01, 2021 Nov 01, 2021

Hi everyone,

 

I was wondering if it's possible to extract a page from a pdf and keep the name of the page?

Screen Shot 2021-11-01 at 3.18.31 PM.png

 

As you can see, below each page I have a name for the color. When I extract the page, acrobat safe them with the pdf file name and add a different number at the end.

Screen Shot 2021-11-01 at 3.19.10 PM.png

 Ideally, I would like the first page to be named  Cyan:1, the second page Magenta:1, and so on just like in the pdf file. Any idea how to do so?

TOPICS
Print and prepress
3.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
1 ACCEPTED SOLUTION
Community Expert ,
Nov 04, 2021 Nov 04, 2021

For the first 4 (CMYK) you could even use a small OS script, renaming the first page to Cyan etc. But as the other plates can convey any spot colour or even "vernis", that part can only be automated if you have always the same colours (in the case of a customer having hundreds of files like this). If you want to have a universal solution, you need to hire @try67.

 

Before that, however, I suggest you look at this: https://community.adobe.com/t5/acrobat-sdk-discussions/js-to-extract-multiple-pages-and-name-as-page...

ABAMBO | Hard- and Software Engineer | Photographer

View solution in original post

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 01, 2021 Nov 01, 2021

This can be achieved using a script, but not with the built-in Extract Pages command.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Nov 02, 2021 Nov 02, 2021

Hi,

Thank you for the quick answer. Do you happen to know what kind of script it is?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 02, 2021 Nov 02, 2021

Depends on how you want it to work, but it will need to read the page's label first (using getPageLabel) and then extract that page (using extractPages), using that name as the file-name of the new file.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Nov 02, 2021 Nov 02, 2021

Hi again,

I want the main PDF file to be safe into multiple PDF with each having the name they add originally in their page label.

I work in the printing industry and those PDF are the color separation of a job, so let's say I have a 4 colors job, the label is in the main PDF file Cyan:1, Magenta:1, Yellow:1, and Black:1. Right now when I extract the pages all the files have the same name but with a different number and that's not what I want. I want to have four different PDF with one named Cyan:1, the other Magenta:1, and so on.

 

I don't have any knowledge in javascript so I don't know if you can help me there with how to write the script?

Hope it's clear, if not I'll try to clarify more.

 

Thanks again for your time and help.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 02, 2021 Nov 02, 2021

If you're interested I could write the script for you, for a small fee. You can contact me privately via [try6767 at gmail.com] to discuss it further.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 04, 2021 Nov 04, 2021

For the first 4 (CMYK) you could even use a small OS script, renaming the first page to Cyan etc. But as the other plates can convey any spot colour or even "vernis", that part can only be automated if you have always the same colours (in the case of a customer having hundreds of files like this). If you want to have a universal solution, you need to hire @try67.

 

Before that, however, I suggest you look at this: https://community.adobe.com/t5/acrobat-sdk-discussions/js-to-extract-multiple-pages-and-name-as-page...

ABAMBO | Hard- and Software Engineer | Photographer
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Nov 10, 2021 Nov 10, 2021
LATEST

Thank you I'll look into that!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines