Hi. On 0.8.1, every time I embed html2pdf and use jsPDF option (like jsPDF: { unit: 'in', format: 'letter', orientation: 'portrait' }, taken from the example), the output file is blank. It's just one ...
// 点击下载 pdf 版 async handleDownloadPdf(){ this.setState({downloadIng:true}) try{ let { userName='下载',pdf } = this.props let el = document.getElementById ...