react-native-pdf-thumbnail
react-native-pdf-thumbnail copied to clipboard
react native module for generating thumbnail for PDF files
Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1. Commits bef7b1e 6.2.1 fe8cd57 prevent extraction in excessively deep subfolders fe7ebfd remove security.md See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...
**Summary:** When attempting to generate thumbnails for password-protected PDF files using `PdfThumbnail.generate`, the error is not caught by the `catch` blocks in JavaScript. This results in unhandled exceptions when the...
It cannot handle large pdfs of size 100mb and above in android, app crashes everytime
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...
Bumps [react-native-document-picker](https://github.com/rnmods/react-native-document-picker) from 9.0.1 to 9.1.1. Release notes Sourced from react-native-document-picker's releases. Release 9.1.1 What's Changed fix(android): path traversal vulnerability by @vonovak in rnmods/react-native-document-picker#698 Please note the vulnerability was reported...
Hello ! I'm facing an issue will trying to integrate the package. After installing, performing a pod install and launching not the app but XCode again and execute a clean...
## **Environment** "react": "18.2.0", "react-native": "0.71.8", "react-native-pdf-thumbnail": "^1.3.1" ## **Description** I tried with a PDF file on the internet but strangely, the generated image is not the same as the...
- cacheKey based on pdfUri + pageIndex + compression quality - Check cache whether get from cache or generating new image
Can not build the app with react-native version 0.76.6, error going on: ``` > Task :app:compileReleaseJavaWithJavac FAILED /home/expo/workingdir/build/StickerSmash/android/app/build/generated/autolinking/src/main/java/com/facebook/react/PackageList.java:16: error: cannot find symbol import com.pdfthumbnail.PdfThumbnailPackage; ^ symbol: class PdfThumbnailPackage location: package...
* What went wrong: Execution failed for task ':react-native-pdf-thumbnail:compileDebugKotlin'. > A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction > Compilation error. See log for more details More details on error: > Task...