Skip to content
New issue

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

Unable to export a RSD to PDF #186

Open
magerdaniel opened this issue May 17, 2024 · 2 comments
Open

Unable to export a RSD to PDF #186

magerdaniel opened this issue May 17, 2024 · 2 comments
Labels
backlog Created in internal backlog (does not guarantee actual plan and implementation) enhancement New feature or request

Comments

@magerdaniel
Copy link

magerdaniel commented May 17, 2024

I'm trying to export a RSD as PDF. The code is beeing executed, but I can't open the generated PDF. Maybe I'm doing something wrong, but I'm running out of ideas.
Many thx in advanced,
Daniel
JupyterFilesAndScreenShots.zip

@magerdaniel
Copy link
Author

I got the problem. To store the file properly it needs to be converted like this:

import base64
with open('temp.pdf', 'wb') as theFile:
theFile.write(base64.b64decode(mstr_resp.content))

So it was more a problem on my side, but I would like to open an EH to include a funtion where you can path over the file name and mstrio save the PDF file..

@apiotrowskiMicroStrategy
Copy link
Contributor

Hi @magerdaniel

Thanks for the request. I created an internal backlog item for this request. I'll get back with updates if and when they're ready.

@apiotrowskiMicroStrategy apiotrowskiMicroStrategy added enhancement New feature or request backlog Created in internal backlog (does not guarantee actual plan and implementation) labels Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Created in internal backlog (does not guarantee actual plan and implementation) enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants