mupdf-js icon indicating copy to clipboard operation
mupdf-js copied to clipboard

📰 Yet another Webassembly PDF renderer for node and the browser

Results 27 mupdf-js issues
Sort by recently updated
recently updated
newest added

Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together. Updates `jest` from 29.5.0 to 29.6.4 Release notes Sourced from jest's releases. v29.6.4 Fixes [jest-core] Fix typo in scheduleAndRun...

dependencies

In my application, I have seen that the consumed process memory grows over time. As a result of research, I found that some methods allocate memory in C code that...

By default, mupdf-js creates a MuPDF context upon initialization and uses it for all calls. However, since the context includes a cache, over time this can lead to an increase...

just found this mupdf version for JS, and I am curious, can mupdf-js also somehow extract and get properties of text blocks, annotations, and other objects in a PDF similar...

**Describe the bug** Generating a PNG image using `drawPageAsPNG` has newline after `data:image/png;base64,` **To Reproduce** ```js import { createMuPdf } from "mupdf-js" let preview = [] // Initialize mupdf and...

**Describe the bug** when running the pdf **Log output** abort(TypeError: Failed to parse URL from */mupdf-js/dist/libmupdf.wasm). Build with -s ASSERTIONS=1 for more info. **Desktop** - OS: Ubuntu - OS Version:...

**Is your feature request related to a problem? Please describe.** There are currently no PDF readers that support Cloudflare workers. **Describe the solution you'd like** Being able to use mupdf-js...

enhancement