Search found 358 matches

by loicaigon
Tue Mar 03, 2015 4:48 pm
Forum: Flows
Topic: Submission point with no files to provide
Replies: 8
Views: 6513

Re: Submission point with no files to provide

Hi, Well, the whole project stands on using Switch and InDesign, mostly work on some InDesign template user would select within a list. So the metadata would be "user wants template A and this text has to placed" then InDesign would be called and finally some PDF would be produced and retu...
by loicaigon
Tue Mar 03, 2015 1:06 pm
Forum: Flows
Topic: Submission point with no files to provide
Replies: 8
Views: 6513

Submission point with no files to provide

Hi,

Is there any chance one can use SwitchClient without supplying a file/folder ? I am interested in using SWC to get user metadata but i only need the metadata.The needs are internal and I am not sure that deploying webservices would be a good fit for that client.

Thanks in advance,

Loic
by loicaigon
Fri Feb 27, 2015 5:44 pm
Forum: Applications
Topic: Problems on editing files stopped in checkpoints
Replies: 8
Views: 12226

Re: Problems on editing files stopped in checkpoints

Weird. How do you edit the files ? Are you opening it from the Switch client window or directly into your system explorer ? Could it be possible that you have multiple files with different unique prefix. So you would modifying XX_file.pdf instead of YY_file.pdf which is the one furtherly processed b...
by loicaigon
Fri Feb 27, 2015 9:57 am
Forum: LEGACY scripting
Topic: Converting from .jsx to .sscript for InDesign Script
Replies: 9
Views: 10455

Re: Converting from .jsx to .sscript for InDesign Script

Hi, I agree that one may feel limited with these 5/6 arguments while calling a jsx script in the properties pane. However, you can definitively pass a rich data object as an argument and initiate it in the indesign scripting context. Let me explain. While passing a xml string as an argument, it's ea...
by loicaigon
Fri Feb 27, 2015 9:38 am
Forum: Applications
Topic: Problems on editing files stopped in checkpoints
Replies: 8
Views: 12226

Re: Problems on editing files stopped in checkpoints

Hi,

Could your detail what changes you made ? Metadata ? Other ?

Loic
http://www.ozalto.com
by loicaigon
Wed Feb 25, 2015 3:54 pm
Forum: LEGACY scripting
Topic: Converting from .jsx to .sscript for InDesign Script
Replies: 9
Views: 10455

Re: Converting from .jsx to .sscript for InDesign Script

Yes indeed. But it would be the same in a sscript except that you would retrieve properties of the job, not arguments.
by loicaigon
Wed Feb 25, 2015 3:14 pm
Forum: LEGACY scripting
Topic: Converting from .jsx to .sscript for InDesign Script
Replies: 9
Views: 10455

Re: Converting from .jsx to .sscript for InDesign Script

Hi, Maybe I am being confused here but if you want to create your own configurator you indeed have to create a sscript file which can use JavaScript but which is not a JS file strictly speaking. A sscript is more of a container which can include or not JavaScript Code to be executed in the Switch co...
by loicaigon
Wed Feb 25, 2015 11:54 am
Forum: LEGACY scripting
Topic: Help with RegEx
Replies: 10
Views: 10380

Re: Help with RegEx

Hi,

As bens said, many solutions. Might this one be "lighter" :

Code: Select all

var theRegex = /.+-.+-(.+)/;
Loic
http://www.ozalto.com
by loicaigon
Wed Feb 25, 2015 10:39 am
Forum: LEGACY scripting
Topic: Converting from .jsx to .sscript for InDesign Script
Replies: 9
Views: 10455

Re: Converting from .jsx to .sscript for InDesign Script

Hi, Your request is a little bit strange to me. Javascript by nature is based on a Object Model. The fact that you can script InDesign with JavaScript stands on the specific InDesign object Model. When you are scripting Switch, you are using the specific Enfocus Switch Object Model. So if you intend...
by loicaigon
Mon Feb 02, 2015 2:04 pm
Forum: Flows
Topic: [SOLVED] PDFTK command arguments issue
Replies: 2
Views: 3890

[SOLVED] PDFTK command arguments issue

It appears I made the #1 mistake ;)



http://www.enfocus.com/en/support/knowl ... mand-tool/



HTH,



Loic
by loicaigon
Mon Feb 02, 2015 12:00 pm
Forum: Flows
Topic: [SOLVED] PDFTK command arguments issue
Replies: 2
Views: 3890

[SOLVED] PDFTK command arguments issue

Hi all, Given the PDFTK command line utility, this line works fine in terminal : pdftk "/Users/sunsikim/Desktop/toto.PDF cat 1-2 output /Users/sunsikim/Desktop/totoP1-2.pdf" Once I try to use it through Switch Execute Command, I can't get it to work Command : pdftk Arguments : "/Users...
by loicaigon
Thu Jan 08, 2015 1:21 pm
Forum: Flows
Topic: [SOLVED] Archiving files flow corrupting other flow due to unique prefix
Replies: 2
Views: 5255

[SOLVED] Archiving files flow corrupting other flow due to unique prefix

@compendio,



Thanks a lot for the link. I will let you know if this helped ;)



Loic
by loicaigon
Thu Jan 08, 2015 12:29 pm
Forum: Flows
Topic: [SOLVED] Archiving files flow corrupting other flow due to unique prefix
Replies: 2
Views: 5255

[SOLVED] Archiving files flow corrupting other flow due to unique prefix

================================= SOLUTION : I used this utility advised in some other place. It allows defining rules for folders and file relocation such as delays : http://www.noodlesoft.com/hazel.php FWIW, Loic ================================= Hi all, I have a folder linked to FTP folder names ...
by loicaigon
Tue Sep 23, 2014 11:37 am
Forum: Applications
Topic: Is Switch 12 buggy ?
Replies: 13
Views: 21232

Is Switch 12 buggy ?

Hi



Did you try update2 ? I have to admit all the problem I got with the initial release of V12 are gone since then ;)



Loïc
by loicaigon
Mon Sep 08, 2014 4:06 pm
Forum: Applications
Topic: InDesign Server Configurator issue
Replies: 3
Views: 6190

InDesign Server Configurator issue

Hi Dwight,



Thanks for the interest. Nope I am on 10.7.5.



Best,



Loic