Search found 93 matches

by r.zegwaard
Wed Sep 26, 2018 4:16 pm
Forum: Flows
Topic: Sort images by landscape or square
Replies: 5
Views: 5749

Re: Sort images by landscape or square

Here's a sample flow.
by r.zegwaard
Tue Sep 25, 2018 7:02 am
Forum: Flows
Topic: Sort images by landscape or square
Replies: 5
Views: 5749

Re: Sort images by landscape or square

HI,

You can compare the [Stats.PixelXDimension] with the [Stats.PixelYDimension]
If they are equal, it's square.
So make two connections with "Define condition with variables" to let only the wanted (square/landscape) files through.
by r.zegwaard
Mon Sep 10, 2018 8:01 am
Forum: Flows
Topic: valid node count
Replies: 1
Views: 3383

Re: valid node count

A xpath-expression like: count(//section) should do it...
(didn't test it)
by r.zegwaard
Tue Sep 04, 2018 7:03 am
Forum: LEGACY scripting
Topic: Vaid node count
Replies: 1
Views: 4090

Re: Vaid node count

count(//section[not(*)]/text())

This seems to work. At least in Notepad++ ;)
by r.zegwaard
Thu Aug 30, 2018 9:51 am
Forum: Flows
Topic: Flow in a loop
Replies: 2
Views: 3938

Re: Flow in a loop

Set a connection to hold...
by r.zegwaard
Thu Aug 30, 2018 6:30 am
Forum: Flows
Topic: Folder structure based on which actions were run
Replies: 1
Views: 3199

Re: Folder structure based on which actions were run

First, turn on the logging in the actionscript.
Then set xml-reporting on in the Pitstop-configurator and create the outgoing connection as data+log.
After that you can route your jobs, based on the results in the xml-report (dataset).
by r.zegwaard
Tue Aug 28, 2018 11:41 am
Forum: Flows
Topic: HTTP Request Error
Replies: 3
Views: 5653

Re: HTTP Request Error

In the preferences, you can set "Error handling > Retry failed external processes after" to e.g. 1 minute.
by r.zegwaard
Wed Aug 22, 2018 7:33 am
Forum: LEGACY scripting
Topic: Do something useful when script errors
Replies: 1
Views: 3522

Re: Do something useful when script errors

If you set the connection-type of the script to "Traffic-light", you can send the job the the success, warning or error-connection, depending of the result of your script. See http://www.enfocus.com/manuals/DeveloperGuide/SW/18/home.html topics: Developing a scripts > Script declaration > ...
by r.zegwaard
Tue Aug 21, 2018 2:32 pm
Forum: Color Management
Topic: DeviceN and NChannel
Replies: 2
Views: 11573

Re: DeviceN and NChannel

I guess that the document uses transparency combined with spotcolors and the pdf is flattened while exporting from indesign. If this is so, you have two options: Export the pdf in a higher pdf-version (eg X4) and see if youre rip handels the pdf like it should. Convert spotcolors to cmyk in Indesign...
by r.zegwaard
Wed Jun 27, 2018 4:37 pm
Forum: Preflighting
Topic: Check pagesize but allow portait and landscape
Replies: 1
Views: 5179

Check pagesize but allow portait and landscape

I know i can quite easy check a pdf on the trimbox-size. The size will be set with two variables (width and height). But i want the check to allow both portrait AND landscape documents. So if the variables are set: width: 210mm / height: 297mm And the trimbox is: width: 210mm / height: 297mm or widt...
by r.zegwaard
Wed Jun 20, 2018 5:18 pm
Forum: PitStop Server
Topic: Add text from Switch variable to PDF
Replies: 10
Views: 13362

Re: Add text from Switch variable to PDF

Is the type of the variable %ID% (eg text/length/...) the same as is required in the actionlist?
Pitstop is quite picky when it comes to variable-types... ;)
by r.zegwaard
Wed Jun 20, 2018 7:12 am
Forum: Flows
Topic: Delete flow shortcut key (Mac)
Replies: 2
Views: 4477

Re: Delete flow shortcut key (Mac)

Never used command-w to delete a flow. Didn't even realize that this shortcut existed to delete flows....
by r.zegwaard
Mon Jun 18, 2018 1:38 pm
Forum: PitStop Server
Topic: Add text from Switch variable to PDF
Replies: 10
Views: 13362

Re: Add text from Switch variable to PDF

You can edit the variable-set from within Switch. When you do that, you can use a "single line with variables". This makes it possible to use the private-data. To edit to edit the variable-set: - select the variable-set in Switch - in the popup, right-click the variable-set - click "e...
by r.zegwaard
Thu May 31, 2018 1:01 pm
Forum: PitStop Server
Topic: Insert image
Replies: 18
Views: 25639

Re: Insert image

I'm in also...
by r.zegwaard
Tue May 22, 2018 8:03 am
Forum: Flows
Topic: Hold job for a specific time
Replies: 3
Views: 4888

Re: Hold job for a specific time

The outgoing connection of the "hold job" has an option "Space jobs apart" which you can set to 15 min.