Search found 142 matches

by abonsey
Mon Jun 19, 2017 5:56 pm
Forum: Preflighting
Topic: Preflight report sticky note
Replies: 7
Views: 13366

Re: Preflight report sticky note

I've been using the javascript for ages no problem.
Now it runs and Acrobat comes up with "an internal error occurred". I'm not sure if it's because Acrobat DC might have been upgraded recently but now I can't get it to work.

Anybody seen this happen? Any ideas how to fix it?
by abonsey
Thu Apr 13, 2017 12:52 pm
Forum: LEGACY scripting
Topic: split an XML to individual nodes using XSLT
Replies: 2
Views: 4375

Re: split an XML to individual nodes using XSLT

Hi,
Thanks for that. All working fine now.
by abonsey
Wed Apr 12, 2017 10:35 am
Forum: LEGACY scripting
Topic: split an XML to individual nodes using XSLT
Replies: 2
Views: 4375

split an XML to individual nodes using XSLT

Hi All, I'm trying to split a supplied XML to individual orders but can't extract based on a specific field. Below is my supplied XML <CudosOrders> <CudosOrder OrderID="647105"> <OrderReference>276945</OrderReference> <CustomHeadFields> <CustomHeadField0><![CDATA[Nicky]]></CustomHeadField0...
by abonsey
Thu Mar 16, 2017 5:09 pm
Forum: LEGACY scripting
Topic: multiple XML nodes in email alert
Replies: 5
Views: 8094

Re: multiple XML nodes in email alert

Hi, Thanks for that it helps a lot.

Are you able to multiple privatedata in one hit ie instead of OrderRow01, OrderRow02, OrderRow03 by using a wildcard and a separator ie OrderRow[*] & ,
by abonsey
Thu Mar 16, 2017 12:16 am
Forum: LEGACY scripting
Topic: multiple XML nodes in email alert
Replies: 5
Views: 8094

Re: multiple XML nodes in email alert

Hi All,
I'm still struggling with this. I can place metadata node based on:
/item[1]/value
/item[2]/value
etc

but i want to extract all items ie /item[???] and then list in an email

Is it possible??

Thanks for any help
by abonsey
Mon Feb 20, 2017 3:19 pm
Forum: LEGACY scripting
Topic: multiple XML nodes in email alert
Replies: 5
Views: 8094

multiple XML nodes in email alert

Hi All,
I'm looking at taking the XML nodes (items ordered) and sending a email listing the items order.
How do I get the repeating XML data into an email.

Thanks for any help
by abonsey
Fri Jan 20, 2017 10:16 am
Forum: LEGACY scripting
Topic: Sending Emails: Define Sender
Replies: 5
Views: 7950

Sending Emails: Define Sender

Hi All, Please see https://forum.enfocus.com/viewtopic.php?f=13&t=354 I have the same requirement to be able to change the default email sender depending on the flow that is running. At the moment it's only showing the default from the Mail preferences within Switch. It looked like it was going ...
by abonsey
Tue Dec 20, 2016 3:37 pm
Forum: LEGACY scripting
Topic: adding to a child node
Replies: 11
Views: 13727

Re: adding to a child node

Hi,
That works great.
I get the result: <BatchID>10</BatchID></CustomBook>
Is there anyway to wrap the </CustomBook> to the next line?
by abonsey
Fri Dec 16, 2016 4:51 pm
Forum: LEGACY scripting
Topic: adding to a child node
Replies: 11
Views: 13727

Re: adding to a child node

Hi There, Thanks for that! but it doesn't add the BatchID :( Here's the sample xml with just one CustomBook to be updated: <?xml version="1.0" encoding="UTF-8"?> <CustomBookProject> <BatchID>10</BatchID> <SourceFileName>File.xlsx</SourceFileName> <CreationDateTime>2016-12-13T08:1...
by abonsey
Fri Dec 16, 2016 3:50 pm
Forum: LEGACY scripting
Topic: adding to a child node
Replies: 11
Views: 13727

Re: adding to a child node

Hi, Thanks for the quick response. The XML has multiple CustomBook nodes before closing off. Nothing else. I used the following but nothing appears to happen within the flow. The test flow is simple... an input folder, an XML pickup before the script is run, followed by an output folder. The Xml jus...
by abonsey
Fri Dec 16, 2016 12:34 pm
Forum: LEGACY scripting
Topic: adding to a child node
Replies: 11
Views: 13727

adding to a child node

Hi All, I have some data supplied (see below) that has data at the parent node CustomBook that I want to add to the child node CustomBooks I'd like to add the BatchID data to each CustomBooks node before saving. The reason I do this is that the XML is then split later in the process using Saxon and ...
by abonsey
Wed Dec 14, 2016 6:08 pm
Forum: Imposition
Topic: 2d/QR barcodes
Replies: 4
Views: 12373

Re: 2d/QR barcodes

Hi,
That's how I'm currently doing it. Just looking for other ideas.
by abonsey
Tue Dec 13, 2016 1:32 pm
Forum: Imposition
Topic: 2d/QR barcodes
Replies: 4
Views: 12373

2d/QR barcodes

Hi All, 1. I'm looking at adding 2d barcodes to PDFs that don't require imposing as they are already supplied imposed. 2. I'm also looking at running other files through some form of imposition configurator and adding barcodes at that point. What are peoples thoughts on the best working methods for ...
by abonsey
Tue Nov 15, 2016 11:54 am
Forum: Flows
Topic: XML data to csv using XSLT
Replies: 2
Views: 8764

Re: XML data to csv using XSLT

Thanks for that. All working fine now.

You spend so much time looking at something you can't see the wood for the trees :?
by abonsey
Tue Nov 15, 2016 11:21 am
Forum: Flows
Topic: XML data to csv using XSLT
Replies: 2
Views: 8764

XML data to csv using XSLT

Hi All, Ive some xml (see extract below) that I'm trying to convert to csv for use with HP Smartstream Designer. <?xml version="1.0" encoding="Windows-1252" ?> <!--// Document to describe a number of personalised books //--> <CustomBooks> <BatchID>5263</BatchID> <CreationDateTime...