COM interface. Processing only jobs of a specific printer -> leaving the other printers untouched?

Hi,

Is it possible to programatically process jobs only of a specific printer leaving the other printer jobs free?

I tried some COM examples and it appears to me that it’s capturing every job that I send to PDFCreator.
I only want to process jobs for a specific printer…and leave the other printers as default.

Could it be possible to do this?

I cant find a method or property to just leave the job and continue the default processing.

Thank you in advance,

Cristian Villalba

Hi,

I don’t think this is possible, but perhaps one of the PrintJobInfo properties can be used instead (e.g. if the jobs sent to the specific printer always have the same Author or Subject, which is never used for the other printers jobs) http://docs.pdfforge.org/pdfcreator/latest/en/pdfcreator/com-interface/reference/print-job-info/

Best regards,

Robin