An open API service indexing awesome lists of open source software.

https://github.com/urish/pdfium-wasm-example

Example of using PDFium Web Assembly build in Node.js
https://github.com/urish/pdfium-wasm-example

pdf pdfium wasm-modules web-assembly

Last synced: 6 months ago
JSON representation

Example of using PDFium Web Assembly build in Node.js

Awesome Lists containing this project

README

          

# PDFium Web Assembly Example

## Install

Clone this repo, then run `npm install` (or `yarn install`)

## Run

Run `npm start` (or `yarn start`). The [example code](src/main.js)
loads [web-assembly.pdf](src/web-assembly.pdf) and then prints the number of pages in this file.