Search found 8 matches

by nnater
Fri Jul 18, 2025 10:11 am
Forum: PitStop Pro
Topic: Adding multi-line text to PDF with VariableSets
Replies: 22
Views: 29142

Re: Adding multi-line text to PDF with VariableSets

The feature works really well so far! However, it would be great if we could set line spacing as well though. Maybe in a future update ;).
by nnater
Tue Jun 24, 2025 3:32 pm
Forum: PitStop Pro
Topic: Workgroup Manager - Sort Action lists
Replies: 7
Views: 7072

Re: Workgroup Manager - Sort Action lists

That doesn't seem to be the problem.

Code: Select all

sudo lsof -i -n -P | grep :50905
doesn't return anything. And if the port were the problem, would the two even be able to use PitStop at all? I thought the license was distributed through that IP and port combination as well. We're working with floating licenses.
by nnater
Tue Jun 24, 2025 11:44 am
Forum: PitStop Pro
Topic: Workgroup Manager - Sort Action lists
Replies: 7
Views: 7072

Re: Workgroup Manager - Sort Action lists

A follow-up question regarding the Workgroup Manager: Every one except two people in our company can see the "PitStop Workgroup Manager" group in the Action lists panel. We all use the same settings and are connected to the same PitStop license server. But two of us cannot see the group. T...
by nnater
Mon Jun 16, 2025 10:11 am
Forum: PitStop Pro
Topic: Workgroup Manager - Sort Action lists
Replies: 7
Views: 7072

Re: Workgroup Manager - Sort Action lists

That works, thank you!
by nnater
Wed Jun 04, 2025 11:47 am
Forum: Flows
Topic: Hidden files when saving to a network folder
Replies: 1
Views: 6893

Hidden files when saving to a network folder

Hi all I think this topic has been discussed before in this forum but I could not find a definitive solution. We regularly experience the issue that files that get sent to a network arrive with the "hidden" tag and are therefore invisible to our macOS users. Sometimes, setting "Safe m...
by nnater
Wed Jun 04, 2025 11:43 am
Forum: PitStop Pro
Topic: Workgroup Manager - Sort Action lists
Replies: 7
Views: 7072

Workgroup Manager - Sort Action lists

Hi all

The "PitStop Workgroup Manager" folder in PitStop Pro seems randomly sorted. Is there a way to sort or rearrange action lists that are distributed through the Workgroup Manager, i.e. alphabetically?
by nnater
Wed May 14, 2025 4:35 pm
Forum: Flows
Topic: Split PDF based on content
Replies: 3
Views: 19411

Re: Split PDF based on content

Hi Freddy, I unfortunately do not have the Scripting module available to me. However, I managed it with an Action list. I basically do the first part of your suggestion. Then I read the message PitStop provides through the report, where it specifies the pages it found in the text properties, using a...
by nnater
Wed May 14, 2025 11:23 am
Forum: Flows
Topic: Split PDF based on content
Replies: 3
Views: 19411

Split PDF based on content

Hi all! I'm trying to split a multipage PDF into parts based on the content of the PDF. Meaning, every page features a number in the same place every time. I'd like to split the PDF whenever that number changes. I'm currently trying to achieve this using the Split PDF Pages app using the Strategy pr...