ilovepdf-nodejs icon indicating copy to clipboard operation
ilovepdf-nodejs copied to clipboard

Results 7 ilovepdf-nodejs issues
Sort by recently updated
recently updated
newest added

Hi Im testing the webhooks functionality of the process endpoint without success. Steps to reproduce: 1. Call the auth endpoint declared on the postman collection found in the documentation. [https://developer.ilovepdf.com/docs/api-reference](https://developer.ilovepdf.com/docs/api-reference)...

Hi, Thanks for fixing the issue regarding the signature, a few questions/remarks in regards to signing: - The types for the language are not what is mentioned in the docs...

According to the documentation you can specify a filename but in the emails that I'm receiving I still see the unwanted name `example document-clkqrgexd0001c0s5a7yu23ln.pdf` in stead of `example document.pdf` ```ts...

Hello 👋 , For watermark endpoint, it accepts `font_style` with allowed values as per the documentation and the client code too. ``` Accepted values: null (Regular/Normal), Bold, Italic. Default: null...

Found the time added in the signature and the time displayed on editing comes out to be different (checked at 00:07 time)

## Missing API for Webhook Task Construction **SDK Version:** 0.3.1 When processing completed tasks from webhooks, there's no clean API to construct a Task object for operations like downloading files....

SDK Version: 0.3.1 We're experiencing confusing behavior with the webhook URL parameter: Calling .process() without webhook URL still receives webhooks Calling .process({ webhook: }) causes duplicate events According to docs,...