我正在尝试使用 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
但是,我可以使用以下方法加载文件:
本地主机:61631/pdf/GenericCustomerConsentAgreement.pdf