Question

I am attempting to use Automator to turn a folder of ArtPro (.ap) images into .pdf's, but I can't find any existing or downloadable actions to do anything other than open a .ap file with automator.

Does anyone know of an action I could download or a different way to automate the conversion of .ap to .pdf? Is it possible to do it using applescript instead?

Was it helpful?

Solution

It is only possible with ArtPro itself (manually) or Automation Engine's Action List. You can try recording your actions with "Watch-me-do" in Automator, but it's not a good idea. Apple Script will not help.

The problem is that Esko has its own file format which no other software can understand.

OTHER TIPS

I could see some approaches:

a) open the document in ArtPro, then use the Print command and write out as PDF

b) (if Preview.app can read in .ap files) open the document in Preview.app and save as PDF

c) if there is no direct way (a) or b)), write out as TIFF and convert that intermediate file, for example in Acrobat or Preview

The ArtPro format is proprietary to Esko - you won't be able to open it in anything else.

Secondly, Esko favours selling its own automation solution (Automation Engine) - ArtPro will not allow you to automate it. It doesn't integrate with Automator and as far as I know it also doesn't publish AppleScript actions.

So basically I think your only option is using Automation Engine from Esko.

You need used task "Export ArtPro to Normalized PDF File" in esko automation engine

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top