1.0.8 • Published 4 years ago

html2pdf-easy v1.0.8

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

demo

<template>
  <div id='wrap' ref='pdf'>
  </div>
</template>
<script>
import generatePdf from 'html2pdf-easy'
...
  methods: {
    _download() {
      generatePdf({
        pdf: this.$refs.pdf,  //要转成pdf的wrap  必填 necessary
        name: 'xxx',          // 文件名 必填 necessary
        proportion: 'a4',     // 高宽比例 ['a2', 'a3', 'a4']
        quality: 1.0          // 清晰度 0 ~ 1.0
      })
    }
  }
</script>  
1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago