Search found 94 matches

by r.zegwaard
Mon Feb 05, 2018 8:16 am
Forum: PitStop Server
Topic: PitStop Server Actions?
Replies: 1
Views: 4561

Re: PitStop Server Actions?

Hi Dave,

With PitStop Professional (not Server) you could create an actionlist for this.
Place the dots for the Zund using "Add copied graphics"-action relative to the trim- or mediabox.

Robert
by r.zegwaard
Fri Nov 03, 2017 11:10 am
Forum: PitStop Pro
Topic: How to Duplicate Pages?
Replies: 5
Views: 9245

Re: How to Duplicate Pages?

Maybe quite late, but here's an actionlist which duplicates page 1
by r.zegwaard
Thu Sep 28, 2017 7:47 pm
Forum: LEGACY scripting
Topic: Count of Pages in PDF
Replies: 4
Views: 8247

Re: Count of Pages in PDF

Hi foxpalace,

You can do it like this using the FileStatistics

Code: Select all

fs = new FileStatistics(job.getPath());
n = fs.getNumber('NumberOfPages');
s.log(-1,n);
by r.zegwaard
Tue Jan 10, 2017 3:36 pm
Forum: Forum Guidelines / Forum Feature requests / Forum Bug reports?
Topic: [FEATURE REQUEST] : Metadata "browser"
Replies: 2
Views: 11248

[FEATURE REQUEST] : Metadata "browser"

Hi All, When developping / debugging flows, i often have to look in to the metadata of jobs. To do this, i usually select a connection and change one of the properties to "... with variables" The i can edit the variable and at last look in to the metadata of the job. It would be very handy...