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
Search found 3 matches
- Mon Sep 14, 2015 3:06 pm
- Forum: Imposition
- Topic: SmartStream Design - PDF Preset - Library
- Replies: 1
- Views: 9087
- Tue Nov 25, 2014 1:36 pm
- Forum: Scripting
- Topic: Regular Expression
- Replies: 2
- Views: 1765
Regular Expression
Thank you . It worked very well.
Marcelo Pedrazzani.
Marcelo Pedrazzani.
- Mon Nov 24, 2014 8:31 pm
- Forum: Scripting
- Topic: Regular Expression
- Replies: 2
- Views: 1765
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