文件名称:jsx-pdf:使用JSX生成PDF! :bullseye:
文件大小:1.23MB
文件格式:ZIP
更新时间:2024-05-19 01:23:35
pdf jsx pdf-generation pdfmake JavaScript
使用JSX通过生成模块化PDF。 import PDFMake from 'pdfmake' ; import JsxPdf from 'jsx-pdf' ; import { OpenSans } from './font-descriptors' ; const pdfMake = new PDFMake ( { OpenSans , } ) ; const stream = pdfMake . createPdfKitDocument ( JsxPdf . renderPdf ( < document xss=removed> < content> This will appear in my PDF! < / content > < / documen
【文件预览】:
jsx-pdf-master
----.gitignore(99B)
----.babelrc(282B)
----.eslintrc(793B)
----package.json(2KB)
----src()
--------index.test.js(31KB)
--------index.js(5KB)
----.nvmrc(9B)
----.travis.yml(1KB)
----LICENSE(1KB)
----CHANGELOG.md(2KB)
----.prettierignore(13B)
----jest.unit.config.js(164B)
----README.md(11KB)
----example()
--------fonts()
--------.babelrc(282B)
--------components()
--------index.js(1011B)
--------font-descriptors.js(522B)
----jest.integration.config.js(88B)
----NOTICE(2KB)
----AUTHORS(140B)
----test()
--------integration.test.js(1KB)
----.editorconfig(986B)
----.prettierrc(52B)
----yarn.lock(315KB)