Page 1 of 1

New job from input job

Posted: Mon Feb 25, 2019 5:52 pm
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!

Re: New job from input job

Posted: Mon Feb 25, 2019 5:59 pm
by jan_suhr
job.sendToSingle(pathToNewFile);

Re: New job from input job

Posted: Mon Feb 25, 2019 6:13 pm
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?

Re: New job from input job

Posted: Mon Feb 25, 2019 6:21 pm
by DrPrepress
jan_suhr wrote: Mon Feb 25, 2019 5:59 pm job.sendToSingle(pathToNewFile);
Thanks!!! It is work!