render-html-to-pdf icon indicating copy to clipboard operation
render-html-to-pdf copied to clipboard

render the webpages to pdf and downlowd

Results 19 render-html-to-pdf issues
Sort by recently updated
recently updated
newest added

如题,导出的pdf能动态设置密码吗?

把你的DEMO8的代码复制出来运行到项目中,当内容过多时会出现黑屏的情况

![image](https://user-images.githubusercontent.com/10555381/35266196-74d4d8b4-005d-11e8-8d01-8b1dc0284972.png)

pdf每一页底部都留有一定距离,怎么写呢

jsPDF中使用了promise方法,未兼容ie

when I save the html to pdf, the PDF's backgroundcolor is black, but canvas don't draw the black 我保存pdf的时候pdf的背景是黑色的,但是canvas并没有渲染黑色

``` jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj 全称: 黑龙江哈尔滨111222333 ``` 比如上面的代码,在页面中显示时好的,导出的pdf中.main-name的内容就会覆盖.full-name中的内容。 因为.main-name中的内容是动态的,没办法设一个固定的宽度。 ----------------------------------------- 经过后续测试,在chrome69下存在此问题,在edge浏览器下正常。