A sample project to generate PDF file from data using itextpdf/itext7 library
-
Add WRITE_EXTERNAL_STORAGE permission in AndroidManifest.xml
-
Add File Provider in AndroidManifest.xml
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="com.rheyansh.rpdfgenerator.fileprovider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/provider_paths" />
</provider>
- Add XML resource folder (see provider_paths.xml in example folder)
- Follow link to get more details to use https://stackoverflow.com/a/63830612/8481838
- If you found a bug, open an issue.
- If you want to contribute, submit a pull request.
- RBiometric:- Elegant and Easy-to-Use library for iOS Biometric (TouchId and FaceId) authentication.
- RBeacon:- Sample project for turning android device into a Beacon device. App can work as both broadcaster and receiver.
- RPicker:- Elegant and Easy-to-Use Date and Options Picker.
- RFirebaseMessaging:- Project provides basic idea and approach for building small social media application using firebase and implementing chat using Firebase.