Search found 39 matches

by NEOSA
Thu Mar 05, 2020 2:15 pm
Forum: Flows
Topic: Sort Job PDFs into smaller zips less than 256 MB
Replies: 4
Views: 5621

Re: Sort Job PDFs into smaller zips less than 256 MB

Hi estaub I don't know if this below will help you, but may be considering using 7-Zip (if your installation is Windows) + Execute-Command from Switch. PDF-Tests is a folder of 440 Mb size 1 - You create a splitted archive from 7-Zip : C:\Program Files\7-Zip>7z.exe a -v[b][color=#BF0000]100m[/color]...
by NEOSA
Wed Jun 26, 2019 3:13 pm
Forum: Flows
Topic: XPath in XML with NameSpace
Replies: 5
Views: 7587

Re: XPath in XML with NameSpace

mkayyyy wrote: Wed Jun 26, 2019 2:53 pm To get the Width attribute this XPath expression would work:

Code: Select all

//*[@N = 'Width']
You rock, you replied while I was writing my reply ;-)

Thanks a lot for help.
by NEOSA
Wed Jun 26, 2019 3:01 pm
Forum: Flows
Topic: XPath in XML with NameSpace
Replies: 5
Views: 7587

Re: XPath in XML with NameSpace

Hi Padawan,

Thanks for your reply :-)

"myWIDTH" was just an example ;-) Real values are number (in pts);

By checking your expression, I found it can be replaced by a shorter version :

Code: Select all

//dn:F[@N='Width']
Thanks for helping !
by NEOSA
Wed Jun 26, 2019 2:20 pm
Forum: Flows
Topic: XPath in XML with NameSpace
Replies: 5
Views: 7587

XPath in XML with NameSpace

Hi All, I'm trying to find the right XPath value of a XML file (aatched to this topic). XML is from Quite Impose Plus. I need to retrieve a couple of values, and at lesat "Height " "Width" The following Xpath : //@N give me the full list of items available, but I dind't find the ...
by NEOSA
Thu Jun 13, 2019 1:36 pm
Forum: Applications
Topic: Switch 2019 Spring Edition
Replies: 11
Views: 16438

Re: Switch 2019 Spring Edition

Hi All, I met an issue : Web Portal metadata not working for user A customer that had a log of submit point/checkpoints and couldn't see metadata when submitting. This will be fixed in the next release of Switch . Enfocus has a workaround, ask Support for the fix if relevant. Observed on a macOS ver...
by NEOSA
Thu Jun 06, 2019 12:43 pm
Forum: Switch
Topic: Distiller & Switch
Replies: 7
Views: 13363

Re: Distiller & Switch

Hi Jamesnic7

You might have this issue :

viewtopic.php?f=12&t=2854&p=9412#p9412

Cheers
by NEOSA
Tue May 07, 2019 3:53 pm
Forum: Flows
Topic: Creating low res pdfs
Replies: 3
Views: 5158

Re: Creating low res pdfs

Hi LasseThid, I met the same issue, there is a fix, due to an Acrobat Update. Read this article to handle correctly Acrobat Distiller : https://www.enfocus.com/en/support/known-issues-and-solutions#!/SupportPortalSolution?id=5012p000000Xn8RAAS Ask at Enfocus for the modified Distiller.vbs, or send m...
by NEOSA
Fri Apr 05, 2019 9:31 am
Forum: Flows
Topic: search by date and moves
Replies: 3
Views: 5499

Re: search by date and moves

Terkelsen wrote: Thu Apr 04, 2019 12:10 pm I haven't testede it, but I think that is what the File pool Cleanup app is for. It's part of the free Folder App (https://www.enfocus.com/en/appstore/product/folder-apps)
I tested those apps, and one mentionned (File pool Cleanup) does the job :-)

Special Thanks to Freddy !
by NEOSA
Thu Apr 04, 2019 7:47 pm
Forum: LEGACY scripting
Topic: Get list of PDF-files from folder to populate drop-down
Replies: 9
Views: 16568

Re: Get list of PDF-files from folder to populate drop-down

Padawan wrote: Thu Apr 04, 2019 7:36 pm Strange. Afaik I always return arrays for drop downs, I'll check again tomorrow.
Apparently, there was an issue with my flow : I deleted the Tool, re-create & it works now :-)

Thank you Padawan to take care ;-)

Image
by NEOSA
Thu Apr 04, 2019 5:12 pm
Forum: LEGACY scripting
Topic: Get list of PDF-files from folder to populate drop-down
Replies: 9
Views: 16568

Re: Get list of PDF-files from folder to populate drop-down

Padawan wrote: Thu Apr 04, 2019 5:05 pm I suspect that the datatype of your metadata property is text instead of dropdown. Can you check this?
It is a DropDown List :

Image
by NEOSA
Thu Apr 04, 2019 4:45 pm
Forum: LEGACY scripting
Topic: Get list of PDF-files from folder to populate drop-down
Replies: 9
Views: 16568

Re: Get list of PDF-files from folder to populate drop-down

Hi All, I tried a such Expression in a Submit Point (Switch 2018U3), but I obtain a list which is not a DropDown List : https://i.imgur.com/DZ5Yb3M.jpg It should be shown as a list : 12000_BASIQUE_PAYSAGE_520X720 12000_BASIQUE_SFP_520X720 12000_CAHIER_DEPLIANT_520X720 12000_CAHIER_MARKS_520X720 1200...
by NEOSA
Fri Jan 25, 2019 2:28 pm
Forum: Flows
Topic: Simple watermark flow
Replies: 1
Views: 3518

Re: Simple watermark flow

Hi, Depending of the page sizes you intend to treat, may be you could set some ActionList with PitStop Server + Switch, and have dedicated actions. Switch will route/call the action list, depending of size (dimensions) for the incoming PDF. The ActionList to be used is "Add Copied Graphics"...
by NEOSA
Thu Oct 11, 2018 6:16 pm
Forum: Flows
Topic: Flow groups are not saved with restart Switch
Replies: 5
Views: 7904

Re: Flow groups are not saved with restart Switch

Hi ! I experienced the same issue, and shared with Enfocus Support, here is the reply : "This was a known bug in v18 and had been logged with the development team, ENFS-16299. Groups are stored in an XML file and you can keep a backup of that XML. /Users/User/AppData/Roaming/Enfocus/SwitchServe...
by NEOSA
Sun May 20, 2018 6:22 pm
Forum: Flows
Topic: Month [Date] as Text instead of number [Fixed]
Replies: 1
Views: 3745

Re: Month [Date] as Text instead of number [Fixed]

I found the solution :

"MMMM" The full name of the month.
by NEOSA
Sun May 20, 2018 4:51 pm
Forum: Flows
Topic: Month [Date] as Text instead of number [Fixed]
Replies: 1
Views: 3745

Month [Date] as Text instead of number [Fixed]

Hi All, With Switch, we can use variables to get the current date. But I would like to know if it is possible to get the current month as a word instead of a number : - Current month is "O5" ==> Would like May ;-) I know I cans use Scripting Module to do this, but EndUser doesn't have the ...