Search found 272 matches

by JimmyHartington
Fri Mar 29, 2024 12:01 pm
Forum: PitStop Pro
Topic: Shapes as comments
Replies: 9
Views: 125

Re: Shapes as comments

I can PM you the file, but I don't think I can post it publicly. I'll send it after this is posted. It is a weird file. Because if I make a rectangle with the comment tool (as one of the other comments are), and then flatten annotations it is visible. But the ones made by your customer is not. Mayb...
by JimmyHartington
Fri Mar 29, 2024 10:04 am
Forum: PitStop Pro
Topic: Shapes as comments
Replies: 9
Views: 125

Re: Shapes as comments

loicaigon wrote: Thu Mar 28, 2024 10:19 pm Hi Jimmy, it seems our company computers block this url. A colleague of mine could download it.
What you described has been registered as a bug to be fixed.
Thanks for reporting ;)
I think you answered in the wrong thread :D
by JimmyHartington
Thu Mar 28, 2024 9:35 pm
Forum: PitStop Pro
Topic: Shapes as comments
Replies: 9
Views: 125

Re: Shapes as comments

Weird. It tried it on a file with drawn annotations.
Are you allowed to share the file?
by JimmyHartington
Thu Mar 28, 2024 8:39 pm
Forum: PitStop Pro
Topic: Shapes as comments
Replies: 9
Views: 125

Re: Shapes as comments

There is a standard action list named "Flatten Annotations".
I think it does what you need.
by JimmyHartington
Mon Mar 11, 2024 2:03 pm
Forum: Flows
Topic: Advice on Automating PDF Workflows
Replies: 2
Views: 130

Re: Advice on Automating PDF Workflows

Our use of Switch and Pitstop Server has been more organic. That is because we started way back when it was called CaslonFlow (I think). The first task was to move postscript-files from Preps to our RIP. So have never had a big implementation strategy. But the use has grown steadily. If you partner ...
by JimmyHartington
Mon Mar 11, 2024 10:36 am
Forum: Flows
Topic: Enfocus Switch 12 Issues
Replies: 1
Views: 87

Re: Enfocus Switch 12 Issues

Look at the error e-mail and see from which folder it fails.
See if any of the connections from this folder has any parameters.

See this video: https://d.pr/v/S0M3uX

It is a good idea to also label the connections, so you visually can see what it does.
by JimmyHartington
Fri Mar 08, 2024 10:11 am
Forum: Flows
Topic: Sort images (portrait-landscape)
Replies: 5
Views: 187

Re: Sort images (portrait-landscape)

I love this forum. I am also learning something from such a relative simple questions.
Thanks to Jan and Freddy for the excellent answers.
by JimmyHartington
Fri Mar 08, 2024 9:59 am
Forum: Flows
Topic: Sort images (portrait-landscape)
Replies: 5
Views: 187

Re: Sort images (portrait-landscape)

I would use a Switch calculation. Divide pixel-height with pixel-width and then use a connection to sort on this value larger than or equal to 1.
Then all portraits will end in one folder and landscape in the other.

If you need an example I will be happy to make one.
by JimmyHartington
Mon Mar 04, 2024 1:44 pm
Forum: Flows
Topic: EMFILE: too many open files ..main.js
Replies: 15
Views: 653

Re: EMFILE: too many open files ..main.js

Which app did you update? I updated the Photoshop app and installed the Inject-XML app from the appstore. Both are uninstalled now. But I can still replicate the one error. 04.03.2024 13:45:45.173 error JSON pickup Message: Method is not allowed at this time. Have you called any sendTo method alrea...
by JimmyHartington
Mon Mar 04, 2024 9:10 am
Forum: Flows
Topic: EMFILE: too many open files ..main.js
Replies: 15
Views: 653

Re: EMFILE: too many open files ..main.js

I do not know if this is related. But after updating an app and installing another, I have begun receiving very weird errors and failed jobs. When retrying the work. I have reported this to support. The errors are from different flows. Which have not changed or do not use the apps in question. It is...
by JimmyHartington
Mon Mar 04, 2024 8:25 am
Forum: Node.js scripting
Topic: Script Expression and set action list
Replies: 4
Views: 1963

Re: Script Expression and set action list

Thanks r.zegwaard

I will look into this, when I revisit my migration from legacy to Node.js script expressions.
by JimmyHartington
Tue Feb 27, 2024 2:02 pm
Forum: PitStop Pro
Topic: Acrobat Update 2023.008.20533
Replies: 16
Views: 965

Re: Acrobat Update 2023.008.20533

I am living on the edge and have updated.
Did make a TimeMachine backup and zip of the program before :D

Preliminary testing shows no issues.
by JimmyHartington
Tue Feb 27, 2024 1:00 pm
Forum: Flows
Topic: Shortcut creation (.Ink file)
Replies: 3
Views: 183

Re: Shortcut creation (.Ink file)

I think you need the "Execute command" and then pass infomation to a Powershell-script or something.

A quick Google search found this:
https://superuser.com/questions/392061/ ... t-from-cmd
by JimmyHartington
Mon Feb 26, 2024 1:04 pm
Forum: PitStop Pro
Topic: Acrobat Update 2023.008.20533
Replies: 16
Views: 965

Re: Acrobat Update 2023.008.20533

Egon wrote: Mon Feb 26, 2024 12:26 pm when will Enfocus release a stand alone PDF editor so we can throw Acrobat Pro from our workstations?
Do you mean Pitstop Extreme :D
https://www.youtube.com/watch?v=lSiCt0RLWXY
by JimmyHartington
Mon Feb 26, 2024 9:45 am
Forum: Flows
Topic: sum total from multiple values from privatedata
Replies: 4
Views: 326

Re: sum total from multiple values from privatedata

If you want to use the CSV you can use https://www.easydatatransform.com, which can be used as a CLI-program with Switch.
It is very affordable in regards to what it does.

See this topic: viewtopic.php?p=15038&hilit=easy+data+transform#p15038 on how to implement it.