[QScintilla] QScintilla feature request HTML export

Phil Thompson phil at riverbankcomputing.com
Tue Sep 11 11:55:37 BST 2007


On Tuesday 11 September 2007, TS wrote:
> 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?

Sorry, no.

Phil


More information about the QScintilla mailing list