Search found 140 matches

by laurentd
Fri Apr 12, 2024 9:48 am
Forum: Action Lists
Topic: 2 equal pages docs-1 all odd pages 1 all even pages.Can I combine them in order?
Replies: 2
Views: 257

Re: 2 equal pages docs-1 all odd pages 1 all even pages.Can I combine them in order?

Use the add pages action to insert pages. Insert 1 empty page after every page in the "all odd pages" pdf, save file. Insert 1 empty page before every page in the "all even pages" pdf, save file. Then use the Overlay PDF action to superpose one document on the other. With PitStop...
by laurentd
Wed Apr 10, 2024 10:05 am
Forum: PitStop Pro
Topic: Upgrade to version 24 / Trouble
Replies: 1
Views: 193

Re: Upgrade to version 24 / Trouble

Should not be a probem.

For these kind of issues, please contact our support:
http://www.enfocus.com/supportportal
by laurentd
Tue Apr 09, 2024 12:01 pm
Forum: Griffin
Topic: GriffinAuto 24.03
Replies: 2
Views: 292

Re: GriffinAuto 24.03

Hi Magnus,

The release notes are available on our support page.
You can find the Griffin and Griffin auto release notes here.
You must update the Griffin app to v4.
by laurentd
Mon Feb 26, 2024 8:31 am
Forum: Flows
Topic: sum total from multiple values from privatedata
Replies: 4
Views: 361

Re: sum total from multiple values from privatedata

You can use the Counter - Numberer app, which allows you to create counters independent of jobs. Your first job comes in and creates a new counter, with name equals to a common metadata. Following files come in and increment the counter. At the end you can read the counter value. Using the csv file:...
by laurentd
Mon Feb 26, 2024 8:27 am
Forum: Switch
Topic: the value of the dynamic property 'contentEdit' cannot be converted to a string
Replies: 1
Views: 154

Re: the value of the dynamic property 'contentEdit' cannot be converted to a string

This warning message is generated by Switch, not by the app, but it doesn't affect the result, the correct data is written in the Google Sheet. It appears when you use variables or private data in the Content property, not with fixed values. It is a warning message, not an error message. The job is ...
by laurentd
Mon Feb 19, 2024 5:05 pm
Forum: Flows
Topic: Milestone
Replies: 4
Views: 249

Re: Milestone

Congratulations Freddy!!!
1000x thank you for continuously sharing your vast knowledge!
by laurentd
Thu Jan 25, 2024 12:21 pm
Forum: Flows
Topic: Assemble job getting Job.FileCount wrong
Replies: 2
Views: 567

Re: Assemble job getting Job.FileCount wrong

Have a look at the Ungroup job documentation, page 2
https://www.enfocus.com/en/appstore/product/ungroup-job

You can see that 5 private data keys are added to each file.
"Ungroup" is just the root key.
What you need is Ungroup.NumFiles
by laurentd
Mon Nov 27, 2023 11:08 am
Forum: Flows
Topic: Flow for compose the delivery path from file name
Replies: 4
Views: 19584

Re: Flow for compose the delivery path from file name

Indeed, you can open a case with support here: http://www.enfocus.com/supportportal

But with Magnus' answer, I don't think it will be necessary.

I will add this useful app to consider: StringSplitter
by laurentd
Mon Nov 20, 2023 10:10 am
Forum: Flows
Topic: ".~#~_del_" temp folder names causing a headache
Replies: 4
Views: 9853

Re: ".~#~_del_" temp folder names causing a headache

I found another quite old post mentioning the same problem: https://forum.enfocus.com/viewtopic.php?t=1164 In short, disabling the "safe move" feature should help. Please give it a try. How can we highlight this to Enfocus as a worry? For the record, this forum is a very useful place for d...
by laurentd
Wed Oct 04, 2023 4:45 pm
Forum: Node.js scripting
Topic: Calculations with Switch private data
Replies: 5
Views: 17464

Re: Calculations with Switch private data

priority of mathematical operators!
try this: let ImposeRollPrintOnCutterFloor = await Math.floor( 965 / ( ImposeRoll * ( BleedRoll + Width )));
by laurentd
Wed Oct 04, 2023 3:58 pm
Forum: Node.js scripting
Topic: Calculations with Switch private data
Replies: 5
Views: 17464

Re: Calculations with Switch private data

Hi Jimmy,

let Width: number = parseFloat( await job.getPrivateData("Width") );

And in case Width is a property:
let Width: number = parseFloat(await flowElement.getPropertyStringValue("Width") as string);
by laurentd
Tue Sep 26, 2023 3:25 pm
Forum: Phoenix2Switch
Topic: Controlling maximum roll length
Replies: 3
Views: 71738

Re: Controlling maximum roll length

You can not define the maximum length of roll media that Phoenix nests on via switch,
but you can select the rolls Phoenix can use via Rolls - Select many from library.
by laurentd
Thu Sep 07, 2023 3:53 pm
Forum: Imposition
Topic: Tilia Griffin - Output error message
Replies: 2
Views: 24193

Re: Tilia Griffin - Output error message

Hi Magnus, I tried with a file too large to fit on the substrate. No dataset attached, but the job is sent to the Problem jobs folder. If you check [Job.FailMessage], you get "Nesting session was unsuccessful, sending job to Problem jobs". So you can use this to send a warning, and also [J...