https://github.com/varshithvhegde/pdfsign
Android App to Digitaly Sign PDF
https://github.com/varshithvhegde/pdfsign
android androidstudio java pdfsign playstore
Last synced: about 1 month ago
JSON representation
Android App to Digitaly Sign PDF
- Host: GitHub
- URL: https://github.com/varshithvhegde/pdfsign
- Owner: Varshithvhegde
- Created: 2022-06-26T09:48:01.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-29T19:25:37.000Z (over 3 years ago)
- Last Synced: 2025-07-25T21:44:21.689Z (9 months ago)
- Topics: android, androidstudio, java, pdfsign, playstore
- Language: Java
- Homepage: https://play.google.com/store/apps/details?id=com.varshith.pdfdigitalsignature
- Size: 611 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PDFSign
- An Android App used to digitlly sign PDF
## Screenshots
Add PDF|Draw And Signature|View PDF and Add Sign|Manage Signatures|Save and Share PDF
:-----:|:--------------:|:-----------:|:---------:|:---------:|
||||
## Tech stack and concepts
* **[Java](https://www.java.com/)** as programming language.
* **[RxJava](https://github.com/ReactiveX/RxJava)** as framework for asynchronous jobs.
* Single activity support.
* **[Fragments](https://developer.android.com/jetpack/androidx/releases/fragment)**.
* **[Navigation components](https://developer.android.com/jetpack/androidx/releases/navigation)**.
* Modern XML UI toolkit.
* **[Material components](https://material.io/develop/android)**
* **ViewBinding** for binding .xml views to objects in Activities and Fragments
* **[Room](https://developer.android.com/jetpack/androidx/releases/room)** for local data layer.
* **[Lifecycle components](https://developer.android.com/jetpack/androidx/releases/lifecycle)**.
* **ViewModel** for implementing MVVM pattern.
* **Livedata** as dataholder for UI layer.
## Key features
#### i.e. what is unique among other samples?
* **Java** as programming language
* You can add your sign using built in **drawing activity**
* You can also add PDF to add the sign to it.
* You can also save **Many signatures** it uses room database to store it.
* You can also save the signature added PDF and also share from it.
## Download
[
](https://play.google.com/store/apps/details?id=com.varshith.pdfdigitalsignature)