About 50 results
Open links in new tab
  1. How do I hide an element when printing a web page?

    Dec 10, 2008 · I have a link on my webpage to print the webpage. However, the link is also visible in the printout itself. Is there javascript or HTML code which would hide the link button when I click the print...

  2. Remove header and footer from window.print () - Stack Overflow

    Nov 22, 2011 · I am using window.print() for printing page, but I got header and footer contains page title, file path, page number and date. How to remove them? I tried print stylesheet also. #header, …

  3. How to remove the URL from the printing page? - Stack Overflow

    Feb 25, 2009 · Place your mouse over Print, the click Page Setup. Click the Margins & Header/Footer tab. Change each value under Headers & Footers to --blank--. Internet Explorer Click the Gear icon …

  4. Disabling browser print options (headers, footers, margins) from page?

    In Firefox newer versions, it is positioned correctly, but both the header/footer text and content text is displayed, so it looks like a bad mix of browser header text and your page content. In Opera, the …

  5. How to print a PDF from the browser - Stack Overflow

    Oct 15, 2008 · In a Web application, is it possible to force a PDF file to be printed on the client? If the browser is configured to open the PDF inside the window, I guess that calling window.print() will …

  6. window.print () print all div content without scrollbar

    Apr 6, 2015 · i want to print web page with javascript function window.print() the page include div with scroll bar But printing is displayed only part of the div I tried to add to css @media print { .myD...

  7. php - how to print a web page - Stack Overflow

    Jul 12, 2012 · How to print a portion of an HTML page? I am making a quotation online. I want the user to be able to print it. I have seen my exact requirement on this webpage. On this web page, there is a …

  8. How to convert webpage into PDF by using Python - Stack Overflow

    Interestingly, the web page links are generated as text rather than links in the generated PDF.

  9. How can I pop-up a print dialog box using Javascript?

    Oct 28, 2008 · Learn how to use JavaScript to trigger a print dialog box for printing specific content from a webpage.

  10. C# WPF - Print Web Page to PDF (using Microsoft Print to PDF Printer ...

    May 3, 2023 · The "Microsoft Print to PDF" printer seems to produce a perfectly acceptable PDF (when I open the HTML file manually and manually print). I get that I need to first render the HTML in order to …