We're using a RadEditor in a asp.net site which saves the content with html formating in the database. I need to do some printing operation, so I need the content in RadEditor Rich Text formating aswell. Does RadEditor have som methods for converting its content to Rich Text that I've missed? Or any other way I might solve this problem?
I know I can use a IE Object to parse the html file and print it that way but I wouldn't be able to set printing properties like papersize, pagesize, and printer, which I can do with the PrintDocument class to .NET. PrintDocument class should support printing rich text but not html sadly.
Cheers,
Arne
I know I can use a IE Object to parse the html file and print it that way but I wouldn't be able to set printing properties like papersize, pagesize, and printer, which I can do with the PrintDocument class to .NET. PrintDocument class should support printing rich text but not html sadly.
Cheers,
Arne
