Questions tagged [html2canvas]

html2canvas is a JavaScript HTML-rendering library that lets you take "screenshots" of webpages based on the DOM.

From the official site:

This script allows you to take "screenshots" of webpages or parts of it, directly on the users browser. The screenshot is based on the DOM and as such may not be 100% accurate to the real representation as it does not make an actual screenshot, but builds the screenshot based on the information available on the page.

1794 questions
0
votes
1 answer

How to show Material Icons in HTML2Canvas

I'm using HTML2Canvas (https://github.com/niklasvh/html2canvas) to render then save a div as a PNG. It all works perfectly fine, except that the Material Icons in that div are missing. Any tips? (I am a Javascript newbie) Thanks
user6122500
  • 892
  • 1
  • 15
  • 31
0
votes
2 answers

HTML2Canvas not rendering 'i' in chrome if it follows f

I have a very strange problem with HTML2Canvas. It does not render the letter i if the i follows f in chrome and it capitalises the f. There is no issue in Firefox. I don't want to change the font, it's an embedded font (Ubuntu), maybe that's the…
Nullbreaker
  • 125
  • 3
  • 12
0
votes
1 answer

Create pdf from ReactJS

I am trying to Save ReactJS output(includes visual reports etc..) as PDF file. I used html2canvas to take screenshot and then used jspdf for converting that to PDF. But the problem is when screen size is reduced(or in mobile view) even screenshots…
Yog
  • 61
  • 1
  • 2
  • 6
0
votes
1 answer

Html2Canvas alpha5

I was using this script with these settings: