2.0.1 • Published 8 months ago

pdf-metadata v2.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

pdf-metadata

Extract metadata, pages and read time from pdf file.

Install

npm install pdf-metadata

Example usage

typescript async with pdf file in a server

import { extractMetadataAndPages } from 'pdf-metadata';

const fileUrl = 'https://litterarum.onrender.com/api/v1/files/las-mil-y-una-noches.pdf'
const info = await extractMetadataAndPages(fileUrl);
console.log(info) // Here we got metadata
2.0.1

8 months ago

2.0.0

8 months ago

1.1.2

8 months ago

1.1.1

9 months ago

1.1.0

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago