By default, I believe they are sorted by date of creation.
However, you can change the sorting behavior by clicking the magnifying glass icon in the search field.
This opens a menu where you can select the "Keep Sorted" option to apply alphabetical order.
Search found 127 matches
- Thu Jun 05, 2025 11:58 am
- Forum: PitStop Pro
- Topic: Workgroup Manager - Sort Action lists
- Replies: 1
- Views: 5437
- Thu Jun 05, 2025 11:53 am
- Forum: Flows
- Topic: Do you understand what I mean?
- Replies: 3
- Views: 2532
Re: Do you understand what I mean?
In the flow properties, you can enable the "Show Advanced Properties" option. Once activated, certain elements (pitstop for example) within the flow will display additional configuration fields, such as: Number of Slots – Defines the maximum number of tasks that can run concurrently for th...
- Wed May 28, 2025 11:06 am
- Forum: Flows
- Topic: Timeout for Check Point
- Replies: 1
- Views: 1127
Re: Timeout for Check Point
Hi, Your best approach would be to run it inside a loop with a connection timeout on the checkpoint. Within this loop, check whether the criteria are met. If they are, break the loop; otherwise, continue checking from the last checkpoint. Keep in mind that depending on the number of files and the fr...
- Mon May 26, 2025 8:51 pm
- Forum: PitStop Server
- Topic: Attach file to PDF
- Replies: 3
- Views: 1441
Re: Attach file to PDF
Hi; We've had this feature in development for quite some time for a Switch app, but it was sidelined due to other project priorities. It's still in the pipeline, just not yet released. If this feature would help solve a problem for you (and you're using Switch), we’d be happy to prioritize it and pu...
- Thu May 22, 2025 10:32 am
- Forum: Switch
- Topic: Help with Conditional Routing Based on PDF Page Size
- Replies: 6
- Views: 2054
Re: Help with Conditional Routing Based on PDF Page Size
I suspect this kind of behavior is a tactic used by some shady AI companies to scrape our responses and quietly use them to train and improve their own models without consent. The best way to counter this is to respond with complete gibberish or absurd nonsense—something utterly unusable for trainin...
- Fri May 16, 2025 11:20 am
- Forum: Node.js scripting
- Topic: Merge Excel files
- Replies: 11
- Views: 42969
Re: Merge Excel files
Hi there, You might want to take a look at the File Fusion app: https://www0.enfocus.com/en/appstore/product/file-fusion. While it's not designed exclusively for CSVs, it could potentially be used to merge them—provided the files have no headers and the columns are aligned correctly. Alternatively, ...
- Fri May 16, 2025 11:13 am
- Forum: Flows
- Topic: Privatedata from filename
- Replies: 11
- Views: 48120
Re: Privatedata from filename
Hi Thomas Can I ask on a low practical method which documentation you uploaded. HTML-files, pdf or other? Hi Jimmy, i uploaded the documentation as a PDF, but i also uploaded some snippet i use for coding. It's a beta feature, so i'm just toying with it right now and with agent (since it's free wit...
- Fri May 16, 2025 10:22 am
- Forum: Node.js scripting
- Topic: PdfProperties
- Replies: 8
- Views: 28073
Re: PdfProperties
I don't understand the problem here, you can pick value from two dataset and make calculation from them in switch, so what's blocking you with fastlane?joaodaffonsojr wrote: ↑Thu May 15, 2025 8:18 pmNo !
But can callas read 2 different datasets in the same pdf ?
- Fri May 16, 2025 10:16 am
- Forum: Flows
- Topic: Privatedata from filename
- Replies: 11
- Views: 48120
Re: Privatedata from filename
Hi! The script you're currently using has been written in a legacy format that will soon no longer be supported by Enfocus. I strongly advise rewriting the script in Node.js/TypeScript. Unfortunately, GPT-based assistants won't provide much support for Enfocus-specific functions. However, if you wan...
- Thu May 15, 2025 10:24 am
- Forum: Flows
- Topic: Thanks for the help!
- Replies: 2
- Views: 18025
Re: Thanks for the help!
I believe that Winrar and 7zip have a such function
Code: Select all
"C:\Program Files\WinRAR\WinRAR.exe" t myfile.zip
- Wed May 07, 2025 2:01 pm
- Forum: Imposition
- Topic: Job Jacket Summary on Business Card
- Replies: 2
- Views: 21966
Re: Job Jacket Summary on Business Card
Ps : There is also a workshop covering this!
https://learning.enfocus.com/course/view.php?id=560
https://www.youtube.com/embed/5U64UP3z9YY
https://learning.enfocus.com/course/view.php?id=560
https://www.youtube.com/embed/5U64UP3z9YY
- Wed May 07, 2025 1:59 pm
- Forum: Imposition
- Topic: Job Jacket Summary on Business Card
- Replies: 2
- Views: 21966
Re: Job Jacket Summary on Business Card
Hi there! At Bluewest, we’ve developed a lightweight app ease the process of generating jackets or summary sheets for your print jobs : PDF form How Does It Work? It’s simple: Design your PDF template. Make sure it includes form fields. Fill it out using our PDF Form App — Inject the right metadata ...
- Fri May 02, 2025 12:10 pm
- Forum: Node.js scripting
- Topic: Determine Submit Point ID from Multiple Points
- Replies: 8
- Views: 99611
Re: Determine Submit Point ID from Multiple Points
Hi Tenzo, To achieve this, you’ll need to use the XML Document class. You can find the documentation here: https://www.enfocus.com/manuals/DeveloperGuide/SW/24.1/home.html#en-us/common/swscr/reference/re_swscr_xmldocumentclass_methods.html Alternatively, another approach would be to parse your XML a...
- Wed Mar 12, 2025 5:36 pm
- Forum: Node.js scripting
- Topic: Syntax for Multiple job.createchild()
- Replies: 5
- Views: 36628
Re: Syntax for Multiple job.createchild()
Hi, In order to create a child job, you need to give a path to this new job as a string. You are also missing an async/await on your create_Job function. Note that when you create a new child job, it must NOT be the same path as the original job (as it will be moved when the .sendTo... is executed. ...
- Tue Mar 11, 2025 5:13 pm
- Forum: Flows
- Topic: Unlock Secure PDF
- Replies: 3
- Views: 19580
Re: Unlock Secure PDF
If you have the password for a PDF and need to unlock it, you can use also PDFTK along with the Execute Command app.
You can refer to the official documentation for more details :https://www.pdflabs.com/docs/pdftk-man- ... c-owner-pw
You can refer to the official documentation for more details :https://www.pdflabs.com/docs/pdftk-man- ... c-owner-pw