1.1.3 • Published 4 years ago

export-pdf v1.1.3

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

exportPDF

前端导出PDF文件,支持简繁字体

使用方法

import {to_pdf} from 'export-pdf';

var data = {
  content: [
    { text: 'First 天氣不錯', style: 'header'},
    'Another paragraph, this time a little bit longer to make sure, this line will be divided into at least two lines',
  ],
  defaultStyle: {
    font: 'source',
  },
  styles: {
    header: {
      bold: false,
    },
  },
}

to_pdf({data})

参考资料

PDFMAKE

1.1.1

4 years ago

1.1.0

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago