Get Flows

Find your Switch flows

Enfocus Switch provides such a high level of expandability through Applications and Flows it can be a daunting task trying to track down the solution best suited to your needs. Thankfully, with Crossroads website's quick and efficient searching, you'll be able to drill down to the solution that matches your exact requirements in no time.

Latest additions

Flows

Sort black and color jobs

Use Apago PDFspy to sort black-only and color jobs

Check images and PDF files

This flow illustrates how Switch together with the WoodWing Enterprise 7 Configurators can download assets (with or without a pre-defined query) and filter out any accepted images or PDF files. Once filtered out, Switch will perform a number of checks e.g. image resolution, Exif information, number of pages and PDF/X version key. This is all done by checking the embedded metadata of the incoming assets. Only assets that comply with the predefined checks are allowed to be pushed back into WoodWing Enterprise, and after changing their status from "Original" to "First Check".

Upload new assets

This flow illustrates how Switch together with the WoodWing Enterprise 7 Configurators can upload any file as new objects into WoodWing Enterprise.

Applications

Paloma Print Perfect

Paloma has created the only fully automated document testing solution - Print Perfect. And whether your company competes in the banking, brokerage, mutual fund, insurance, retail credit, utility, print service bureau, or government industry, Print Perfect transforms a labor-intensive, subjective, and error-prone process into one which is substantially faster, highly objective, extremely accurate, and much less costly.

callas pdfaPilot Server

Your professional server solution to automatically create ISO standard compliant PDF/A files for long-term archiving.

callas pdfaPilot

The direct way to PDF/A.

Forum

Renaming roman folio jobs in numeric folio ?

Many Thanks Dwight. I will try to execute this nice function in Powerswitch. I don't known where, but I will find and keep you in touch for results. Many Thanks once again. Thierry.

Renaming roman folio jobs in numeric folio ?

The function below will convert Roman numbers to Arabic. [code]function toarabic( num : String ) { var vals = { 'I':1, 'V':5, 'X':10, 'L':50, 'C':100, 'D':500, 'M':1000 }; num = num.toUpperCase().replace( /[^IVXLCDM]/g, '' ).replace( /VV/g, 'X' ).replace( /LL/g, 'C' ).replace( /DD/g, 'M' ); var bits = [], i = 0, j = 0, k, l, n = num.length, last = 9999, rep = 0, sum = 0, valid = 1; for ( ; i < n; i++ ) { if ( !( bits[j] = vals[ num.charAt(i) ] ) ) { valid = 0; break; } if (j > 0) { k = bits[j]; l = bits[j - 1]; if( k === (l * 5) || k === (l * 10) ) { bits[--j] = k - l; } } j++; } if ( valid ) { for ( i = 0; i < j; i++ ) { k = bits[i]; sum += k; if( (last < k) || (rep > 1 && last == k) || (last == k && k != 1 && k != 10 && k != 100 && k != 1000) || last == k * 4 || last == k * 9 || last * 4 == k * 9 || last * 5 == k * 9 ) { valid = 0; break; } rep = (last == k) ? rep + 1 : 0; last = k; } } return sum; }[/code] Dwight Kelly Apago, Inc. dkelly@apago.com

Renaming roman folio jobs in numeric folio ?

Hello, I'm looking for a function or syntax or regular expression in Powerswitch (09 or 10) to rename jobs with roman number into arabic/numeric number : for example jobs like job_00I job_0II job_III job_0IV to job_001 job_002 job_003 job_004. If anyone have a good idea or a way to solve my problem, I would appreciate. Many Thanks. Thierry. tsellem@nouvelobs.com

Sorry,
you have to be logged in to use this functionality.

Please login on the upper right corner of this page.

If you do not have an account yet, please register.