Which product are you using?
PDF.js Express Version
Detailed description of issue
I’m using REST API to merge annotations into a document . When I have pdf document larger that 5.5mb instead of file I need to upload file on some server and then pass public URL to API params.
To do that I will need to upload file on some server and make URL public. That is security issue for us and I cannot make that file open for everyone. Does merge api call support credentials? And if not can you please give me some suggestion how we can securely pass file in merge api call?
Expected behaviour
Pass URL in merge api call with credential.
Does your issue happen with every document, or just one?
Any document larger the 5.5 mb