Search found 39 matches

by NEOSA
Thu Jun 08, 2017 1:02 pm
Forum: Action Lists
Topic: Increase Fonts Stroke
Replies: 2
Views: 5682

Increase Fonts Stroke

Hi, Is it possible to perform an ActionList to increase the tickness of strokes for fonts ? Main goal will be to : - Select fonts by name, using Regex => this works - Match stroke color as filled color - Changing the thickness to a certain value, ie 0,05 mm Challenge is that in most cases, stroke is...
by NEOSA
Wed Jun 07, 2017 4:10 pm
Forum: Flows
Topic: Complicated PDF Merge
Replies: 5
Views: 5702

Re: Complicated PDF Merge

Hi major, OK, you need to use a regular expression fo filter jobs by its name. First, you store in a JobState the name (Folder01) with this setup : [Job.NameProper:Search="([A-Z])\1_([0-9]{6})"] You setup the tool AssembleJob with a custom setting : Job Identifier : [Job.NameProper:Search=...
by NEOSA
Thu Jun 01, 2017 3:31 pm
Forum: Flows
Topic: Complicated PDF Merge
Replies: 5
Views: 5702

Re: Complicated PDF Merge

Hi major,

How your incoming files arrives ?

Does the HotFolder receiving files "see" all the files at the same time, ie all AA_*.pdf are copied in a single shoot ?

Or do you specify a timer with an "Assemble Jobs" ?

Thanks for reply.
by NEOSA
Fri May 19, 2017 7:58 pm
Forum: Flows
Topic: How to define an unique XML-Path
Replies: 4
Views: 7365

Re: How to define an unique XML-Path

As explained by cstevens, a shorter path can also be used :

//field[@Id='spMF_7_3']/value

"//" means :

//ename selects all ename elements in a document.
by NEOSA
Fri Mar 31, 2017 7:59 pm
Forum: LEGACY scripting
Topic: PDF to XML
Replies: 1
Views: 3503

Re: PDF to XML

Hi,

You should have a look at http://www.apagoinc.com/ => PDFSpy

PDFSpy can export various things, ans there is a configurator for Switch ;-)

Bye
by NEOSA
Tue Dec 20, 2016 11:57 am
Forum: LEGACY scripting
Topic: PDF to Powerpoint
Replies: 4
Views: 6927

PDF to Powerpoint

Hi all@Forum,

One question : does anyone ever experienced a Script/Tool to produce a Microsoft Powerpoint from a PDF file (.pdf to .ppt) ?

Don't ask us why, this a request we had ;-) and I might to be so easy...

Thanks for replies.

Ciao
by NEOSA
Thu Nov 17, 2016 10:43 am
Forum: Flows
Topic: Dropdown list from variables instead of Single-line
Replies: 2
Views: 3499

Re: Dropdown list from variables instead of Single-line

Hello Freddy,

Yes, items must be shown in a Checkpoint.

I shared with the support@Enfocus, Jonas gave me a reply/solution for this :-)

Image

Image

Image
by NEOSA
Mon Nov 07, 2016 5:39 pm
Forum: Flows
Topic: Dropdown list from variables instead of Single-line
Replies: 2
Views: 3499

Dropdown list from variables instead of Single-line

Hi Guys, I tried to build a Dropdwon list in Switch, using variables (variables from a XML file). Values are retrieved from a XPath expression and it works. But, how can I build a dropdown list, instead of a single-line ? Will it necessary to use Scripting ? Below, expected results and values retrie...
by NEOSA
Thu Mar 10, 2016 6:58 pm
Forum: Flows
Topic: Remap SpotColors with Switch
Replies: 0
Views: 3847

Remap SpotColors with Switch

Hi All@Forum, I try to setup a SFLOW with Switch to remap SpotColor. My intend is to catch SpotColor values from incoming PDF files, build a list of available colors (by reading values from a PitStop Server XML Report) and remap them to a new one. I tried to build with CheckPoint in SWITCH, with con...