-
Notifications
You must be signed in to change notification settings - Fork 116
Document - print not working for PDF documents #38
Open
Description
If a PDF is stored in the Documents, the print button generates an empty page.
I see here we are concatenating:
byteString = b"data:application/pdf;base64," + base64.b64encode(documentContent[0])
but I think this function should be only used for PDFs generated during the upload of 2D drawings.
Please correct me if I am wrong. I am willing to help if you point me in the right direction.
Alessio
Activity
Metadata
Metadata
Assignees
Labels
No labels