-
Notifications
You must be signed in to change notification settings - Fork 198
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
[Feature Request]: Render returned documents from database #119
Comments
Hello, Is the template which is stored in a database? or the final result? Rhanks |
I believe I can help explain, since I am interested in the same feature. We also store our documents as "blobs" in a database. Is it possible to pass a buffer to carbone.render, rather than loading the template from the file system? |
The template would be stored in Database, the final resul can easily be downloaded from the app. |
I contacted Carbone Support and they told me it's impossible to pass a Buffer to CarboneJS. |
Hello @marouane, it is not possible for now, we created the issue on our side and we will probably make it in the coming months. I will notify you when we work on it and a beta is available ;) |
Problem to solve
I would like to easily render my document which is stored in database.
Proposed solution
I'm not sure what the best method would be.
Describe alternatives you've considered
Additional python library?
Additional context
N/A
The text was updated successfully, but these errors were encountered: