Search found 658 matches

by dkelly
Thu Oct 01, 2015 3:44 pm
Forum: LEGACY scripting
Topic: Downloading files from URLs with isapi extensions
Replies: 6
Views: 8369

Re: Downloading files from URLs with isapi extensions

Did you try e.download( source-url : String, destination-path : String ) : Boolean ?
by dkelly
Wed Sep 16, 2015 6:53 pm
Forum: Applications
Topic: Indesign Server
Replies: 1
Views: 4613

Indesign Server

Can anyone currently using or wanting to use Adobe Indesign Server in a Switch flow contact me? I have a couple of questions I'd like to ask you.

Thanks,
Dwight Kelly
dkelly_at_apago.com
by dkelly
Fri Sep 11, 2015 11:16 pm
Forum: LEGACY scripting
Topic: Problem when moving files to other hotfolders from Switch
Replies: 10
Views: 27353

Re: Problem when moving files to other hotfolders from Switch

Switch creates the oddly named file and renames it after writes are complete. This has caused many problems for me both with Prinergy and with NAS hardware from SNAP. I wrote this copy script to solve the problem. It's pedantic in an attempt to make sure the copy succeeded 100% of the time. // Copy ...
by dkelly
Tue Aug 18, 2015 10:57 pm
Forum: LEGACY scripting
Topic: Switch scripting .sscript inflating pre-commit hook
Replies: 10
Views: 10599

Re: Switch scripting .sscript inflating pre-commit hook

nice. Do you have to add and commit again to get the Unpacked in repository?
by dkelly
Wed Aug 12, 2015 5:50 pm
Forum: LEGACY scripting
Topic: AWS Switch Scripting Project
Replies: 12
Views: 13970

Re: AWS Switch Scripting Project

Have you been able to determine if the unterminated processes are Switch or AWS scripts?
by dkelly
Tue Aug 11, 2015 3:27 pm
Forum: Applications
Topic: Quit InDesign?
Replies: 1
Views: 4603

Re: Quit InDesign?

Mac or Windows?
by dkelly
Mon Aug 10, 2015 4:08 pm
Forum: LEGACY scripting
Topic: Directory Size
Replies: 2
Views: 4374

Re: Directory Size

Here's a recursive function to calculate the size of a directory and subdirectories. function calculateDirectorySize( dirName : String ) { var dirSize = 0; var theDir = new Dir(dirName); var entries = theDir.entryList("*", Dir.All|Dir.NoDotAndDotDot, Dir.DirsFirst); for (var i=0; i<entries...
by dkelly
Mon Jul 27, 2015 8:34 pm
Forum: Color Management
Topic: Color conversion
Replies: 3
Views: 9574

Re: Color conversion

My guess be that the table cell background have some tint to them that gets converted to a grayscale value instead of white.
by dkelly
Mon Jul 27, 2015 8:33 pm
Forum: LEGACY scripting
Topic: Inject Job
Replies: 1
Views: 3345

Re: Inject Job

Both can only be done with scripting
by dkelly
Sun Jul 26, 2015 8:41 pm
Forum: Applications
Topic: Safe to update to cc 2015?
Replies: 2
Views: 5971

Re: Safe to update to cc 2015?

Switch 12 update 3 does not support Adobe CC 2015. Support is expected in Switch 13.
by dkelly
Mon Jul 20, 2015 3:31 pm
Forum: Preflighting
Topic: Myriad Pro Italic Corruption
Replies: 2
Views: 7136

Re: Myriad Pro Italic Corruption

'fl' was probably a ligature and either the font was encoded or subset incorrectly.
by dkelly
Fri Jul 17, 2015 12:25 am
Forum: LEGACY scripting
Topic: Advanced Enfocus Switch concepts with scripting, XML, SQL and Javascript seminar @ Graph Expo 2015
Replies: 1
Views: 4143

Advanced Enfocus Switch concepts with scripting, XML, SQL and Javascript seminar @ Graph Expo 2015

Advanced Enfocus Switch concepts with scripting, XML, SQL and Javascript seminar @ Graph Expo 2015 Apago will be holding a one day hands-on seminar on advanced scripting concepts with XML, SQL and Javascript during Graph Expo 2015. We had great feedback from last two seminars and will be incorporati...
by dkelly
Thu Jul 16, 2015 4:12 pm
Forum: Flows
Topic: Word generated PDFs
Replies: 1
Views: 3091

Re: Word generated PDFs

Check the PDF statistics for:

Creator StartsWith "Microsoft® Office Word"
OR
Producer StartsWith "Microsoft® Office Word"
OR
Creator Matches "Acrobat PDFMaker \d+\.\d+ for Word"