@adobe/pdftools-extract-node-sdk
Version:
The Document Services PDF Tools Extract Node.js SDK provides APIs for extracting elements and renditions from PDF
16 lines (10 loc) • 627 B
Markdown
PDF Tools Extract Node.js SDK
=======================
The PDF Tools Extract SDK provides APIs for extracting elements and renditions from a PDF Document.
Adobe Document Cloud’s simple cloud-based APIs help you get up and running quickly. Once you’ve received your developer credential, download and set up the sample project. After you’re familiar with the APIs, leverage the samples in your own server-side code.
Installation
------------
Before using this package, [install Node.js](https://nodejs.org/en/download/). Node.js 10.13 or higher is required.
```
npm install --save @adobe/pdftools-extract-node-sdk
```