Print to file from Project

S

Steven Velez

Hi,

We are developing an office add-in in for Project in C++ in which we want to
tell a printer (ours) to print to file and specify the file to print to.

Word's (and other's) API for printing allows us to do this, but we can not
find equivalent functionality in Project. Is it possible to do this or send
out-of-band data in any way (possibly like printer escapes in word) to a
printer from a Project Add-in.

Any help is appreciated.
 
P

Peter Huang [MSFT]

Hi

I have browsed through all the Object Modal of Project, it did not expose
such a method to do the job.
Also you may try to set up a new printer which will print to a FILE port.
Here is a link for your reference.
How to Print to a Text File
308579 How To Print a Device Manager Report in Windows XP
http://support.microsoft.com/?id=308579

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top