Zion Orent
Zion Orent
I'd like to add a note. Our PDF generation which uses html2Pdf used to work well for long documents. In fact, we had calculated exactly when it'd go past the...
Follow-up note: starting with Chrome version 92, Mac Chrome hasn't been able to export PDFs for us much longer than 15000 pixels. Windows Chrome also can't export PDFs much longer...
Just wanted to add that we're running into this issue also. It's a crucial sublibrary in a library we're using to export PDFs: html2pdf.js This bug seems to have significantly...
@eKoopmans thank you so much for providing this awesome library. I think that the running count for the height of pages for a PDF exporting tables is off by a...
I know a fix [is in code review](https://github.com/videojs/video.js/pull/8148), and I super appreciate the video.js team's very fast response time to this. Just wanted to echo that this is a blocker...
@ashwiniLiman thanks for the note. Very helpful to know. While I'm not sure that our team would approve such a change, it's def very good to know as an option....
Hello again. I think I'm on to a root cause. in package.json, `npm run build` calls `npm-run-all` That calls `npm run build:css:cdn` before `npm run build:types` `npm run build:css:cdn` fails...
@lksnmnn thanks for your comment. I wish I had more time to debug. Thank you for the offer to look into this when you have time. So many people appreciate...
I haven't gone through our application extensively to upgrade. It's a lot of work, and we have other priorities at the moment. At first glance it looks like the latest...
Just wanted to add that this morning I successfully ran videojs version 8.9.0 with angular. Thank you everybody!!!!!!!!!!!!!!!!! I found 3 more issues compiling and wanted to post some of...