New job from input job

Post Reply
DrPrepress
Newbie
Posts: 9
Joined: Mon Oct 30, 2017 12:18 pm

New job from input job

Post by DrPrepress »

Hi!

I have input job (isFolder). I processing this and generate a new file in temporary folder.

Please, give me sample for correct send new file with job metadata and "remove" inputing job (isFolder).

With documentation somehow it is impossible...

Thanks!
jan_suhr
Advanced member
Posts: 592
Joined: Fri Nov 04, 2011 1:12 pm
Location: Nyköping, Sweden

Re: New job from input job

Post by jan_suhr »

job.sendToSingle(pathToNewFile);
Jan Suhr
Color Consult AB
Sweden
=============
Check out my apps
DrPrepress
Newbie
Posts: 9
Joined: Mon Oct 30, 2017 12:18 pm

Re: New job from input job

Post by DrPrepress »

jan_suhr wrote: Mon Feb 25, 2019 5:59 pm job.sendToSingle(pathToNewFile);
Thanks!
But old job (in input connection)? What to do?

And, as sample, I have in temporary _Folder_. Can I do the same?
DrPrepress
Newbie
Posts: 9
Joined: Mon Oct 30, 2017 12:18 pm

Re: New job from input job

Post by DrPrepress »

jan_suhr wrote: Mon Feb 25, 2019 5:59 pm job.sendToSingle(pathToNewFile);
Thanks!!! It is work!
Post Reply