V
Vitalya
Hello all,
I write add-ins for some office applications(Excel, PowerPoint).
My add-ins intercept before print calls and performs some checking.
Before office application(Excel, PowerPoint) send print job to the printer
driver
it creates printJobName - string, which identifies this print job.
As I understand it differents between applications and between different
version of the same application.
For example PPT 2003 and PPT 2007 builds this string different for the same
file.
The question is how can I get or create this string in my methods?
Thanks in advance
I write add-ins for some office applications(Excel, PowerPoint).
My add-ins intercept before print calls and performs some checking.
Before office application(Excel, PowerPoint) send print job to the printer
driver
it creates printJobName - string, which identifies this print job.
As I understand it differents between applications and between different
version of the same application.
For example PPT 2003 and PPT 2007 builds this string different for the same
file.
The question is how can I get or create this string in my methods?
Thanks in advance