Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前同时使用 QRcode.react 来生成代码和@react-pdf/renderer创建 pdf 文档。
@react-pdf/renderer
var QRCode = require('qrcode.react'); < QRCode value="http://facebook.github.io/react/" />
问题:二维码仅在 pdf 文档之外有效。我希望 QR 码可以显示在 pdf 文档上。
那么,有什么解决办法吗?