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

How to open all the pages of a file PDF in Photoshop?

New Here ,
Aug 21, 2008 Aug 21, 2008

Copy link to clipboard

Copied

Hi,

How to open all the pages of a file PDF in Photoshop?
Or
I need to know the amount of Pages in PDF.

Example:
>Set MyPhotoshop = CreateObject("Photoshop.PDFOpenOptions")
Set MyOpenPref = CreateObject("Photoshop.PDFOpenOptions")
sFileName = "C:\Temp\Myfile.pdf"

>With MyOpenPref
.AntiAlias = True
.Mode = psOpenCMYK
.Resolution = 72
.BitsPerChannel = psDocument8Bits
.CropPage = psBoundingBox
.Page = 4
.SuppressWarnings = True
End With

>MyPhotoshop.Open sFileName, MyOpenPref

I need help.
Thanks
TOPICS
Actions and scripting

Views

2.0K

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
Adobe
Valorous Hero ,
Aug 23, 2008 Aug 23, 2008

Copy link to clipboard

Copied

http://www.ps-scripts.com/bb/viewtopic.php?t=1882
Have a look at this thread, the last entry has the full code and has everything you need there.
The answer to knowing how many pages is, you don't need to know!
You use SL code and no error and no page is opened. Thats the crux of the code.

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
New Here ,
Aug 23, 2008 Aug 23, 2008

Copy link to clipboard

Copied

Excuse, but I don't know what is SL.
What is SL?

Please, can you give me an example?
Thanks, Paul R.

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
Valorous Hero ,
Aug 23, 2008 Aug 23, 2008

Copy link to clipboard

Copied

SL is ScriptListener code, if you go to the link you can download the script.

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
New Here ,
Aug 23, 2008 Aug 23, 2008

Copy link to clipboard

Copied

LATEST
!!! ScriptListener, of course

Yes!
I Downloaded the file. Very good!

Thank you very much for helping me.

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