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
- Host: GitHub
- URL: https://github.com/urish/pdfium-wasm-example
- Owner: urish
- Created: 2018-06-16T15:59:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-16T22:01:56.000Z (over 7 years ago)
- Last Synced: 2025-05-02T18:53:08.427Z (9 months ago)
- Topics: pdf, pdfium, wasm-modules, web-assembly
- Language: JavaScript
- Size: 172 KB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.