为React-PDF提供正确的路径

时间:2018-11-09 16:11:24

标签: reactjs react-pdf

我正在尝试使用React-PDF在组件中显示pdf,但是无法弄清楚如何为pdf提供正确的路径。 我的文件位于ReactApp / public / pdf / myPdf.pdf

这是我要走的路:

<Document
     file={filepath}
>
</Document>

到目前为止,我没有运气尝试过以下方法:

pdf / GenericCustomerConsentAgreement.pdf

/pdf/GenericCustomerConsentAgreement.pdf

./ pdf / GenericCustomerConsentAgreement.pdf

../ pdf / GenericCustomerConsentAgreement.pdf

%PUBLIC_URL%/ pdf / GenericCustomerConsentAgreement.pdf

但是我可以使用以下方式加载文件:

localhost:61631 / pdf / GenericCustomerConsentAgreement.pdf

0 个答案:

没有答案