Coder Social home page Coder Social logo

android-pdf-signer's Introduction

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
  • ...

android-pdf-signer's People

Contributors

zhoorta avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.