Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Save source code with formatting (syntax highlight)

Tags:

export

delphi

rtf

I need to submit my code to a competition in a .pdf file. It would be nice and much easier to read if the syntax was highlighted as in the actual studio. I don't really feel like highlighting it by myself, line after line, so is there a way to export Delphi source code in .rtf?

Thanks

like image 421
Martin Melka Avatar asked Oct 11 '11 06:10

Martin Melka


1 Answers

Two free IDE enhancements have the functionality that you are looking for (I think):

  • GExperts ( http://www.gexperts.org/ ) has an "Export Source" option which can export as RTF and/or HTML.

  • CnPack ( http://www.cnpack.org/index.php?lang=en ) has an "Export to HTML/RTF" option.

like image 136
Nicholas Ring Avatar answered Sep 21 '22 21:09

Nicholas Ring