react-native-pdf-lib
react-native-pdf-lib copied to clipboard
Library for creating and editing PDFs in React Native.
i'm getting this below error while trying to modify pdf. ``` ERROR TypeError: null is not an object (evaluating '_PDFLib.default.modifyPDF') ``` the error is produced when i call write() as...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
I'm using this react native support library it's really smooth but, how can i delete the pdf page with this package or any other way ? Any help?
This update gave me performance and conflict resolution
I'm facing an issue when drawing Arabic text. for example: "السلام عليكم" The result that I'm getting is "م ك ي ل ع م ا ل س ل ا" The...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
The instalation was crashing because the module's build.gradle file had an outdated dependency pointing to com.tom_roush:pdfbox-android:1.8.9.1 and the new repo is called tom-roushe. The file should be: ```` buildscript {...
Hi, When I run react-native run-android : ``` > Task :app:checkDebugDuplicateClasses FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:checkDebugDuplicateClasses'. > A failure...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.11.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...