Skip to content

Instantly share code, notes, and snippets.

View NyoriK's full-sized avatar

Kakar Nyori NyoriK

View GitHub Profile
@NyoriK
NyoriK / DownloadPdf.vue
Created March 21, 2021 09:56
Download pdf file with text centered and padding around the text
<template>
<div>
<h1>Download pdf file</h1>
<button @click="download">Download</button>
</div>
</template>
<script>
import pdfMake from "pdfmake/build/pdfmake";
import pdfFonts from "pdfmake/build/vfs_fonts";