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
- Host: GitHub
- URL: https://github.com/pspdfkit/open-pdf-with-reasonml
- Owner: PSPDFKit
- Created: 2019-03-29T12:31:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T16:32:08.000Z (about 6 years ago)
- Last Synced: 2025-03-09T07:18:58.688Z (about 1 year ago)
- Language: Reason
- Homepage: https://pspdfkit.com
- Size: 176 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).