ilovepdf-freedom
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

ILovePDF-Freedom

Use ilovepdf.com API without API Key

TODO:

Basic Usage:

For Task.process(), see https://developer.ilovepdf.com/docs/api-reference#process

import {ILovePDF} from 'ilovepdf-freedom';
const instance = new ILovePDF();

(async () => {
  const task = await instance.newTask('officepdf');
  await task.addFileLocal('./file.docx', 'file_name');

  const response = await task.process({});
  console.log(response);
})();

Package Sidebar

Install

npm i ilovepdf-freedom

Weekly Downloads

4

Version

1.1.0

License

MIT

Unpacked Size

15.2 kB

Total Files

14

Last publish

Collaborators

  • hanifdwypoetras