Click here to Skip to main content
15,889,216 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Printing web pages - why is this so hard? Pin
charlieg22-Apr-20 11:37
charlieg22-Apr-20 11:37 
GeneralRe: Printing web pages - why is this so hard? Pin
RedDk22-Apr-20 11:12
RedDk22-Apr-20 11:12 
GeneralRe: Printing web pages - why is this so hard? Pin
Member 936666723-Apr-20 6:10
Member 936666723-Apr-20 6:10 
GeneralRe: Printing web pages - why is this so hard? Pin
charlieg23-Apr-20 6:50
charlieg23-Apr-20 6:50 
GeneralRe: Printing web pages - why is this so hard? Pin
dandy7223-Apr-20 7:55
dandy7223-Apr-20 7:55 
GeneralRe: Printing web pages - why is this so hard? Pin
Nelek23-Apr-20 8:06
protectorNelek23-Apr-20 8:06 
GeneralRe: Printing web pages - why is this so hard? Pin
Peter Shaw23-Apr-20 6:52
professionalPeter Shaw23-Apr-20 6:52 
GeneralRe: Printing web pages - why is this so hard? Pin
kalberts23-Apr-20 8:07
kalberts23-Apr-20 8:07 
I have been fighting to get decent printouts for years - and given up. Today, I rather save the complete web page, as an html file, with an associated subdirectory for images and style sheets and whatever. Most browsers provide this as a menu or control char command and takes care of everything.

A small disadvantage is, if you save hundreds of these pages, is that you end up with hundreds of copies of the same icons, images, common script snippets etc, one per saved page. But disk is cheap nowadays; it is no really big issue.

My experience is that this works a lot better than making PDF files for printing.

10-15 years ago, there was a whole crowd of "web harvesters" that allowed you to download an entire web site. They would keep the URL structure as a directory, so that e.g. icons and images were stored only once, for a much cleaner structure, if you want offline access to an entire website, or a major part. Fifteen years ago, there were still a few webpages here and there with more or less static, plain text/graphics info, so it used to work quite well. Nowadays, when 99% of the web pages are built on-the-spot for each request, and much of the information presented is retrieved from a remote database as you move around in the page, the harvesters (crawlers, scrapers, ... lots of names are in use) are not as useful as they used to be. Googling for e.g. "web harvesting" gives you enough links to keep you busy until the pandemic is over Smile | :)
GeneralRe: Printing web pages - why is this so hard? Pin
Roger House23-Apr-20 8:53
Roger House23-Apr-20 8:53 
GeneralRe: Printing web pages - why is this so hard? Pin
Member 1474567423-Apr-20 8:28
Member 1474567423-Apr-20 8:28 
GeneralRe: Printing web pages - why is this so hard? Pin
Member 1198640123-Apr-20 10:22
Member 1198640123-Apr-20 10:22 
GeneralRe: Printing web pages - why is this so hard? Pin
Member 1358546723-Apr-20 12:48
Member 1358546723-Apr-20 12:48 
GeneralRe: Printing web pages - why is this so hard? Pin
AAC Tech23-Apr-20 19:59
professionalAAC Tech23-Apr-20 19:59 
GeneralRe: Printing web pages - why is this so hard? Pin
Magrat23-Apr-20 23:06
Magrat23-Apr-20 23:06 
GeneralThought of the day II Pin
Ron Anders22-Apr-20 9:10
Ron Anders22-Apr-20 9:10 
GeneralRe: Thought of the day II Pin
DRHuff22-Apr-20 17:43
DRHuff22-Apr-20 17:43 
GeneralThought of the Day Pin
OriginalGriff22-Apr-20 4:46
mveOriginalGriff22-Apr-20 4:46 
GeneralRe: Thought of the Day Pin
W Balboos, GHB22-Apr-20 4:51
W Balboos, GHB22-Apr-20 4:51 
GeneralRe: Thought of the Day Pin
Mike Hankey22-Apr-20 5:15
mveMike Hankey22-Apr-20 5:15 
GeneralRe: Thought of the Day Pin
lopatir22-Apr-20 5:28
lopatir22-Apr-20 5:28 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer22-Apr-20 5:26
professionalDaniel Pfeffer22-Apr-20 5:26 
GeneralRe: Thought of the Day Pin
W Balboos, GHB22-Apr-20 6:01
W Balboos, GHB22-Apr-20 6:01 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer22-Apr-20 6:36
professionalDaniel Pfeffer22-Apr-20 6:36 
GeneralRe: Thought of the Day Pin
W Balboos, GHB22-Apr-20 6:47
W Balboos, GHB22-Apr-20 6:47 
GeneralRe: Thought of the Day Pin
DRHuff22-Apr-20 7:15
DRHuff22-Apr-20 7:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.