Skip to main content
milkos59738379
Participating Frequently
May 9, 2023
Question

vector to raster multiple pdf files - PS action

  • May 9, 2023
  • 1 reply
  • 587 views

hello,

I'm not able to keep original filename while converting my vector PDF file to bitmap PDF.

I've registered and executed my action but PS keep the filename recorded in the action although I select "ignore open command" in batch automate.

i'm able to raster files only with Script -> process image (but no PDF file format)

i'm using CS6

This topic has been closed for replies.

1 reply

Stephen Marsh
Community Expert
Community Expert
May 9, 2023

Use a script designed specifically for this task:

 

https://github.com/Paul-Riggott/PS-Scripts/blob/master/PDF%20ProcessorII.jsx

Participant
May 10, 2023

really thankyou Stephen,

I've solved in this way (thx to similar post in this community😞

- I have created an object style with inner glow and multiply fusion effect

- I have applied the object style to the specified vector images

- I have created and distilled the ps file

In this way all specified images are rastered

sorry for my english 😄