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

https://github.com/pspdfkit/open-pdf-with-reasonml

Open PDF with ReasonML example
https://github.com/pspdfkit/open-pdf-with-reasonml

Last synced: 4 months ago
JSON representation

Open PDF with ReasonML example

Awesome Lists containing this project

README

          

### 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](https://nodejs.org)

## Getting started

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

```bash
npm install
npm run build
```

## Running the example

Run:

```bash
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](https://pspdfkit.com/pdf-sdk/web/).