Unregistered
December 13, 2005, 09:01:32
Hi forum,
I am trying to convert html to doc (for the purpose of reporting). I use this code:
ServerTextcontrol1.Load("c:\temp\temp.htm", TXTextControl.StreamType.HTMLFormat )
ServerTextcontrol1.Save("c:\temp\output.doc", TXTextControl.StreamType.MSWord)
The first statement fails with the error given earlier in the subject (Operation could not be performed, an unexpected error has occurred. (01-1D09)).
Doc to PDF works, but I cannot input or output HTML...
Anyone any ideas?
Jeroen
HRorganizer.com
I am trying to convert html to doc (for the purpose of reporting). I use this code:
ServerTextcontrol1.Load("c:\temp\temp.htm", TXTextControl.StreamType.HTMLFormat )
ServerTextcontrol1.Save("c:\temp\output.doc", TXTextControl.StreamType.MSWord)
The first statement fails with the error given earlier in the subject (Operation could not be performed, an unexpected error has occurred. (01-1D09)).
Doc to PDF works, but I cannot input or output HTML...
Anyone any ideas?
Jeroen
HRorganizer.com