pdftk-firebase
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

pdftk-firebase

This package makes it possible to use pdftk from a Firebase function

Inspired by https://github.com/pindlebot/pdftk-lambda

Installation

npm i pdftk-firebase

Usage

import pdftk from 'pdftk-firebase'

try {
    const { stdout, stderr } = await pdftk('--version')
} catch (error) {
    console.error(error)
}

Readme

Keywords

none

Package Sidebar

Install

npm i pdftk-firebase

Weekly Downloads

21

Version

1.0.5

License

ISC

Unpacked Size

53.2 MB

Total Files

6

Last publish

Collaborators

  • davidkclark