Exporting (Excel) file to PDF #3932
Unanswered
nicolasHul
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
After some research, I found out that I can use the
getFileAsync
api to get the current file as a PDF byte array object, as the example shows. My question however is, can I 'save' that output also to a specific file location. I know that JavaScript libraries / running in the browser has its limitations, for security reasons, to save the file directly on a specific file location, however, you are kind of doing the same when just saving the workbook/worksheet regularly? Or am I mistaken?And is it still required to use some kind of library to convert the byte array to PDF, or am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions