Search found 36 matches
- Wed Jun 10, 2020 9:10 am
- Forum: Action Lists
- Topic: Generating 10 000 barcodes
- Replies: 3
- Views: 1565
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...
- Tue Jun 09, 2020 10:25 am
- Forum: PitStop Server
- Topic: Removing specific color
- Replies: 3
- Views: 1457
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/...
- Thu Mar 19, 2020 9:58 am
- Forum: PitStop Pro
- Topic: Page Scaling
- Replies: 11
- Views: 4224
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 the scaling ...
- Wed Feb 26, 2020 9:52 am
- Forum: LEGACY scripting
- Topic: inject job
- Replies: 5
- Views: 2491
Re: inject job
Variable XPath Repeater app does the job:
https://www.enfocus.com/en/appstore/pro ... able-xpath
https://www.enfocus.com/en/appstore/pro ... able-xpath
- Thu Feb 13, 2020 10:17 am
- Forum: Flows
- Topic: Search for files and take
- Replies: 10
- Views: 3777
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
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
- Mon Apr 08, 2019 3:54 pm
- Forum: Switch
- Topic: e-mail to PDF
- Replies: 1
- Views: 1839
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.
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.