Hopding / react-native-pdf-lib

Library for creating and editing PDFs in React Native.
https://www.npmjs.com/package/react-native-pdf-lib
191 stars 75 forks source link

where can I find the PDF file #89

Closed deddyprianto closed 3 years ago

deddyprianto commented 3 years ago

in this case i'm succesfully to make PDF FILE but it only return a path /data/user/0/files/sample.pdf , my question is where can I find the PDF file, i try search in the dir storage my phone(android) but i can't find any pdf file. please help me i really appreciate your suggestion

thekevinbrown commented 3 years ago

When it returns the path, you should be able to load the file from there, e.g. something like this:

<PDFPage pdfPath={`${RNFetchBlob.fs.dirs.DocumentDir}/${this.photoBook!.contentPDFPath!}`} />
thekevinbrown commented 3 years ago

We haven't heard from you, so I'll assume this has been resolved. If that's not the case, please open a new issue and reference this one. Thanks!