Search found 13 matches

by nicktazo
Sat Dec 13, 2014 3:02 pm
Forum: Flows
Topic: a job transferring from one flow to another without having a static end/beginning-folder
Replies: 2
Views: 3238

a job transferring from one flow to another without having a static end/beginning-folder

My way is exporting xml+pdf at end of the 1st flow, and pickup them at the begin of the 2nd flow.



Nick
by nicktazo
Sun Nov 24, 2013 9:24 am
Forum: Preflighting
Topic: How to detect ColorMode correctly?
Replies: 3
Views: 9045

How to detect ColorMode correctly?

Thanks Freddy & Carineb



it's a very clear answer. now i am using pitstop as a safe solution.



Thanks again for your help.



Nick
by nicktazo
Tue Nov 12, 2013 4:57 am
Forum: Preflighting
Topic: How to detect ColorMode correctly?
Replies: 3
Views: 9045

How to detect ColorMode correctly?

Dears I tried to use switch to seperate the CMYK with RGB files. I set the stats.ColorMode and image.ColorMode but both can’t capture the PDFs’ color mode correctly. Mostly the files are unable to be identified just few will be known. Could u kindly instruct me to make it? Thanks much Nick
by nicktazo
Mon May 20, 2013 6:59 am
Forum: LEGACY scripting
Topic: What's the best way to add info. to [Job.JobState]
Replies: 1
Views: 4506

What's the best way to add info. to [Job.JobState]

Dears



I don't like to do it by script, any ways to add variable data info. to [Job.JobState] easily ?



Thanks much



Nick
by nicktazo
Thu May 09, 2013 3:47 am
Forum: LEGACY scripting
Topic: What's the command to set variable back to Switch
Replies: 3
Views: 5679

What's the command to set variable back to Switch

freddyp wrote: Ni hao Nick, I would like to draw your attention to a new feature in update 4 to perform calculations on variables. It allows to do calculations without having to use script expressions. Check it out on the video of what's new in update 4. It may be an easier approach for what you wan...
by nicktazo
Sun May 05, 2013 6:16 pm
Forum: LEGACY scripting
Topic: What's the command to set variable back to Switch
Replies: 3
Views: 5679

What's the command to set variable back to Switch

Dears



i got the variable by function getVariableAsNumber. after some calculation, i need to write the new variable back to switch Metadata.



could you tell me what's the command to do it ?



Thanks much



Nick
by nicktazo
Sun Apr 21, 2013 6:25 pm
Forum: Applications
Topic: .insertPages by Acrobat
Replies: 2
Views: 5955

.insertPages by Acrobat

Dears i am trying to use below script to insert newPage in opened PDF but failure $doc.insertPages({nPage:$doc.numPages-1, cPath:"blank.pdf"}); the Error will be prompted by app as "RaiseError:file problem" Could you kindly help me to get one solution or a sample of inserting. Th...
by nicktazo
Sat Apr 20, 2013 4:02 pm
Forum: Applications
Topic: Taopix (Picasso)
Replies: 1
Views: 5132

Taopix (Picasso)

we are using Taopix also. you can create some hotfolders to do automatic workflow.asolution wrote: Hi all, As anyone worked with the Taopix(Picasso) software? I have a rather large client working with this and they need to automate PDF print ready to Indigo using this software? Any feedback welcome,...
by nicktazo
Mon Apr 15, 2013 6:40 pm
Forum: LEGACY scripting
Topic: rewrite XML by XSLT
Replies: 1
Views: 3995

rewrite XML by XSLT

Dears



There is another question.

i am trying to rewrite one XML by XSLT.



here is original XML structure





8

4





i need to update the copynumber to 7 which i got through submit.



how to re-write the xml by XSL or other workable method?



Thanks much



Nick
by nicktazo
Mon Apr 15, 2013 6:26 pm
Forum: LEGACY scripting
Topic: why i can't get the value from XML
Replies: 4
Views: 6955

why i can't get the value from XML

Real appreciate! works!



Thanks much



Nick



caio wrote: You can ceck the variable value:



job.log(1, 'value=' + myvariable)
by nicktazo
Mon Apr 15, 2013 2:33 pm
Forum: LEGACY scripting
Topic: why i can't get the value from XML
Replies: 4
Views: 6955

why i can't get the value from XML

Thanks much! it works. but i found i get a wrong value perhaps. i am trying to check it with 'alert' function. but it seems it is not supported. how can i check the procedure variables like debug.print? Thanks again Nick carineb wrote: Hi Nick, here is a script expression that will give you the valu...
by nicktazo
Sat Apr 13, 2013 5:56 pm
Forum: LEGACY scripting
Topic: why i can't get the value from XML
Replies: 4
Views: 6955

why i can't get the value from XML

Dears here is my xml sample 8 4 i am trying to use the below scripts expression to get data var jobDataset = job.getDataset( "Xml" ); var ups =jobDataset.getPath("/data/upsnumber"); var copies=jobDataset.getPath("/data/copynumber"); but always show me error message No m...
by nicktazo
Sat Apr 13, 2013 5:54 pm
Forum: LEGACY scripting
Topic: why i can't get the value from XML
Replies: 0
Views: 3758

why i can't get the value from XML

Dears here is my xml sample 8 4 i am trying to use the below scripts expression to get data var jobDataset = job.getDataset( "Xml" ); var ups =jobDataset.getPath("/data/upsnumber"); var copies=jobDataset.getPath("/data/copynumber"); but always show me error message No m...