Home
Softono

Android Pdf Signer

Open source Java
31
Stars
13
Forks
0
Issues
3
Watchers
6 years
Last Commit

 About Android Pdf Signer

Android App for appending signatures to pdfs

Platforms

Web Self-hosted Android

Languages

Java

Links

Need Help Installing Android Pdf Signer?

We provide expert installation service for this software. Our team will install, configure, and secure Android Pdf Signer on your server. plans start at just $30.

Android Pdf Signer

View on GitHub

Android PDF Signer

Android PDF Signer is an Android App written in Java that:

  • given an id, grabs a pdf from a network share to local storage;
  • captures the signature using an on screen signature pad;
  • appends the captured signature to the pdf;
  • saves the resulting pdf to the network share;

Installation

Clone the project from github:

git clone https://github.com/zhoorta/android-pdf-signer.git

Open the project with Android Studio (recommended).

Usage

The app uses a network share (currently only SMB/Samba shares) to grab original (in folder) and save resulting pdfs (out folder). To be used it is necessary to configure the SMB share access with: server, username, password, domain and sharename.

In the main activity the user inputs an ID. The app then searches for a file with the name ID.pdf on the in folder. If found opens the file for preview. Choosing the option to sign, the app opens a signature pad to capture the signature. When saving, appends the signature to the pdf using a configured width, height, page and position on the pdf document. The document is then saved on the out folder of the network share.

Libraries

Screenshots

Search screen | PDF viewer PDF signing | Resulting PDF Server settings | Signature settings

Todo

  • Add other type of file shares/cloud storage like Amazon S3
  • ...