Hopding / react-native-pdf-lib

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

PDF not creating #74

Closed surajsingla333 closed 4 years ago

surajsingla333 commented 4 years ago

Hi, I am trying to add images in PDF and the last console i.e. console.log('PDF created at: ' + path); this line shows the expected result. This means that the write() function worked perfectly fine and I see the location where the file is created but when I go to the location on my file system I don't see any generated PDF there. Why is it happening and how can I solve it?

thekevinbrown commented 4 years ago

@surajsingla333 might help others that find this from a search engine if you could mention what was wrong / what the fix was.