Logo Delphi Handbooks Collection

Delphi Developer Days 2012
March-May
Cantù-Jensen
(UK, NL, US, D, I)

Menu for Development

Site Menu
Delphi 2010 Handbook
Delphi 2009 Handbook
Delphi 2007 Handbook
Mastering Borland Delphi 2005
Essential Pascal
Essential Delphi
Buy Books Online
Code Repository
Newsgroups
White Papers
Tools
Conferences
Training
Delphi Links
Contact Marco

My Other Sites
Italian Site (www.marcocantu.it)
Developers Newsgroups Browser (dev.newswhat.com)
My town (www.piazzacavalli.net)
the delphi search
Wintech Italia (my company)

Advertising
Home My Blog Handbooks Development Links Marco
Delphi Developer Days 2012


Home: Development: Tools

CanTools

Pascal to HTML Converter

This very simple tool converts a Pascal source code file into an HTML file with the proper syntax highlighting. It is not very flexible, but it sets all the keywords in bold, and all the comments in blue and italic.

I've used this tool to create the HTML version of the source code of the examples of Mastering Delphi 3.

It is extremely easy to use this tool: simply select a Pascal source file, choose a name for the target HTML file, enter the proper copyright information, and press the button to generate the file. Another button allows you to open the file in your default browser.

Download PasToWeb.zip The stand-alone Pascal to HTML converter application, the same version found in the DDH book.

Download PrjWebW.dpl (updated on 16 dic 97). The Project to Web Wizard, which adds an item in the Delphi 3 help menu, and allows you to convert all the source code files of the current project (PAS, DFM, and DPR files) into a single HTML file.