Search found 297 matches

by Terkelsen
Thu Apr 16, 2020 3:26 pm
Forum: Switch
Topic: Assemble Job
Replies: 3
Views: 5067

Re: Assemble Job

OK. Then you can just set the number of files to be assembled to 2 and the the "After N minutes" also to 2. This way those with two pages will be assembled as soon as there are two pages with the same name before the last dash and those with only one page will be sent through after two min...
by Terkelsen
Wed Apr 15, 2020 1:50 pm
Forum: Switch
Topic: Assemble Job
Replies: 3
Views: 5067

Re: Assemble Job

You could use a variable like this [Job.NameProper:Search="(.*)\-"] to assemble jobs with same name before the last dash. The problem, however, is how to know how many files to assemble. If jobs belonging together are coming in more or less at the same time, you could use "After N min...
by Terkelsen
Wed Apr 08, 2020 9:27 am
Forum: Flows
Topic: Sorting and duplicating pages in PDF
Replies: 4
Views: 7650

Re: Sorting and duplicating pages in PDF

You could:
• Split the front PDF into single files
• Use Inject Job to retrieve the back PDF for each file
• Use assemble job to place the front and the back in a folder
• Use Merge PDF to merge front and back into one file.
by Terkelsen
Wed Mar 11, 2020 5:03 pm
Forum: PitStop Server
Topic: Checklist of all Preflight Options
Replies: 2
Views: 5107

Re: Checklist of all Preflight Options

There is an overview of all preflight checks her:

https://www.enfocus.com/en/pitstop-pro/ ... ion/checks
by Terkelsen
Wed Mar 11, 2020 4:29 pm
Forum: Switch
Topic: Customize Email Template
Replies: 8
Views: 16984

Re: Customize Email Template

In case you are not familiar with creating html e-mail templates ( like me :roll: ) you can use an online service like befree.io to generate the template and then download it as html. If you are using image files you will have to upload these to a webserver an redirect the links in the html to this ...
by Terkelsen
Mon Mar 02, 2020 12:08 pm
Forum: LEGACY scripting
Topic: Save as older Illustrator EPS
Replies: 6
Views: 9764

Re: Save as older Illustrator EPS

That's how I thought it would work, but if I change Compatibility.ILLUSTRATOR16 to Compatibility.ILLUSTRATOR19, Switch will give this error:

Error 1320: Invalid enumeration value
Line: 40
-> saveOpts.compatibility = Compatibility.ILLUSTRATOR19; (5001)
by Terkelsen
Mon Mar 02, 2020 9:18 am
Forum: LEGACY scripting
Topic: Save as older Illustrator EPS
Replies: 6
Views: 9764

Re: Save as older Illustrator EPS

Thanks a lot, Jan. This seems to work perfect for all versions prior to 17 (the first CC version). Do you also know how to change it to work with the CC-versions?
by Terkelsen
Mon Mar 02, 2020 8:05 am
Forum: LEGACY scripting
Topic: Save as older Illustrator EPS
Replies: 6
Views: 9764

Save as older Illustrator EPS

I'm looking for a script that can save a PDF as an Illustrator EPS but in an older Illustrator version than the one installed. Anyone?
by Terkelsen
Tue Jan 21, 2020 10:43 am
Forum: Flows
Topic: Converting HEIC to JPG
Replies: 4
Views: 5170

Re: Converting HEIC to JPG

Hi Jan, Yes, there is a few debug messages from Photoshop: Cannot find extension for Mac type '????' and creator '????' of the file '/Users/<user>/Library/Application Support/Enfocus/Switch Server/backing/HEIC to jpg/automanaged/Folder 3/_0297N_IMG_8541.jpg' and... osascript "/Users/<user>/Libr...
by Terkelsen
Tue Jan 21, 2020 8:06 am
Forum: Flows
Topic: Converting HEIC to JPG
Replies: 4
Views: 5170

Re: Converting HEIC to JPG

Thanks for the workaround, Freddy. I'm still curious though, why that doesn't work with the Photoshop configurator.
by Terkelsen
Mon Jan 20, 2020 4:01 pm
Forum: Flows
Topic: Converting HEIC to JPG
Replies: 4
Views: 5170

Converting HEIC to JPG

I wanted to make a simple flow, that could use Photoshop 2020 to convert HEIC (from iPhone) to JPG. The file opens fine, if I open it from Photoshop. However, if I send the HEIC file to the Photoshop configurator from within Switch, I get this error: "_0297L_IMG_8543.HEIC': the job file type is...
by Terkelsen
Fri Jan 10, 2020 1:09 pm
Forum: LEGACY scripting
Topic: Can I pass this Illustrator dialog?
Replies: 7
Views: 9261

Re: Can I pass this Illustrator dialog?

Pitstop has an action called "Remove all Pieceinfo". Dosen't that solve the problem?
by Terkelsen
Thu Dec 12, 2019 1:20 pm
Forum: Flows
Topic: Resend job after 24 hours IF job still exists
Replies: 4
Views: 5462

Re: Resend job after 24 hours IF job still exists

I think you should have a look at the free "Folder Apps" from the Enfocus App Store https://www.enfocus.com/en/appstore/product/folder-apps . One of the configurators called "Hot Folder Monitor" will allow you to scan a specific folder at defined intervals (could be 84400 seconds...
by Terkelsen
Thu Dec 12, 2019 12:53 pm
Forum: Switch
Topic: Switch Fall Edition 2019
Replies: 9
Views: 11506

Re: Switch Fall Edition 2019

Lasse, it might just be because your browser is blocking pop-up windows.
by Terkelsen
Tue Dec 03, 2019 2:15 pm
Forum: Flows
Topic: Retreive info with ImageMagick
Replies: 3
Views: 4597

Re: Retreive info with ImageMagick

:lol: Thanks!