Search found 433 matches

by JimmyHartington
Fri Jul 04, 2025 7:50 am
Forum: PitStop Pro
Topic: Faster way to add a copied graphic
Replies: 2
Views: 72

Re: Faster way to add a copied graphic

Another option could be to use a variable set. Add the user the option to choose the color. Based on the choose the variable set set yes/no variables. These are used in a preflight profile to run or not run the action list for the choosen color. You could have a action list which places the eyelets,...
by JimmyHartington
Wed Jul 02, 2025 9:06 pm
Forum: Switch
Topic: Rename file based on contents
Replies: 2
Views: 78

Re: Rename file based on contents

If it is the file size, you have the variable [Job.Size] which can be used in a rename element. For contents you could use the Run Command app. The it should be a command which outputs the contents of the file to the standard output, which then is private data that can be used to rename the file. Fo...
by JimmyHartington
Mon Jun 30, 2025 7:10 am
Forum: Flows
Topic: Executing Windows Batch file (.bat)
Replies: 9
Views: 907

Re: Executing Windows Batch file (.bat)

Glad you got it to work.
by JimmyHartington
Thu Jun 26, 2025 5:43 pm
Forum: Switch
Topic: Stroke on text in pdf
Replies: 1
Views: 131

Re: Stroke on text in pdf

Just to be sure. You do not have Pitstop Server available to you?
by JimmyHartington
Thu Jun 19, 2025 5:36 pm
Forum: Forum Guidelines / Forum Feature requests / Forum Bug reports?
Topic: Discourse
Replies: 21
Views: 111190

Re: Discourse

Discourse also has an option to mark a post as a solution. Could make it easier for people to find the answer quickly. If you plan to make login dependent on Enfocus ID, maybe consider the forum to be open for reading for people not logged in. This could be a great for people researching Enfocus sof...
by JimmyHartington
Wed Jun 18, 2025 7:40 am
Forum: Flows
Topic: Executing Windows Batch file (.bat)
Replies: 9
Views: 907

Re: Executing Windows Batch file (.bat)

Try changing the command to this: cd "%%InputFilePath%%" && "C:\Program Files\Beyond Compare 4\BCompare.exe" @D:\Testing\BC4\MISC\BC-MAG_COMPARE.txt "[Job.PrivateData:Key="Before"]" "[Job.PrivateData:Key="After"]" "out.html&quo...
by JimmyHartington
Tue Jun 17, 2025 3:35 pm
Forum: Flows
Topic: Executing Windows Batch file (.bat)
Replies: 9
Views: 907

Re: Executing Windows Batch file (.bat)

Is the order of the text files important in bat-file?

Because otherwise I think this could be done without the need to create a bat file and make the run command more universal.

If you want I could give it a crack by downloading a Beyond Compare trial and make a flow.
by JimmyHartington
Tue Jun 17, 2025 10:26 am
Forum: Forum Guidelines / Forum Feature requests / Forum Bug reports?
Topic: Discourse
Replies: 21
Views: 111190

Re: Discourse

pietdepauw wrote: Tue Jun 17, 2025 10:19 am How would you value a move to an Enfocus ID to sign in to the forum? Should that be a priority?
In regards to spam it could be a good move. Either on here or on Discourse :D
by JimmyHartington
Tue Jun 17, 2025 8:59 am
Forum: Forum Guidelines / Forum Feature requests / Forum Bug reports?
Topic: Discourse
Replies: 21
Views: 111190

Re: Discourse

Almost all other forums I participate in is based on Discourse. And I like the ease of use. Need a screenshot and you have it in the clipboard. Just paste it. Syntax highlighting of code based on the language (maybe needs to be setup by administrators). https://meta.discourse.org/t/configure-which-p...
by JimmyHartington
Thu Jun 12, 2025 11:35 am
Forum: Preflighting
Topic: Detect corrupt PDFs
Replies: 6
Views: 1037

Re: Detect corrupt PDFs

I have made a sample flow for Switch, which sort your sample file in one direction and files without the "recoverable image error" another direction. You can show this to your Switch administrator. The sample flow uses the Run Command app and is running on a Windows server. If your envirom...
by JimmyHartington
Thu Jun 12, 2025 10:51 am
Forum: Preflighting
Topic: Detect corrupt PDFs
Replies: 6
Views: 1037

Re: Detect corrupt PDFs

In my tests on macOS, where I have installed the command line tool Ghostscript, I get an error when running this command on the file: gs -o /dev/null -sDEVICE=nullpage sample.pdf Here is the error: Processing pages 1 through 2. Page 1 Page 2 The following warnings were encountered at least once whil...
by JimmyHartington
Thu Jun 12, 2025 9:43 am
Forum: Preflighting
Topic: Detect corrupt PDFs
Replies: 6
Views: 1037

Re: Detect corrupt PDFs

Are you able to supply a test-file?

And do you have Enfocus Switch or just Pitstop Server?
by JimmyHartington
Thu Jun 12, 2025 7:40 am
Forum: Flows
Topic: Executing Windows Batch file (.bat)
Replies: 9
Views: 907

Re: Executing Windows Batch file (.bat)

It could then look like the flow below.

2 arbitrary files are assembled into a jobfolder.
The "Run Command" app cds into the directory and runs a command to create an empty file.
This is created in the job-folder.
Royal TSX-Flow-server03-2025-06-12 at 07.39.17@2x.png
Royal TSX-Flow-server03-2025-06-12 at 07.39.17@2x.png (109.08 KiB) Viewed 877 times
by JimmyHartington
Thu Jun 12, 2025 7:30 am
Forum: Flows
Topic: Executing Windows Batch file (.bat)
Replies: 9
Views: 907

Re: Executing Windows Batch file (.bat)

Can you share your bat script? This would make it a bit easier to help troubleshoot.

I have had some flow, where I "cd" into a folder in a bat file and do the processing.
Perhaps this is possible here.
by JimmyHartington
Fri Jun 06, 2025 1:50 pm
Forum: Flows
Topic: Wait until job folder is empty flow
Replies: 14
Views: 52196

Re: Wait until job folder is empty flow

Version 1.1 is out now.
It is possible to scan sub-directories.
File sizes, created and modified dates are added to the JSON.