Hacker News new | ask | show | jobs
by ibdf 1222 days ago
This is very cool. I had to build something similar but did it server side... client side seems like a much better option. My first thought was... I don't know of any client side pdf libraries that work in the browser... this seems like a good case for WebAssembly.
1 comments

I looked under the hood and did see a wasm reference.
Yes, it is a C++ library I have created and compiled to WebAssembly.
Did you write the c++ pdf library yourself?