Search found 50 matches

by NEOSA
Tue Jun 03, 2025 3:15 pm
Forum: Flows
Topic: XML file in ISO 8859-13 format suddenly not working
Replies: 1
Views: 2534

Re: XML file in ISO 8859-13 format suddenly not working

Hi, We've been facing also some issues with some accented characters in network path / local paths where PDF files were not processed by Switch/PitStop Pro :-( Encoding at the server side (Windows 2K22, French locale and FR language - ReFS local storage + Samba Servers) has never changed. I'm not su...
by NEOSA
Wed Apr 02, 2025 6:28 pm
Forum: Applications
Topic: Photoshop Error Message (unable to write to LOG FILE)
Replies: 0
Views: 43137

Photoshop Error Message (unable to write to LOG FILE)

Hi All ! We experience an issue with Switch + Photoshop, randomly. - Switch Version : 2024 Fall windows - Photoshop : 25.12.1 - Switch App (Photoshop) : Version 20 The problem is that the Photoshop script (triggered by Switch) stops running and waits for validation (see below). When validated, the s...
by NEOSA
Wed Oct 02, 2024 12:22 pm
Forum: Flows
Topic: Merging XML jobtickets into one
Replies: 5
Views: 13299

Re: Merging XML jobtickets into one

Hi zurek , May be you can also have a look with an App available, Data Tool Kit : https://www.enfocus.com/en/appstore/product/data-toolkit We currently use it for a couple of customers, the Join function might be use for your case. Feel free to share with the developer of this App, Sean will help yo...
by NEOSA
Fri Jun 28, 2024 12:19 pm
Forum: Appstore
Topic: Beta testers wanted!
Replies: 5
Views: 14066

Re: Beta testers wanted!

So do I, will appreciate to help you testing & debugging ;-)
by NEOSA
Thu Jun 06, 2024 12:03 am
Forum: PitStop Pro
Topic: Find text close to 3 mm or less from Trimbox
Replies: 2
Views: 5699

Re: Find text close to 3 mm or less from Trimbox

bens wrote: Wed Jun 05, 2024 10:19 am Hi,

Have you tried the action "Select objects close to the page edge" or "Check if object is close to the page edge"?
Thanks bens !

The setup does the job ;-)

Image
by NEOSA
Wed Jun 05, 2024 12:04 am
Forum: PitStop Pro
Topic: Find text close to 3 mm or less from Trimbox
Replies: 2
Views: 5699

Find text close to 3 mm or less from Trimbox

Hi All, I tried to setup a flow using PitStop Server, but the main goal is to find and log if some Text is close from 3 mm or less relative to the Trimbox. I did an Action to log if conditions are reached by doing this : - Remove ArtBox - Change ArtBox size from TrimBox - Resize ArtBox size with -3 ...
by NEOSA
Tue Jun 04, 2024 8:37 am
Forum: Flows
Topic: Convert to postscript without opening dialog window?
Replies: 10
Views: 8353

Re: Convert to postscript without opening dialog window?

Hi !

You should consider look toward callas pdfToolbox in your case : you can output files as Postscript.

Image

You can also try this App :

https://www.enfocus.com/en/appstore/product/pdfprinter
by NEOSA
Wed May 29, 2024 1:40 pm
Forum: Flows
Topic: Producing an Excel file with multiple spreadsheets
Replies: 1
Views: 3056

Producing an Excel file with multiple spreadsheets

Hi All@Forum Did some of you ever produced a flow producing an Excel file with multiple spreadsheets ? Main goal is having 4 spreadsheets in the Excel file, each spreadsheet will contain values issued from XML Datasets. May be uniques spreadsheet merged in a "combined" file ? Thanks a lot ...
by NEOSA
Wed May 29, 2024 10:46 am
Forum: Flows
Topic: Using xlsx or csv file to pick up files
Replies: 6
Views: 12026

Re: Using xlsx or csv file to pick up files

HI LasseThid Did this do the job? I'm looking for something similar Thanks Mark You can go there with your eyes closed, Jan is very efficient and responsive in supporting his applications 8-) I did some similar workflows (with an alternate App, available at the AppStore) : incoming CSV, transformat...
by NEOSA
Fri May 24, 2024 5:43 pm
Forum: Flows
Topic: How to send e-mails in Google Workspace through Switch?
Replies: 4
Views: 4878

Re: How to send e-mails in Google Workspace through Switch?

Hi,

You need to active 2 steps Verification for your Google WorkSpace Account and create an App Password :

https://support.google.com/accounts/answer/185833?hl=en

Setting for Switch Fall 2023 macOS.

Image
by NEOSA
Fri Apr 19, 2024 6:28 pm
Forum: Flows
Topic: Certificate Errors within Switch : FYI
Replies: 0
Views: 11854

Certificate Errors within Switch : FYI

Hi All@Forum, We discovered an issue this week (Ticket ENF-00209206) with certificates error given by Switch (Windows Version, 2023 Fall). First of all, Switch wasn't able to login to the AppStore, with this message : Impossible d'établir la connexion à l'Enfocus Appstore : Error: unable to verify t...
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: 8720

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: 11772

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: 11772

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: 11772

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 ...