vote up 0 vote down star
1

Is there any way I can get my Python code syntax highlighted in Microsoft Word?

flag

1  
belongs on superuser – CrazyJugglerDrummer Oct 31 at 15:04
Ambiguous. This is programming related – Casebash Oct 31 at 15:10
true, it is kind of 50-50. But python tag removed. – CrazyJugglerDrummer Oct 31 at 15:16
3  
It's basically same question as superuser.com/questions/39571/… – egon Oct 31 at 15:21

1 Answer

vote up 3 vote down check

Use a pastebin that does syntax highlighting, for example:

http://paste.pocoo.org/show/147989/

Then copy and paste the syntax highlighted code into Word. Worked perfectly for me.

link|flag

Your Answer

Get an OpenID
or

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