Skip to content

thomas-pearson-mattr/pdf-base64

Repository files navigation

PDF BASE64 Example

Example application for testing basic performance of persisting base64 PDF files to the file system using react-native-fs.

app screenshot

Perquisites

yarn install --frozen-lockfile

Android

yarn android

iOS

cd ios && pod install && cd ..
yarn ios

Generating Random PDF

You can generate a random PDF for testing with the following script.

Note the sizing won't be exact but it will get you in the ballpark! ⚾️

# Required for the script
brew install wkhtmltopdf

yarn generate:pdf ${byte_size}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published