5 ms·
There are a few versions of tools like this, or similar, available. Here's mine: https://kc0bfv.github.io/WASM-PDF-Combiner/ https://kc0bfv.github.io/WASM-PDF
by kc0bfv 6y ago
There are a few versions of tools like this, or similar, available. Here's mine:
https://kc0bfv.github.io/WASM-PDF-Combiner/ https://kc0bfv.github.io/WASM-PDF-Combiner/
I used existing wasm compiles of PDF tools. This use of wasm is pretty awesome to me - I often end up working on very restricted desktop clients with little customization possible, but they always let me run a browser.
- kickbeak 6y agoLooks cool
- redman25 6y agoSeems to be stuck at “Loading” for me on iOS safari.
- lights0123 6y agoThat website loads WASM by embedding base64 in the HTML, which is good for saving it as a single file but horrible for WebKit support ("The operation is insecure", it complains), transfer size, and speed.
- kc0bfv 6y agoThanks for that - I haven't tried it there... Yup - single file operation was a design goal, but I bet there's a better way to get it working than the hack I used.