In those months, I'm always reading at code listings on web page (manly brief and coincise tutorials) and these listings have scrollbar to allow horizontal navigation. I would like to print to PDF those web pages but I would gain a cutted code.
I searched for a solution looking at html source code in search of quick configuration to modify, css solutions (overflow-x/y) and javascript scripts (jPrintArea and many homemade) but they are (as far as I have understood) all solution to be implemented by the Owner side and not the User side.
I wanted to know if someone know a script or a method to do that (or at least to print only the code listing block with its original formatting). I suppose it is a problem that the whole community met while learning how to develop with online tutorials.
I can't post images so here two examples: http://codeincomplete.com/posts/2012/6/23/javascript_racer_v1_straight/ https://pgetov.wordpress.com/2013/05/25/first-person-shooter-scene-setup/