Linked Questions

1 vote
1 answer
12k views

I have a card that is made by HTML and some data comes from the database by query now I have to convert that particular div into png or jpg with good and same quality like HTML. html to canvas is not ...
aditya singh's user avatar
-1 votes
1 answer
440 views

I want to take screenshot from webpage using JavaScript and include theme the canvas tag. Previously I tried html2canvas plugin but its not powerful and I want to do this by my self . How I can to ...
Mohammad RN's user avatar
0 votes
0 answers
313 views

I have a webpage and I need it in an image format. Can anyone tell me how to do it from scratch without using any external library ?
Abhisar Tripathi's user avatar
-1 votes
1 answer
140 views

I have an HTML code for email signature from the company I work for and would like to implement a button to generate a JPG or PNG image of that signature so as not to be using PrintScreen and cropping ...
Cleiton Felix Batista's user avatar
1059 votes
7 answers
640k views

Google's "Report a Bug" or "Feedback Tool" lets you select an area of your browser window to create a screenshot that is submitted with your feedback about a bug. Screenshot by ...
joelvh's user avatar
  • 17.2k
152 votes
12 answers
141k views

Is it possible to to take a screenshot of a webpage with JavaScript and then submit that back to the server? I'm not so concerned with browser security issues. etc. as the implementation would be for ...
Scott Bennett-McLeish's user avatar
251 votes
2 answers
384k views

I'm working on web application that needs to render a page and make a screenshot on the client (browser) side. I don't need the screenshot to be saved on the local HDD though, just kept it in RAM ...
Paweł Szymański's user avatar
44 votes
11 answers
97k views

I need to send stock market data and the formatting sucks right now. Need to send something liike this | Symbol | Price | Change | |--------|-------|--------| | ABC | 20.85 | 1.626 | | DEF | 78.95 |...
Aditya's user avatar
  • 837
50 votes
4 answers
140k views

I have a string variable which holds HTML markup. This HTML markup basically represents the email content. Now I want to create an image from this string content which actually holds the HTML markup. ...
Sachin's user avatar
  • 41.1k
33 votes
7 answers
137k views

Here is a variable html_str, it is a string that contains html tags and contents in body. I am created a .html file from this string using the below code in python. html_file = open("filename.html", "...
Manu __'s user avatar
  • 333
46 votes
2 answers
61k views

I would like to know what is the maximum length of a Base64 DataURL Image to be load in a browser? Thanks!
Pierre's user avatar
  • 1,282
3 votes
1 answer
63k views

Is there a php script that allow to convert a html code to a png image. The problem with GD library is that only convert text to image( and not html code )
mohamed's user avatar
  • 661
16 votes
3 answers
15k views

TL;DR: Any suggestions in NodeJS to convert an HTML to PDF or PNG without any headless browser instances. Also anyone uses puppeteer in any production environment. I would like to know how the ...
Anand Prem's user avatar
8 votes
3 answers
30k views

Does anyone know how to do this? I've tried with JEditorPane but it does not work? Any other idea? Thanks in advance. This is the code I'm using: import java.awt.Dimension; import java.awt....
hernangarcia's user avatar
3 votes
3 answers
22k views

I want to Generate and Download Screenshot of webpage without lossing the styles. I have a web page .In that web page i have a download button . When user click on download button then the screen shot ...
Abilash Erikson's user avatar

15 30 50 per page