Replies: 2 comments 3 replies
-
My best guess would be I need to serialise the PDF via pdfDoc.save() and then write some additional code to take those bytes and write a file? |
Beta Was this translation helpful? Give feedback.
3 replies
-
@bcholmes The link to download.js you included was the wrong library... I believe the link you were looking for is: https://github.com/rndme/download |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi,
Apologies if this is a silly question, but I can't seem to find a way to control the filename of the generated PDF.
I have been able to set the Title Metadata...
pdfDoc.setTitle('Test', { showInWindowTitleBar: true })
but the downloaded file is still named Unknown.PDF.
Any help with this would be much appreciated.
Regards
Stu
Beta Was this translation helpful? Give feedback.
All reactions