Search found 12 matches
- Tue Nov 25, 2025 6:37 pm
- Forum: Imposition
- Topic: Phoenix 25.11 Mark Issue
- Replies: 7
- Views: 1951
Re: Phoenix 25.11 Mark Issue
The issue is already escalated to the R&D. It is related to the replacement of the rasterization engine from Adobe to Esko and is awaiting investigation. As soon as I have any news, I will notify you immediately.
- Wed Nov 19, 2025 10:17 am
- Forum: Imposition
- Topic: Phoenix 25.11 Mark Issue
- Replies: 7
- Views: 1951
Re: Phoenix 25.11 Mark Issue
Please check the exported PDF. Does it contain your mark? Can you see this mark in output preview mode? Does the mark contain the All or Registration colors?
- Fri Sep 26, 2025 3:09 pm
- Forum: Griffin
- Topic: Griffin Auto 25.07 ZCC cutfile
- Replies: 1
- Views: 2719
Re: Griffin Auto 25.07 ZCC cutfile
Hi Robert.
Thank you for your comment. We will include the option to select the version for ZCC files in the new app for Griffin.
Thank you for your comment. We will include the option to select the version for ZCC files in the new app for Griffin.
- Wed Apr 16, 2025 9:38 am
- Forum: Griffin
- Topic: 'Could not verify license which is required for this action
- Replies: 26
- Views: 78605
Re: 'Could not verify license which is required for this action
Hello Arsen, update from Griffin Auto 2.2 to 24.03 and Switch App to V4 is done, Griffin works fine. Is it now possible to update Griffin Auto to V25.03 without interruption? Thank you, regards, Robert Hi Robert. If you have an active subscription, you can do this. If you have changed your license ...
- Thu Apr 10, 2025 12:22 pm
- Forum: Griffin
- Topic: 'Could not verify license which is required for this action
- Replies: 26
- Views: 78605
Re: 'Could not verify license which is required for this action
The Griffin/Phoenix license server was upgraded to comply to the security standards we require. Over the past months we’ve done all what was necessary to inform our partners, and for them to inform all affected customers. Affected customers still using a perpetual version of their application receiv...
- Fri Dec 06, 2024 6:03 pm
- Forum: Griffin
- Topic: Futoba marks
- Replies: 9
- Views: 34445
- Tue Sep 03, 2024 4:09 pm
- Forum: Griffin
- Topic: Futoba marks
- Replies: 9
- Views: 34445
Re: Futoba marks
Fotoba marks will be implemented in Phoenix and Griffin for the November release.
- Sun Jan 07, 2024 5:41 pm
- Forum: Flows
- Topic: XPATH formatting question
- Replies: 9
- Views: 146944
Re: XPATH formatting question
This is an old thread, but I was trying to solve the same problem and found I could use a <br> as a separator and it returned my results on individual lines - I made my xpath expression little differently, but i think we were trying to solve the same problem... I too wanted to return the results of...
- Sat Jun 24, 2023 1:30 pm
- Forum: Node.js scripting
- Topic: Remove part of private data
- Replies: 2
- Views: 15662
Re: Remove part of private data
Merci beaucoup, Thomas.
I'm learning to use the scripts in the Switch a little at a time.
Now everything works as I wanted!
I'm learning to use the scripts in the Switch a little at a time.
Now everything works as I wanted!
- Fri Jun 23, 2023 12:04 am
- Forum: Node.js scripting
- Topic: Remove part of private data
- Replies: 2
- Views: 15662
Remove part of private data
Hi. I have a private data looks like abc: 1; def: 2; ghi: ; jkl: 4; xyz: ; and trying to delete everything without digit value using script expression: const allCities:string = await job.getPrivateData("allCities"); const allCitiesArray:string [] = allCities.split(";"); const pat...
- Fri Apr 21, 2023 12:33 pm
- Forum: Node.js scripting
- Topic: Scripting errors (TS2332 and PDF error: ENONT)
- Replies: 2
- Views: 11785
Re: Scripting errors (TS2332 and PDF error: ENONT)
Thanks a lot, Laurent. I can handle it from here.
- Tue Apr 18, 2023 4:13 pm
- Forum: Node.js scripting
- Topic: Scripting errors (TS2332 and PDF error: ENONT)
- Replies: 2
- Views: 11785
Scripting errors (TS2332 and PDF error: ENONT)
1. What is this and where I can find relevant script? Screenshot 2023-04-18 at 15.54.44.png 2. The first time the script works fine, the second time it gives an error. I took the script from GitHub repository and did not change it. Screenshot 2023-04-18 at 16.08.17.png Where should I look for the pr...