Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 592 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 592 Bytes

Open PDF with ReasonML example

Example of how to open a PDF file in a ReasonML app. You can find more details about the source code in the blog post: https://pspdfkit.com/blog/2019/open-pdf-with-reasonml/

Prerequisites

Node.js

Getting started

Clone the repo and, from its root folder, run:

npm install
npm run build

Running the example

Run:

npm run start

The app will be available at http://localhost:5000.

PSPDFKit for Web

For a complete solution, please check out our Web SDK.