PDA

Click to See Complete Forum and Search --> : print *.doc in C ...


duncan069
Oct 9th, 2000, 08:49 AM
hello,
I don't know how to print directly a word document (*.doc) in c without launch word ...
So i thought pass by *.prn files but... it doesn't well work ...

Thanks for your futur answers

parksie
Oct 9th, 2000, 12:41 PM
Almost by definition you need Word to print a Word document. Otherwise you'd basically have to rewrite a large part of Word in order to interpret and display the file. Well, you could implement a small feature set, but it wouldn't look too good.