Script File Processing

Can't figure out how to do a task? Ask here.
Post Reply
willie001
Posts: 3
Joined: Mon Nov 07, 2022 6:38 am
Contact:

When executing a script file BatchPhoto keep on prompting for GhostScript to be installed.

I installed GhostScript 32 bit, restarted BatchPhoto and restarted my machine and still get the same issue.

I am NOT processing any pdf files, just adding a few watermarks to jpg images.

I need the script to run silently in the background without any human intevention.

Please help
Cosmin
Posts: 480
Joined: Sat May 16, 2009 11:35 am
Contact:

Hi,

Thank you for using BatchPhoto.

The GhostScript library is required if you try to process any of Adobe's image formats: EPS, PSD, EPI, EPT, PS* etc. If you only process regular formats like JPG, PNG, TIF, GIF, and so on, GhostScript should not be required.

If you want to hide the BatchPhoto interface completely, you need to add the following lines in the script file:

Code: Select all

<Properties Class="Script">
 <Property Name="DisableNotifications">1</Property>
 <Property Name="HideProcessing">1</Property>
</Properties>
Regards,
Mike Cosmin Unguru
Product Manager
willie001
Posts: 3
Joined: Mon Nov 07, 2022 6:38 am
Contact:

Hi, I do hide the Notifications and Processing but still gets the popup to install GhostScript.
Attachments
Capture.JPG
Capture.JPG (32.24 KiB) Viewed 48912 times
Capture.JPG
Capture.JPG (32.24 KiB) Viewed 48912 times
willie001
Posts: 3
Joined: Mon Nov 07, 2022 6:38 am
Contact:

Never mind, found the issue.

I am processing thousands of files at a time and there seems to be a few PDF's in between them and that caused the popup to appear.

Filtering them out now.

Thanks.
Post Reply
  • Information
  • Who is online

    Users browsing this forum: No registered users and 14 guests