[QScintilla] QScintilla feature request HTML export

TS kellerkind018 at web.de
Tue Sep 11 10:59:37 BST 2007


Hello Phil,

currently QScintilla supports export of the syntax highlighted code as 
PDF but not as HTML.

For PDF I call:
QsciPrinter printer(QPrinter::HighResolution);
printer.setOutputFormat(QPrinter::PdfFormat);
printer.setOutputFileName(fileName);
printer.printRange(texteditSourceCode);

fileName is a QString and texteditSourceCode is of the type QsciScintilla.

Is there any way to do the same for HTML?

Regards,

    Thomas


More information about the QScintilla mailing list