Search found 228 matches

by sander
Wed Feb 22, 2017 2:27 pm
Forum: Applications
Topic: SmartStream 12 + Adobe InDesign 2017
Replies: 20
Views: 126713

Re: SmartStream 12 + Adobe InDesign 2017

Ha, too bad :)

However, I bet it won't error out with a press which is down.

I notice your JobPriority is different, it's within the <ResourcePool> node @ 17.

Other changes over here. Can't be hard to debug, we are almost there ;)

Left = 13.
Image
by sander
Wed Feb 22, 2017 1:32 pm
Forum: Flows
Topic: Trigger action to creat or pick up PDF
Replies: 6
Views: 26267

Re: Trigger action to creat or pick up PDF

If I get you right this would work:
Image
by sander
Wed Feb 22, 2017 1:25 pm
Forum: Flows
Topic: Trigger action to creat or pick up PDF
Replies: 6
Views: 26267

Re: Trigger action to creat or pick up PDF

You want to pickup the same pdf every time?

If not, is the name of the pdf in the xml file?

Both can be done without scripting :mrgreen:
by sander
Wed Feb 22, 2017 1:13 pm
Forum: Applications
Topic: SmartStream 12 + Adobe InDesign 2017
Replies: 20
Views: 126713

Re: SmartStream 12 + Adobe InDesign 2017

I'm not sure if jdf is case sensitive, but since XSL/XML etc. is I make that as a assumption.

So, your 13 jdf does have this differences. Lowercase your P in the 17 jdf to start with:
AutomatedOverprintParams » AutomatedOverPrintParams
by sander
Wed Feb 22, 2017 11:31 am
Forum: Applications
Topic: SmartStream 12 + Adobe InDesign 2017
Replies: 20
Views: 126713

Re: SmartStream 12 + Adobe InDesign 2017

You can post your jdf if you want, maybe a fresh look can help you!
by sander
Wed Feb 22, 2017 10:14 am
Forum: Applications
Topic: SmartStream 12 + Adobe InDesign 2017
Replies: 20
Views: 126713

Re: SmartStream 12 + Adobe InDesign 2017

Ah well, it looks like that settings can't hurt anyone.

You got it working now?
by sander
Wed Feb 22, 2017 10:13 am
Forum: Applications
Topic: SmartStream 12 + Adobe InDesign 2017
Replies: 20
Views: 126713

Re: SmartStream 12 + Adobe InDesign 2017

So no SmartStream configurator issues but jdf issues? Ha, I did not see that one coming! Or are you mixing up SmartStream <> jdf configurators? Maybe it's me, but I have a bad taste about the Enfocus Appstore not connecting. Probably that has something to do with the problems we all faced earlier wi...
by sander
Tue Feb 21, 2017 11:53 am
Forum: Applications
Topic: SmartStream 12 + Adobe InDesign 2017
Replies: 20
Views: 126713

Re: SmartStream 12 + Adobe InDesign 2017

To be sure: You've seen the mail with the updated Switch 2017?

Good luck man!
by sander
Wed Feb 15, 2017 2:53 pm
Forum: Scripting
Topic: amend XML file [solved]
Replies: 5
Views: 27219

Re: amend XML file

I agree. I also have a case which require a sleep-better-solution ;) I think this script can point you in the right direction. This one is used to change the imposition name in a HP jdf. All credits to Chad, HP, he created it. function jobArrived( s : Switch, job : Job ) function jobArrived( s : Swi...
by sander
Wed Feb 15, 2017 10:55 am
Forum: Scripting
Topic: amend XML file [solved]
Replies: 5
Views: 27219

Re: amend XML file

If you are lazy like me and don't want to use the getChildNodes stuff you might want to use this:
https://forum.enfocus.com/viewtopic.php ... 4354#p4352
by sander
Tue Feb 14, 2017 9:22 am
Forum: Preflighting
Topic: Hello and first question - Layer export
Replies: 7
Views: 31772

Re: Hello and first question - Layer export

Hmm, this project hasn't started yet for me but I couldn't resist Googling it.

How about you use the Adobe configurators with a script to split the layers? Seems to be done already according to the Adobe community;
https://forums.adobe.com/message/2638428#2638428
by sander
Fri Feb 10, 2017 3:44 pm
Forum: Applications
Topic: SmartStream 12 + Adobe InDesign 2017
Replies: 20
Views: 126713

Re: SmartStream 12 + Adobe InDesign 2017

Just tried and you are right, the trial is not a full trial. Limit to 20 records.

Waiting for the key now :)
by sander
Fri Feb 10, 2017 11:08 am
Forum: Flows
Topic: Basic SQL Commands
Replies: 12
Views: 71814

Re: Basic SQL Commands

True. In addition to my other topic reply. I'm heavily using this one, like a couple of 100 times a day when I create new carrier labels. Haven't failed once ;) update SwitchTransport set TrackTraceURL='[Job.PrivateData:Key="TrackingURL"]', TrackTraceCode='[Job.PrivateData:Key="Barcod...
by sander
Fri Feb 10, 2017 11:04 am
Forum: Applications
Topic: SmartStream 12 + Adobe InDesign 2017
Replies: 20
Views: 126713

Re: SmartStream 12 + Adobe InDesign 2017

At least the trial is 90 days ;)
by sander
Thu Feb 09, 2017 2:43 pm
Forum: Flows
Topic: Send email after sending all jobs
Replies: 10
Views: 35589

Re: Send email after sending all jobs

Post this part of your flow and I'll fix it for you ;)