Replies: 1 comment 2 replies
-
As was commented in #68, it seems to me that this does not quite fit into the concept of the library. But maybe we can get more opinions here. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a possibility to create a public method (like the print() method) for direct downloading the rendered pdf.
I make use of a source like
data:application/pdf;base64,<BASE64_ENCODED_PDF>
to render the pdf.At this time I have a workaround by creating a new pdf (FPDF) with output set to 'D' (download) but this feels odd because the pdf is already created and downloading from a viewer seems as usual as printing the document.
Beta Was this translation helpful? Give feedback.
All reactions