Search found 436 matches

by JimmyHartington
Wed Jul 09, 2025 3:31 pm
Forum: PitStop Pro
Topic: Adding multi-line text to PDF with VariableSets
Replies: 19
Views: 22560

Re: Adding multi-line text to PDF with VariableSets

Chrome also stopped working for me. I have made a node.js script to solve it. It has not yet been made into a script designed for Switch. So I use by running it with the Run Command app. Unfortunately I am quite busy with finishing work before the summer holiday, so do not have time to make a write ...
by JimmyHartington
Mon Jul 07, 2025 9:25 pm
Forum: Switch
Topic: Rename file based on contents
Replies: 8
Views: 261

Re: Rename file based on contents

I am a bit unsure about what you want to achieve.

Is the files assembled correctly, but the name of the job-folder is wrong?
by JimmyHartington
Mon Jul 07, 2025 9:15 am
Forum: Preflighting
Topic: Help on book file optmizations.
Replies: 1
Views: 224

Re: Help on book file optmizations.

What I notice is a font is missing in the files. And there are .notdef glyphs. Acrobat-op-120mr-25-marinha-colegio-imp-668pages-210x280mm_report.pdf-2025-07-07 at 09.11.39@2x.png Maybe some of these messes with your older rips. Is there a way in the process when ripping you can split it into segment...
by JimmyHartington
Fri Jul 04, 2025 7:50 am
Forum: PitStop Pro
Topic: Faster way to add a copied graphic
Replies: 6
Views: 250

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: 8
Views: 261

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: 1155

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: 172

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: 111514

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: 1155

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: 1155

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: 111514

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: 111514

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: 1146

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: 1146

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: 1146

Re: Detect corrupt PDFs

Are you able to supply a test-file?

And do you have Enfocus Switch or just Pitstop Server?