I'm looking for a solution to save a single web page or a section of it as a vector graphic in my latex document. Do you know a tool, trick or service which helps to do this?
feedback
|
migrated from stackoverflow.com Nov 5 '11 at 20:00
This question came from our site for professional and enthusiast programmers.
|
I suppose you mean a single web page, not a whole web site! Perhaps you could print to a PDF file from your browser, and either Of course, the problem with printing is you'll get output that looks like it was meant to be printed. Normally that's what you want after all... If you go into your browser's print settings, you can instruct it to print background colors and images, and turn off header / footer text - that's the easy part. However, it won't get around anything the page itself does to improve the printed output: for instance, Wikipedia has a custom set of styles that are used when printing, to remove superfluous text and graphics (the header, sidebar, edit/expand links, etc). You might prefer something like this: https://addons.mozilla.org/en-US/firefox/addon/save-as-pdf/ | |||||||||||||
feedback
|