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

Is it possible to just return the pdf file without saving it? #21

Closed
jandetlefsen opened this issue Jul 11, 2018 · 2 comments
Closed

Is it possible to just return the pdf file without saving it? #21

jandetlefsen opened this issue Jul 11, 2018 · 2 comments

Comments

@jandetlefsen
Copy link

I want to create an API that just serves a PDF as Base64 for a browser app. Do i always have to save the file and then process it or can this library just return the data? Would like to not store any customer data if possible.

@revolunet
Copy link
Owner

Hi, this tool always use physical file, but it could be upgraded to use streams too

@revolunet
Copy link
Owner

btw, as the methods return the pdf path, you can also serve it and delete it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants