vote up 1 vote down star
1

Hi everybody, I have some big documentation to do that will contain pieces of code I'd like to give the conventional "coding language" syntax highlighting. I've searched the styles feature to do such a thing, but there is no way to do that (in fact I could only found a forum where people were fighting about adding this feature or not, but this is not the point).

There is an abandonned extension for open office, but using it makes my OO to freeze. My question is : what's the easiest way to do this ? should I try to recompile the extension and debug it (although I'm already having a hard time compiling another java project), or maybe I should use a macro ? Have you got any clues on how to implement this ? Thanks for reading anyway :)

flag

56% accept rate
Is COOoder the abandoned extension you're referring to? – Al Aug 5 at 14:06
It's COOder indeed – gramm Aug 5 at 15:18

1 Answer

vote up 1 vote down

One possibility is to use one of the many code to html tools out there and then include the html in your OpenOffice document (using "File..." on the Insert menu).

One possibility is highlight. Vim has a :TOhtml command that will convert the current file to syntax highlighted html using the current colour scheme. I've not tried it, but this looks promising. There are also a few online ones, such as this. I'm sure there are a great many other options.

link|flag
Thanks for your help, but this is always "external" solutions, which mean I have to do a lot of copy and paste, then maybe change the font or size etc. after formatting... I'm searching for a one-click solution, but I don't know much about OOffice macro and extension so I'm trying to search the simplest method:( – gramm Aug 5 at 15:21

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.