import sample from './response.pdf'
React-pdf 组件。
<Document
file={sample}
onLoadSuccess={this.onDocumentLoad} >
<Page pageNumber={pageNumber} />
</Document>
我在文档组件中使用手动 PDF。所以它工作正常有没有办法在文件键中显示 Html 文件。示例:我有一个这样的 html
sample1=Html 代码等...
<Document
file={sample1}
onLoadSuccess={this.onDocumentLoad} >
<Page pageNumber={pageNumber} />
</Document>
这个我试过了,谁能指导一下如何使用这个。