react-native-pdf-lib icon indicating copy to clipboard operation
react-native-pdf-lib copied to clipboard

Library for creating and editing PDFs in React Native.

Results 33 react-native-pdf-lib issues
Sort by recently updated
recently updated
newest added

is there a way to get the total number of pages in pdf document?

I needed to add text to PDF. The text can be a multiline or a single large line. In both cases, I need to add the text in multiple lines....

Hi, I am looking to create a pdf using the createPDF and the function works fine but 1) I do not know how to view the created PDF and 2)...

Unable to create PDF on iOS Possible Unhandled Promise Rejection TypeError: null is not an object (evaluating '_PDFLib.default.createPDF')

i played a little with the example given, them when i increased the number of pages to 5, it completely crashed the app - this picture is with 4 pages(...

I want to center an element with respect to the width and height of the PDF document, but I can't find a way to do it, is there getSize or...

These libraries don't work if you have jetifier support. - android.support.v4.content.FileProvider - android.support.annotation.RequiresPermission

Hello, I keep getting an `PDFLib.getDocumentsDirectory() of undefined` error even though I followed all the steps on the installation. I would really appreciate it if someone could help enlighten me...

Hi, good morning, I need create a file in a especific folder into internal memory or into sdcard, how do I do? If I write `sdcard/myfolder/sample.pdf`, return "No such file...

Just wanna inform you that the following shows up on the node server everytime I run "react-native run-android" warn The following packages use deprecated "rnpm" config that will stop working...

enhancement
help wanted