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

Is there a way to tell if a PDF is interactive or print by looking at the file?

Explorer ,
Mar 30, 2022 Mar 30, 2022

Copy link to clipboard

Copied

If there are no obvious indicators (ie. editable fields) is there any way to find out which type of PDF it is?

TOPICS
PDF forms

Views

2.6K

Translate

Translate

Report

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 ,
Mar 31, 2022 Mar 31, 2022

Copy link to clipboard

Copied

Go to the Print Production tools : Convert Colors

A PDF exported as interactive from InDesign is RGB only, a PDF exported for print may content CMYK and spot colors.

 

Capture_280.png

View solution in original post

Votes

Translate

Translate

Report

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
LEGEND ,
Mar 30, 2022 Mar 30, 2022

Copy link to clipboard

Copied

There isn't really any distinction - no on/off switch and many files might be suitable for both (if unnccessarily large for interactive use). Maybe you're concerned with whether the imatges are high enough resolution for printing? Again, not a switch - each image could have a different resolution. That can be checked with preflight at least.

Votes

Translate

Translate

Report

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
Explorer ,
Mar 30, 2022 Mar 30, 2022

Copy link to clipboard

Copied

There's no way to tell if a PDF was created as interactive or print?

Votes

Translate

Translate

Report

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 ,
Mar 30, 2022 Mar 30, 2022

Copy link to clipboard

Copied

It's easily done with a script, like this:

 

if (this.numFields==0) app.alert("This file has NO fields.",3);

else app.alert("This file has fields.",3);

Votes

Translate

Translate

Report

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
Explorer ,
Mar 30, 2022 Mar 30, 2022

Copy link to clipboard

Copied

Sorry, I'm not familiar with using scripts. Could you explain what you mean?

Votes

Translate

Translate

Report

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 ,
Mar 30, 2022 Mar 30, 2022

Copy link to clipboard

Copied

Maybe you should explain first how you want it to work... How do you want to trigger this command, and what should be the outcome?

The script I provided will show an alert window with one of two texts. You can use it as a part of a Custom Command, for example, and run it on the current file, or it can be adjusted and used as a part of an Action to generate a message to the Console with the name of each file and the number of fields in it...

Votes

Translate

Translate

Report

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 ,
Mar 31, 2022 Mar 31, 2022

Copy link to clipboard

Copied

Go to the Print Production tools : Convert Colors

A PDF exported as interactive from InDesign is RGB only, a PDF exported for print may content CMYK and spot colors.

 

Capture_280.png

Votes

Translate

Translate

Report

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 ,
Mar 31, 2022 Mar 31, 2022

Copy link to clipboard

Copied

If a pdf was exported from InDesign as an interactive pdf, the Form Options (Clear Form, etc.) would be available under the Acrobat Edit menu options (regardless if the pdf contains any forms), in a print pdf, these would not be available for selection.

Edit, actually, it appears some interactivity would be needed from InDesign for this to work.

Other indications of an interactive pdf: No bleed, no overprinting.

Interactive vs Print.png

Votes

Translate

Translate

Report

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 ,
Mar 31, 2022 Mar 31, 2022

Copy link to clipboard

Copied

LATEST

In the InDesign sense, "interactive" does not necessarily mean "containing form fields".

Many people use it for low-res proofing purposes.

Votes

Translate

Translate

Report

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