Search found 156 matches

by laurentd
Wed May 14, 2025 6:01 pm
Forum: Griffin
Topic: Single sided ore dubble sided
Replies: 2
Views: 14929

Re: Single sided ore dubble sided

Perferences > Artwork > Multi-page file handling
One item per two pages -> One item per page
by laurentd
Tue Mar 04, 2025 1:16 pm
Forum: Node.js scripting
Topic: Syntax for Multiple job.createchild()
Replies: 5
Views: 36630

Re: Syntax for Multiple job.createchild()

exactly
by laurentd
Thu Dec 19, 2024 5:23 pm
Forum: Flows
Topic: Reorder pages in a pdf
Replies: 3
Views: 5954

Re: Reorder pages in a pdf

If you still need to import another pdf file, you can create an action list:
  • select a page (variable number)
  • delete its content (remove selection)
  • overlay pdf. Location can be fixed, or you can use a variable.
This way, no need to reorder pages.
by laurentd
Mon Oct 14, 2024 4:36 pm
Forum: Griffin
Topic: Keeping jobs apart
Replies: 3
Views: 16963

Re: Keeping jobs apart

This is indeed a Phoenix screenshot.

AFAIK grouping is not possible with Griffin.
Unless you first group the video symbols, then use them as an artwork.
And next to the cut contour, you would also need another contour around the 8 symbols, e.g. kiss cut, to keep them as a group.
by laurentd
Tue Sep 17, 2024 5:53 pm
Forum: PitStop Server
Topic: Filename with file size
Replies: 2
Views: 12207

Re: Filename with file size

This is not possible with PitStop Server, because these variables are not available in PitStop Server. But you can easily do this (and a lot more) with Enfocus Switch. And, good news, if you don't have Switch yet, you can install it on the same computer as PitStop Server. Switch will find PitStop Se...
by laurentd
Mon Aug 19, 2024 3:55 pm
Forum: Node.js scripting
Topic: Root directory of app
Replies: 2
Views: 17416

Re: Root directory of app

You can add Extra files in your app, using SwitchScripter.
Then use getPluginResourcesPath() to get the path to that folder.
by laurentd
Tue Aug 06, 2024 12:18 pm
Forum: Flows
Topic: Assemble Jobs calculations problem
Replies: 3
Views: 12941

Re: Assemble Jobs calculations problem

I would try with another job identifier.
I don't think a Boolean is accepted here.
by laurentd
Tue Jun 11, 2024 11:59 am
Forum: Node.js scripting
Topic: Merge Excel files
Replies: 11
Views: 42985

Re: Merge Excel files

Not a script, but an app:
You can do this with Google Sheets Connect
by laurentd
Thu May 30, 2024 4:31 pm
Forum: Switch
Topic: Inject Wildcard
Replies: 10
Views: 21043

Re: Inject Wildcard

You can use a regular expression for the file name, but then you can not use the [Job.NameProper] variable. To get the latest version (based on date), use the time filter: Newest n job(s). If you always have an _insert file next to the file you want to inject, and dates are the same (2 most recent f...
by laurentd
Thu May 30, 2024 3:28 pm
Forum: Switch
Topic: Inject Wildcard
Replies: 10
Views: 21043

Re: Inject Wildcard

Just add ".pdf" after the name filter, to compare with the complete file name.
by laurentd
Wed May 22, 2024 10:00 am
Forum: Flows
Topic: Ungroup Job then Assemble Job does not remember folder structure. Why?
Replies: 5
Views: 8085

Re: Ungroup Job then Assemble Job does not remember folder structure. Why?

This has now been fixed with Ungroup job v6.1
by laurentd
Thu May 02, 2024 5:26 pm
Forum: Flows
Topic: EMFILE: too many open files ..main.js
Replies: 26
Views: 53045

Re: EMFILE: too many open files ..main.js

For us, it was strongly tied to the app "PDF review reporter" with multiple customer for which we created a flow with loop inside switch. By reducing the frequency of the loop + planned restart, we have diminished the frequency of the problem with our customer. I just published v8 of PDF ...
by laurentd
Mon Apr 29, 2024 10:17 am
Forum: Flows
Topic: Ungroup Job then Assemble Job does not remember folder structure. Why?
Replies: 5
Views: 8085

Re: Ungroup Job then Assemble Job does not remember folder structure. Why?

In Assemble job, use Ungrouped job scheme, with the same Private data key as Ungroup job (by default Ungroup). AND don't forget to define the right number of subfolder levels. Default 0 means no hierarchy at all, like in your screenshot. Increase the value to the desired number of levels, or if you ...
by laurentd
Wed Apr 24, 2024 3:54 pm
Forum: Flows
Topic: Is there a way to force Switch to process files based on the file name?
Replies: 1
Views: 4948

Re: Is there a way to force Switch to process files based on the file name?

Use the File Sorter and Spacer app, available in the Folder Apps bundle.