Logo New book: Delphi 2007 Handbook
My blog in online
Delphi tech support service: support.marcocantu.com
Google
  Web www.marcocantu.com

Menu for Development

Site Menu
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)

Breaking News
Buy Mastering Borland Delphi 2005 from Amazon
Free ebook: Mastering Delphi Update for Delphi 2006

Advertising
Home My Blog Books My Bookstore Development Links Marco


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.