Search found 21 matches

by pcobee
Thu Feb 25, 2016 6:04 pm
Forum: Flows
Topic: Switch 13 losing metadata between flows?
Replies: 9
Views: 7925

Re: Switch 13 losing metadata between flows?

Strange, I'm running the exact same flows on 2 other Switch Servers - version 12 - with no problem at all? Have you upgraded to 13.1?
by pcobee
Thu Feb 25, 2016 5:57 pm
Forum: Flows
Topic: Switch 13 losing metadata between flows?
Replies: 9
Views: 7925

Re: Switch 13 losing metadata between flows?

Have you tried this with a job "folder" as opposed to a single job file?
by pcobee
Thu Feb 25, 2016 5:25 pm
Forum: Flows
Topic: Switch 13 losing metadata between flows?
Replies: 9
Views: 7925

Switch 13 losing metadata between flows?

Just upgraded to Switch 13. In testing my flows, it appears that Switch 13 is dropping any metadata that was created in a previous flow. I break my flows into smaller flows and with Switch 12 and earlier, as long as the last folder had the setting "Strip unique name" set to "No",...
by pcobee
Wed Sep 17, 2014 6:04 pm
Forum: Applications
Topic: Is there any http client on Switch 12?
Replies: 4
Views: 6579

Is there any http client on Switch 12?

I use Microsofts XMLHTTP object in a Script for this all the time - mostly to retrieve graphics files from a remote service. You can implement GET, POST or SOAP with it. Works great.
by pcobee
Wed Sep 17, 2014 5:43 pm
Forum: Applications
Topic: .insertPages by Acrobat
Replies: 2
Views: 5964

.insertPages by Acrobat

Here are two scripts for inserting blank pages into a PDF. It does not require the use of a "blank" PDF. The first inserts a single page at the indicated insertion point. The second inserts a page before or after EVERY page in the PDF based on the value of Argument 1. /*===================...
by pcobee
Fri May 17, 2013 10:57 pm
Forum: LEGACY scripting
Topic: XSLT 2.0 transformations in Switch
Replies: 4
Views: 6969

XSLT 2.0 transformations in Switch

This is fairly easy to set up using Saxon9... 1) download Saxon at "SaxonHE9-5-0-1N-setup.exe" at Saxon 9.5 and install. 2) Open SwitchScripter and create a new script with the folowing properties: Tag: propTransformCommand Name: Transform Command Tooltip: Indicate the Saxon "Transfor...