You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2018. It is now read-only.
Good thing first
My standalone PDFs are generating when I run a view and download=>false in $params.
Also PDFs are getting downloaded to browser when download=>true in $param
Coming to bad stuff
My requirement is I should able to save it to a location so I can mail it user.
I tried file_get_contents but its not getting PDF file (may be because its force download)
Any solution to this?
The text was updated successfully, but these errors were encountered:
Good thing first
My standalone PDFs are generating when I run a view and
download=>false
in$params
.Also PDFs are getting downloaded to browser when
download=>true
in$param
Coming to bad stuff
My requirement is I should able to save it to a location so I can mail it user.
I tried file_get_contents but its not getting PDF file (may be because its force download)
Any solution to this?
The text was updated successfully, but these errors were encountered: