Search found 3 matches

by pedrazzani
Mon Sep 14, 2015 3:06 pm
Forum: Imposition
Topic: SmartStream Design - PDF Preset - Library
Replies: 1
Views: 6029

SmartStream Design - PDF Preset - Library

Hello,

I am trying to use HP Smart stream Design Imposition, but PDF Preset library is empty. Why this happening?
Image from empty library -> https://drive.google.com/file/d/0B7TLqw ... sp=sharing
by pedrazzani
Tue Nov 25, 2014 1:36 pm
Forum: LEGACY scripting
Topic: Regular Expression
Replies: 2
Views: 4197

Regular Expression

Thank you . It worked very well.



Marcelo Pedrazzani.
by pedrazzani
Mon Nov 24, 2014 8:31 pm
Forum: LEGACY scripting
Topic: Regular Expression
Replies: 2
Views: 4197

Regular Expression

hello , I'm using regular expressions, but the code does not work in SwitchScripter. Follows the code. var re = /(w+)s(w+)/; var str = "John Smith"; var newstr = str.replace(re, "$2, $1"); job.log(3,newstr); output -> "$2, $1" Best Regards Marcelo Pedrazzani