jspdf-React
安装
npm install --save jspdf-react
:warning: 注意:使用 CSS-in-JS、Styled-Component 或情感。
如果您想将 html 转换为 pdf,我建议使用该库。
用法
import React , { Component } from 'react'
import PDF , { Text , AddPage , Line , Image , Table , Html } from 'jspdf-react'
import OctoCatImage from './OctoCatImage'
const styleH1 = {
fontSize : '15px' ,
textAlign : 'center' ,
color : 'red'
} ;
const invisibleStyle = {
d
评论0
最新资源