3 questions from the last 30 days
0
votes
0
answers
69
views
React PDF | TypeError: Cannot read properties of null (reading 'sendWithPromise')
Issue Description
I’m encountering an issue with react-pdf where the messageHandler (worker communication channel) is null when rapidly navigating between PDF files. I’ve tried several solutions and ...
1
vote
1
answer
40
views
Odoo: Error viewing PDF stored on external server (Alfresco) from Chatter
I am working with Odoo and I have a problem viewing PDFs in Chatter after moving the files to an external server (Alfresco).
What I do:
Users attach PDF files in Odoo, which can be viewed correctly ...
0
votes
0
answers
19
views
pdf lose image when using window.URL and view via PDFJS
I read a pdf file from computer then convert to base64, then using window.URL to create a url and view it via PDFJS, but some images on the pdf file were lost, this is my code:
const fileReader = new ...