Search found 75 matches

by mkayyyy
Mon Mar 25, 2024 6:48 pm
Forum: Flows
Topic: SPLIT XML
Replies: 1
Views: 104

Re: SPLIT XML

I've done similar XSLT Transforms using the Saxonica Saxon app and XSLT 2.0. Based on your example XML your XSL stylesheet would look like this: <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform&quo...
by mkayyyy
Wed Mar 20, 2024 9:48 pm
Forum: Node.js scripting
Topic: Invalid private data item?
Replies: 1
Views: 115

Re: Invalid private data item?

Have you some some example code you can share?
by mkayyyy
Mon Feb 26, 2024 2:09 pm
Forum: PitStop Pro
Topic: Acrobat Update 2023.008.20533
Replies: 16
Views: 958

Re: Acrobat Update 2023.008.20533

JimmyHartington wrote: Mon Feb 26, 2024 1:04 pm
Egon wrote: Mon Feb 26, 2024 12:26 pm when will Enfocus release a stand alone PDF editor so we can throw Acrobat Pro from our workstations?
Do you mean Pitstop Extreme :D
https://www.youtube.com/watch?v=lSiCt0RLWXY
:o Never knew this existed. +1 on bringing back PitStop Extreme
by mkayyyy
Mon Nov 13, 2023 12:40 pm
Forum: Flows
Topic: Switch2Switch or Flow Links?
Replies: 3
Views: 6470

Re: Switch2Switch or Flow Links?

afaik, Switch2Switch uses the Remote Processing API and Flow Links now uses the SendToChannel/SubscribeToChannel scripting methods introduced in Switch 2022 Fall. If you're transferring jobs between flows on the same server it's more beneficial to use Flow Links with it now utilizing the SendToChann...
by mkayyyy
Thu Oct 26, 2023 4:12 pm
Forum: Griffin
Topic: 100 page limit?
Replies: 4
Views: 16277

Re: 100 page limit?

Sounds like a similar restriction to Phoenix's base set up which restricts to 50 / 100 products per project: https://docs.tilialabs.com/phoenix/user ... ducts-plus
by mkayyyy
Fri Aug 18, 2023 1:35 pm
Forum: Node.js scripting
Topic: Using automation to update Scripts within Switch
Replies: 3
Views: 4887

Re: Using automation to update Scripts within Switch

There isn't really a perfect CI/CD pipleline for Switch Scripts that I've found as of yet. What we currently use is the same as what was outlined on this thread and works pretty well for us at the moment: viewtopic.php?p=12389#p12389
by mkayyyy
Fri Jul 14, 2023 12:29 pm
Forum: PitStop Pro
Topic: Are Form XObjects an issue for you?
Replies: 7
Views: 18533

Re: Are Form XObjects an issue for you?

Definitely something we ran into issues with when updating from 2022 update 1 to 2023 relating to the Add bleed action.

I raised it as an issue on the help desk and provided some example files, if you need me to send them over again let me know.
by mkayyyy
Fri Jul 14, 2023 12:18 pm
Forum: Forum Guidelines / Forum Feature requests / Forum Bug reports?
Topic: Discourse
Replies: 7
Views: 17868

Re: Discourse

+1 vote from me
by mkayyyy
Wed Jun 07, 2023 11:33 am
Forum: Flows
Topic: Webhook not being received in Switch
Replies: 8
Views: 6357

Re: Webhook not being received in Switch

Ah you'll also need to change the Path flow element property on the Webhook element just to be "/test" rather than "/scripting/test"
by mkayyyy
Wed Jun 07, 2023 11:03 am
Forum: Flows
Topic: Webhook not being received in Switch
Replies: 8
Views: 6357

Re: Webhook not being received in Switch

I hope it is okay I use this post for another Webhook question. I am just trying to get the hang of webhooks and will make a test locally on the server. But I can not get the webhook to receive any data. Maybe I have misinterpreted how it should work. I have setup a webhook configurator. Set the pa...
by mkayyyy
Fri Jun 02, 2023 12:01 pm
Forum: Node.js scripting
Topic: Private Data not being set
Replies: 5
Views: 5223

Re: Private Data not being set

Ah that makes sense, I remember running into issues with UTF8 BOM whilst writing a script a few years ago. Although I can't remember now how exactly I resolved it haha
by mkayyyy
Thu Jun 01, 2023 1:48 pm
Forum: Node.js scripting
Topic: Private Data not being set
Replies: 5
Views: 5223

Re: Private Data not being set

I've tested your script and the example file you provided and the private data looks to be set correctly?

Image
by mkayyyy
Mon May 15, 2023 1:23 pm
Forum: Node.js scripting
Topic: Unresolved Promises
Replies: 5
Views: 5888

Re: Unresolved Promises

It looks like it could be because you're not awaiting the tmp.withDir call? Not tested this but looks like it should be: await tmp.withDir(async o => { await Promise.all( // @ts-ignore files.map(async (file: string) => { const newPath = path.join(o.path, `${String(counter).padStart(padding, '0')}_${...
by mkayyyy
Fri May 12, 2023 4:33 pm
Forum: Node.js scripting
Topic: Decent training resources for Node.js
Replies: 1
Views: 4666

Re: Decent training resources for Node.js

A course like that looks to cover everything and more than what you'd need to write scripts in Switch + it has a TypeScript section, so it would definitely be worth taking a course like that.
by mkayyyy
Wed Apr 26, 2023 6:40 pm
Forum: Flows
Topic: Creating a list from multiple xml files
Replies: 7
Views: 6574

Re: Creating a list from multiple xml files

Have you got an example of the XML format?

My initial thought is that you’d need to use the Assemble job element with a custom assembly scheme so you can trigger a single email