Search found 347 matches
- Thu Nov 07, 2024 3:59 pm
- Forum: PitStop Pro
- Topic: I cannot get 'Convert fill to stroke' to work
- Replies: 5
- Views: 3214
Re: I cannot get 'Convert fill to stroke' to work
I have tested this in the released version and it has solved the issue with my test-file.
- Thu Nov 07, 2024 3:55 pm
- Forum: Flows
- Topic: Perform a 'contains' lookup in a spreadsheet?
- Replies: 7
- Views: 151
Re: Perform a 'contains' lookup in a spreadsheet?
Easy Data Transform (EDT) has different ways to lookup data. Maybe you could hack together a flow, where you write a csv with what you want to find. Send it to EDT as input. EDT transform file has hardcoded the lookup file and output the results of the lookup as a text-file. You could then read this...
- Thu Nov 07, 2024 3:52 pm
- Forum: PitStop Server
- Topic: Pitstop Server 24.11 update
- Replies: 1
- Views: 68
Pitstop Server 24.11 update
I updated to Pitstop Server 24.11 yesterday.
And today Pitstop Server says there is a new update.
Is anybody else experiencing this?
And today Pitstop Server says there is a new update.
Is anybody else experiencing this?
- Tue Oct 15, 2024 4:01 pm
- Forum: Action Lists
- Topic: Search for Part of a Spot Colour Name
- Replies: 6
- Views: 1979
Re: Search for Part of a Spot Colour Name
If you need to test a regular expression I can recommend www.regex101.com
Here is one for testing names with cut.
https://regex101.com/r/m9tmPF/1
Here is one for testing names with cut.
https://regex101.com/r/m9tmPF/1
- Tue Oct 15, 2024 3:26 pm
- Forum: Action Lists
- Topic: Search for Part of a Spot Colour Name
- Replies: 6
- Views: 1979
Re: Search for Part of a Spot Colour Name
This should be possible with the "Rename spot color"-action.
By using the regular expression:
you can target spot colours with "cut" in the name.
By using the regular expression:
Code: Select all
.*cut.*
- Wed Oct 02, 2024 7:30 am
- Forum: PitStop Server
- Topic: Thumbnail in custom Preflight Report?
- Replies: 4
- Views: 3203
Re: Thumbnail in custom Preflight Report?
You could rescale a copy of the document, rasterize, and overlay this PDF on the Preflight Report . Hi Loïc Is there any trick to manipulate the preflight report with Pitstop Server. If I try to run a report through Pitstop Server it always fails with the error that it is a report document. I have ...
- Tue Sep 24, 2024 3:19 pm
- Forum: Action Lists
- Topic: An Action list suitable for different "Producers"
- Replies: 7
- Views: 3364
Re: An Action list suitable for different "Producers"
If you have Switch you can create a preflight profile with a list of action lists to execute.
And then the action lists can be switched on or off based on variables.
And the variables can be the producer.
And then the action lists can be switched on or off based on variables.
And the variables can be the producer.
- Mon Sep 23, 2024 8:02 am
- Forum: Flows
- Topic: Sending files to Sharepoint
- Replies: 3
- Views: 2325
Re: Sending files to Sharepoint
Lets hope some sees an opportunity for an app.
- Thu Sep 19, 2024 9:57 pm
- Forum: Flows
- Topic: Sending files to Sharepoint
- Replies: 3
- Views: 2325
Re: Sending files to Sharepoint
I briefly looked into trying to find a way to monitor a folder with files in Sharepoint. But did not find a good solution other than syncing the folder to onedrive. But then the server needed onedrive installed and logged in with the user with access to this folder. Was not a good solution. And it w...
- Wed Sep 11, 2024 8:20 am
- Forum: Flows
- Topic: Calling Third Party Application with Element
- Replies: 1
- Views: 1614
Re: Calling Third Party Application with Element
I would try with the "Execute command". See below. In my case the command fails. Perhaps because I do not have the program. Or the program is not allowed to be on UNC-path. Otherwise try to map the path to a drive-letter if possible. https://d.pr/i/Pqpbp0+ There is also the free app "...
- Tue Sep 10, 2024 9:29 am
- Forum: Flows
- Topic: How Can I Set Up Conditional Routing Based on File Metadata?
- Replies: 6
- Views: 3303
Re: How Can I Set Up Conditional Routing Based on File Metadata?
Oh, damn it. I feel old now… Do not beat your self up. :D It seems like a very legit question. I do not understand what the strategy is with this type of "spam". Is it to spread the link in hopes of some SEO gain? To harvest our minds for an AI model? To get us to click the "invisibl...
- Mon Sep 09, 2024 1:12 pm
- Forum: Flows
- Topic: How Can I Set Up Conditional Routing Based on File Metadata?
- Replies: 6
- Views: 3303
- Mon Sep 09, 2024 12:36 pm
- Forum: Flows
- Topic: How Can I Set Up Conditional Routing Based on File Metadata?
- Replies: 6
- Views: 3303
Re: How Can I Set Up Conditional Routing Based on File Metadata?
I think the original post is spam of some kind.
Notice the period just above "Thanks", which is a link to a webpage.
Notice the period just above "Thanks", which is a link to a webpage.
- Mon Sep 02, 2024 9:49 pm
- Forum: Switch
- Topic: Imposition in Switch
- Replies: 12
- Views: 4637
Re: Imposition in Switch
Thanks for all the answers.
I am talking with my reseller InProduction to find a solution.
I am talking with my reseller InProduction to find a solution.
- Fri Aug 30, 2024 3:06 pm
- Forum: Action Lists
- Topic: Simple add bleed on document with no bleed
- Replies: 16
- Views: 4936
Re: Simple add bleed on document with no bleed
The Trim Box is not defined in your file.
Ty recreating this action list and run it BEFORE adding bleed.
Ty recreating this action list and run it BEFORE adding bleed.