node-pdftk icon indicating copy to clipboard operation
node-pdftk copied to clipboard

A wrapper for PDF Toolkit with streams and promises.

Results 18 node-pdftk issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The function 'updateInfo' will assume that if the parameter 'data' is a string, that it is in fact a path to a file which contains the info...

**Describe the bug** PDFs do not open on iOS Chrome. I've tested Safari on iOS, Chrome and Firefox on Android, Chrome, Firefox and Chromium Edge on Windows and Mac, and...

return pdftk.input('MASTER_test.pdf').fillForm(data).flatten().output(fileName); Saves the file locally on the server with fileName and sends back the buffer but in numerics/numbers 378068704549465410372262..... was expecting to see something like %PDF-1.4 %���� 1 0...

Working on a Spike to look at dynamic, automated PDF forms. Felt this feature opens enough functionality, while not intruding too much on the wrapper, to warrant pushing to master....

Can convert es6 object to string appropriate for 'pdftk updateInfo' and vice versa. Helps in altering or adding Bookmarks to PDFs, and other metadata. Two added functions is used internally...

The underlying pdftk tool appears to fully support "qualified" field names -- those that include hierarchical parts, separated by periods, such as "section1.personal_info.first_name" -- and this NodeJS wrapper supports _reading_...

**Describe the bug** - It's not possible to select multiple options from listbox **To Reproduce** - Select a pdf that has a form with listbox field - Fill the form...