I would like to make a suggestion for Stack Overflow complete thread printer-outer. It would print out the full thread content, including the comments, which the normal web-browser print does not do.

share|improve this question
2  
+1 for asking this question. Much needed feature. – ShaChris23 Feb 18 '10 at 0:48
Any update on this? – JDelage Sep 7 '10 at 3:44
Printing in Firefox is still a disaster. Printing in IE seems to work OK, but I don't want to have to open IE just to print. And that assumes I'm at work where I have IE available -- at home I run linux so IE is not an option. – John Wiersba Oct 28 '10 at 15:38

migrated from stackoverflow.com Sep 21 '09 at 17:04

3 Answers

up vote 17 down vote accepted

Try stackprinter http://www.stackprinter.com/.

share|improve this answer
1  
Going to modify my original answer - it's a more readily available solution. – Steven Wright Sep 30 '11 at 20:41
+1 It would be nice if it can print out many questions based on tag - as mention in meta.stackoverflow.com/questions/117190/… – Anderson Karu Dec 27 '11 at 4:57
2  
Anyway to print in color? It's useful for code highlight – NickW May 14 '12 at 22:54
@NickW I have added the PrettyPrint js library for the code highlighting – systempuntoout Jul 15 '12 at 6:17
@systempuntoout Thanks. it works great. – NickW Jul 16 '12 at 2:09

Use the print functionality of your favourite web browser? If you are on Windows CTRL+P will work in most cases.

share|improve this answer
I tried that but it doesn't print comments. – Steven Wright Sep 21 '09 at 17:10
5  
Right, they are loaded separately. Pity. Smells like a feature request: printer-friendly view. – Fredrik Mörk Sep 21 '09 at 17:13
Hmm. Where can I make that request? – Steven Wright Sep 21 '09 at 17:19
1  
Looks like you found out :) – Fredrik Mörk Sep 21 '09 at 17:51
Thread printer-outer ftw. Thanks guys. – Steven Wright Sep 21 '09 at 17:58
@StevenWright: As of trying right now, this seems to work fine, at least in Chrome. Comments and everything! – adamjford Sep 29 '11 at 21:29
Still fails in Firefox 8.0 on Windows. E.g. text runs off the bottom of the page and is missing from the next page. – John Wiersba Dec 22 '11 at 17:35

This could be done with the SO static dump framework that I've started to work on. I don't quite have comments rendering yet (I've been busy with other projects), but the rest of the question/answer data is available in a plain format suitable for printing. Adding comments would be pretty straightforward.

share|improve this answer
Is there a way to follow what you're doing on this? Like a dev report or something? – Steven Wright Sep 30 '09 at 16:40
The best place is probably over on Github: github.com/ghewgill/so-static Follow that project and you'll be notified of commits or other updates. Along with the obvious code collaboration, there's a wiki and issue tracker and such but I haven't played with the extra features yet. Now is a good chance! – Greg Hewgill Sep 30 '09 at 19:08

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged