Printing a web page either on paper or as a .PDF file, usually through the browser.
Questions tagged [printing-web-page]
236 questions
0
votes
4 answers
Hide header and footer while printing a webcontrol using ASP.NET
How can I hide the header like 'Page 1 of 1' and footer (url) when printing a webcontol in ASP.NET?
I currently doing by opening a new page on Print button click ande in it
protected void Page_Load(object sender, EventArgs e)
{
if( null !=…

Sauron
- 16,668
- 41
- 122
- 174
-1
votes
1 answer
How to avoid card from splitting into multiple pages on print
How to avoid this issue, I want to avoid splitting the card into second pages. Thank you so much for your attention.

Muhammad Shaheer
- 1
- 1
-1
votes
1 answer
How to print without opening the print dialog using javascript in google chrome?
I wanted to print from the Client PC, the document is more secured which should not allow to save in the local. So I want to print directly to the default printer.
Our current problem is that in the print dialog there is an option to save the…

Benazir
- 11
- 4
-1
votes
3 answers
Copy web-page content to a string
I need to access web-pages and copy their content (everything) into a string which I will then extract some figures from.
The web-page address changes each time, as I am basically accessing an online simulation tool and I have to specify the sim…

giagrifi
- 21
- 3
-1
votes
2 answers
PrintDialog 2013 Not Available
I am creating a web application and I want to print contents of my webpage. I have seen quite a lot of videos and support forums but I cant find what I'm looking for.
Basically PrintDialog is not available in my Visual Studio 2013 toolbox, is there…

MissLadyBoo
- 65
- 2
- 9
-1
votes
6 answers
How to remove URL displayed while printing a web page in PHP?
I want to remove URL from page at printing time with PHP is there any way to do this? Actually I don't want to push my clients to change their browser's settings at printing time.
Any help really appreciated!

Ajay Kadyan
- 1,081
- 2
- 13
- 36
-2
votes
1 answer
How to exclude some of the elements from being displayed on the output of a printer?
I am looking for some samples or directions on how to print an aspx page. On the page, I have a set of edit boxes and buttons and grids filled with information. Using the following JS code of course I'm able to bring up the Printing dialog and it…

amit kohan
- 1,612
- 2
- 25
- 47
-2
votes
1 answer
How display logo on each page on the print?
I work on design of the report for my customer.
I need to display logo on each page when customer prints the report.
here is my html row that I want to put on the header of each page when I on print mode:

Michael
- 13,950
- 57
- 145
- 288
-2
votes
1 answer
print web page which contain code listing (with horizontal scrolling)
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…

Enrico Belvisi
- 94
- 7
-2
votes
1 answer
Printing in ASP.NET
I have an asp.net web page named "Details.aspx".
In that I have two labels named: "First Name" and "Last Name".
I have two textbox for inserting values.
I have a button named "Print"
When I click on Print button,how can i print the values entered in…

mathewtinus
- 49
- 2
- 10
-4
votes
1 answer
Why would a css framework display link URLs on the print pages?
I was just working on a site where we had to add the ability to print the pages. We noticed that the link URLs are plastered all over the page like bad graffiti.
After reading this answer, it seems clear that some framework I'm using (which isn't…

coblr
- 3,008
- 3
- 23
- 31