pdfium-wasm icon indicating copy to clipboard operation
pdfium-wasm copied to clipboard

Building PDFium for Web Assembly

Results 3 pdfium-wasm issues
Sort by recently updated
recently updated
newest added

This projects looks great. We are interested in moving it forward, and in particular, adding rendering support. My initial thought was to create a new function in c that renders...

enhancement

We modified the sample to call FPDF_LoadPage after FPDFAvail_GetDocument(pdfAvail, null); Unfortunately, we hit the following error: ``` 6 6 failed to asynchronously prepare wasm: abort(6). Build with -s ASSERTIONS=1 for...

bug

Just found your project, looks dope! I tried compiling muPDF via emscripten but got stuck with all those dependencies. Seems like you got it figured out. I was wondering though...