Code Comments
Programming Forum and web based access to our favorite programming groups.Hi, Does anyone know of an app (for Windows XP) or a website that I can use to get Java source code formatted and colour highlighted into M$ Word. Either: * By copying and pasting into Word ( with JBuilder, JCreator the colour of the text is lost :( ) * Or by it actually creating a .doc, rtf or html file Thanks for help, alan
Post Follow-up to this messageOn Wed, 31 Mar 2004 17:08:03 +0100, "alan jeeves" <fake@fake.com> wrote: >Hi, > >Does anyone know of an app (for Windows XP) or a website that I can use to >get Java source code formatted and colour highlighted into M$ Word. > >Either: > >* By copying and pasting into Word ( with JBuilder, JCreator the colour of >the text is lost :( ) >* Or by it actually creating a .doc, rtf or html file There's a program that will format java source code into html http://www.java2html.de/ I'm sure its hardly unique, a quick search on Google returned many links. -- now with more cowbell
Post Follow-up to this messageOn Wed, 31 Mar 2004 17:08:03 +0100, alan jeeves wrote: > Does anyone know of an app (for Windows XP) or a website that I can use to > get Java source code formatted and colour highlighted into M$ Word. Why?!? ... > * Or by it actually creating a .doc, rtf or html file If your code is self contained and under 10Kb, the on-line compiler will format it up for you, all pretty like. You can save the page and do with the output as you will. Here is an example.. <http://www.physci.org/launcher.jsp?class=/Launcher> And here is the on-line compiler itself.. <http://www.physci.org/javac.jsp> -- Andrew Thompson http://www.PhySci.org/ Open-source software suite http://www.PhySci.org/codes/ Web & IT Help http://www.1point1C.org/ Science & Technology
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.