[Vuejs]-How to download pdf file using vuejs and bootstrap-vue

0👍

You need to save the file somewhere on your server or on a storage service (ie Amazon S3) and then redirect the user to a link where the file itself is served.

The specific implementation is based on your backend implementation and your architectural choices.

Leave a comment