Search found 142 matches

by laurentd
Wed Jun 10, 2020 10:48 am
Forum: Switch
Topic: Regexp and mount job
Replies: 2
Views: 7704

Re: Regexp and mount job

You can not do this in one go, but here are 2 solutions: Rename the job to the part you need using search and replace regex: Search for regex .+_(\d{1,5})_(\d{6})_(\d{6})_.+ and replace with regex \3 (third captured string) Set private data ID to the job's name: ID=[Job.NameProper], that's the info ...
by laurentd
Wed Jun 10, 2020 9:10 am
Forum: Action Lists
Topic: Generating 10 000 barcodes
Replies: 3
Views: 5277

Re: Generating 10 000 barcodes

Hi, you can use CSV2XML or Excel to XML apps to split your csv or excel file in separate xml files. Then you process each xml file: inject your pdf template, and add the barcode with an action list, using variables from the xml files. At the end of the flow you can assemble and merge the pdf files t...
by laurentd
Tue Jun 09, 2020 10:25 am
Forum: PitStop Server
Topic: Removing specific color
Replies: 3
Views: 5153

Re: Removing specific color

Yes indeed, the order of the actions does matter a lot, and AND OR NOT operators should be placed under the action(s), and can also be combined: AND explained: https://www.enfocus.com/manuals/Extra/Actions/20/home.html#en-us/common/act/concept/1.html complete action: https://www.enfocus.com/manuals/...
by laurentd
Thu Mar 19, 2020 9:58 am
Forum: PitStop Pro
Topic: Page Scaling
Replies: 11
Views: 10857

Re: Page Scaling

Andrew was faster. Here my answer: When you change the page scaling, you attach this property to your document, but it is not applied. You can see the final result in the "effective values", see screenshot below. You will find a default action called “Apply Page Scaling Factor” to apply th...
by laurentd
Wed Feb 26, 2020 9:52 am
Forum: LEGACY scripting
Topic: inject job
Replies: 5
Views: 7072

Re: inject job

Variable XPath Repeater app does the job:
https://www.enfocus.com/en/appstore/pro ... able-xpath
by laurentd
Thu Feb 13, 2020 10:17 am
Forum: Flows
Topic: Search for files and take
Replies: 10
Views: 10407

Re: Search for files and take

Here is another app to loop in an xml file:
https://www.enfocus.com/en/appstore/pro ... able-xpath

And if you want to inject a job in your flow, and you only have part of the name, you need this one:
https://www.enfocus.com/en/appstore/pro ... t-wildcard
by laurentd
Mon Apr 08, 2019 3:54 pm
Forum: Switch
Topic: e-mail to PDF
Replies: 1
Views: 4134

Re: e-mail to PDF

You can save the signature images (image00n.png) in a separate folder, with user-managed path.
Then edit the html with a script, and replace the images paths to the folder defined above + image name.
Then convert the html body to pdf.