We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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])
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
The text was updated successfully, but these errors were encountered:
@OmniaGit any update on this?
Thanks!
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: