-
I have a need to color the pdf background color. My content does not take full pages and I need to set the color of the remainder of the page to match my contents background.
I made 2 code pens:
…
-
As we can see analyzing bundle size (after making it smaller like in #7 ) - node_modules is slightly bigger than src:
![image](https://user-images.githubusercontent.com/17428710/72708477-19ddf880-3b6…
-
html2pdf()
.from(elementDom)
.set({
margin, // 外边距设置[1,1,1,1]
filename: `${filename}.pdf`, // 导出的pdf的名字
pagebreak, // 控制页面分页
image: { type: 'jpeg', quality: 1 },…
-
html2canvas is working on chrome and firefox but same thing is not working on safari of ipad.
> function runPromise(x) {
var canvasnx = '';
var promisex = [];
var height = 0;
…
-
Hi,
I am trying to download pdf using html2canvas library. My downloaded pdf includes all other html element except this input type range.
Here is sample js fiddle. Here, on click of download- pdf i…
-
Popup charts and other visualisations should be downloadable, ideally with a text overlay indicating attribution.
The overlay text might be brief and general (e.g. "https://transporthealthimpacts.o…
-
**Issue by [meatwad5675](https://github.com/meatwad5675)**
_Wednesday Mar 07, 2018 at 21:30 GMT_
_Originally opened as https://github.com/downshiftorg/prophoto/issues/2884_
----
https://html2canvas…
-
* html2canvas version tested with: html2canvas 1.0.0-rc.5
* Browser & version: Google Chrome Version 81.0.4044.122 (Official Build) unknown (64-bit)
* Operating system: Ubuntu 16.04
I have app…
-
Please make sure you are testing with the latest [release of html2canvas](https://github.com/niklasvh/html2canvas/releases).
Old versions are not supported and issues reported for them will be close…
-
Hey, I've used HTML2canvas and jsPDF to create a pdf of a form and save it.
My problem is :
It works perfectly fine on a computer, but on mobile devices like iPad or phones (apple or android), the…