tbessie

Results 4 comments of tbessie

I get this when using the latest version of Safari (v. 14.0.1) on MacOS, using the latest release of Howler. We have a web app that lets users record and...

> Hi, can I work on this issue? Not sure if you're asking me, or someone who's in charge of the project. :-) If you do, in any case, when...

NOTE: I also noticed that the default MediaBox value per PDF page is the same as the resolution of the image that page contains. In the iText version we were...

It looks like this (and associated behavior) is the culprit, from PdfDocument: public boolean setPageSize(Rectangle pageSize) { if (this.writer != null && this.writer.isPaused()) { return false; } else { this.nextPageSize...