Search found 300 matches

by Terkelsen
Fri Oct 11, 2019 3:28 pm
Forum: Switch
Topic: EXIF Tools and spaces
Replies: 8
Views: 8914

EXIF Tools and spaces

I have a Switch flow with a Submit Point. I want to upload images and type the name of the photographer in a metadata field in the Submit Point. The image then go to an Execute Command element, where EXIFTool is used to put the name into the IPTC tag called "creator". If I type a photograp...
by Terkelsen
Thu Aug 08, 2019 10:33 am
Forum: Switch
Topic: Rename Job by Regular Expression
Replies: 1
Views: 3761

Re: Rename Job by Regular Expression

You must understand that Action 1 is carried out before Action 2. This means that Action 1 will change the name of "B412344_26.pdf" to "B412344_p006.pdf. When Action 2 is run, the first character after the underscore is no longer a digit (it's "p") and Action 2 will do nothi...
by Terkelsen
Tue Jul 30, 2019 12:19 pm
Forum: PitStop Pro
Topic: Preflight report, error + fix
Replies: 11
Views: 13818

Re: Preflight report, error + fix

I don't think it has to be that complicated. Just make an action list like this. Select all Check RGB color is not used for any object Remap Color (make sure to remap both RGB Space, CalRGB Space and ICC tagged space to CMYK) This will give you a report that logs the use of RGB as an error and the r...
by Terkelsen
Thu Jun 27, 2019 9:01 am
Forum: PitStop Pro
Topic: Reducing bleed on one object only
Replies: 2
Views: 4307

Re: Reducing bleed on one object only

I think the easiest thing to do would be to create an action that selects and deletes the object and then paste a new object with the desired size.
by Terkelsen
Mon Jun 24, 2019 12:57 pm
Forum: Switch
Topic: Portal Check in for Errors
Replies: 2
Views: 4468

Re: Portal Check in for Errors

I'm not sure if I understand you right, but if I do, this could be a solution. Send a copy of the error-file to another folder. Use that folder to ad an error message to the files private data. In the checkpoint create a metadata field that presents the message from private data as a read only field.
by Terkelsen
Fri Jun 21, 2019 2:38 pm
Forum: Switch
Topic: How can Xml Pickup handle multiple jobs with only 1 xml?
Replies: 1
Views: 3576

Re: How can Xml Pickup handle multiple jobs with only 1 xml?

You just need to assemble the job and use "Metadata in job folder asset" as the pick up mode. If you send a folder containing one xml and several PDFs to Xml Pickup the xml will be picked up by all files in the folder.
by Terkelsen
Fri Jun 14, 2019 9:33 am
Forum: Flows
Topic: Ungroup timeout
Replies: 12
Views: 13133

Re: Ungroup timeout

If it is actually the Ungroup process that takes that long, you will need to change: Preferences -> Error handling -> Abort processes after (minutes)
by Terkelsen
Wed May 22, 2019 4:13 pm
Forum: Flows
Topic: Split very large PDF
Replies: 7
Views: 7476

Re: Split very large PDF

Hi Jan, Yes, the stupid thing is that this is actually just a two page PDF with a variable number, a name and an address on page 1, but the customer insist on delivering this as a 100.000 pages PDF :roll: Excuse my ignorance but what would the argument you suggest look like as an argument in Switch ...
by Terkelsen
Wed May 22, 2019 11:19 am
Forum: Flows
Topic: Split very large PDF
Replies: 7
Views: 7476

Re: Split very large PDF

Hi Jan,

No, but I've tried ImageMagick and after two hours it's still working to just split a 100 page PDF.

Any idea what the argument should look like in Execute Command if I use PDFtk?
by Terkelsen
Wed May 22, 2019 10:30 am
Forum: Flows
Topic: Split very large PDF
Replies: 7
Views: 7476

Split very large PDF

One of my customers is receiving on a regular basis a PDF containing 100.000 pages :!: for printing. Yes, I know it is insane but that's how their customer insist to deliver. I'm not surprised that their RIP is giving up on this job trying to feed the printer with 800 pages pr. minute. They have fou...
by Terkelsen
Thu May 16, 2019 10:47 am
Forum: Flows
Topic: Merge 2 single pages to a double page
Replies: 10
Views: 18796

Re: Merge 2 single pages to a double page

You can even use the method that Malcom suggest without the need of PDFTK. After resizing the two pages cut or copy the content of P1, paste it into P2 and delete P1.
by Terkelsen
Mon May 06, 2019 10:29 am
Forum: Applications
Topic: Optical recognition character
Replies: 3
Views: 10517

Re: Optical recognition character

I'm almost sure that ABBYY FineReader has a hotfolder functionality and therefore can be integrated with Switch.
https://www.abbyy.com/en-eu/finereader/
by Terkelsen
Mon May 06, 2019 8:55 am
Forum: LEGACY scripting
Topic: Reg Ex help
Replies: 3
Views: 5487

Re: Reg Ex help

Thanks a lot, Jimmy. Works perfect ;)
by Terkelsen
Mon May 06, 2019 8:18 am
Forum: LEGACY scripting
Topic: Reg Ex help
Replies: 3
Views: 5487

Reg Ex help

I could use a little help with a regular expression. The string I'm searching looks like this: "word1 word2 word3Number_number_1234". I need everything until (but NOT including) the last underscore. This regEx .*\_ will give me everything until and including the last underscore "word1...
by Terkelsen
Fri May 03, 2019 9:53 am
Forum: Flows
Topic: Insert different logos
Replies: 6
Views: 15180

Re: Insert different logos

:lol: