Search found 93 matches

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

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: 8237

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: 10757

[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...