vshivam / nus-soc-print

An Android application that prints office documents and PDF files to Unix printers in NUS School Of Computing via SSH

Home Page:http://yeokhengmeng.com/2014/12/nus-soc-print-androidios-background-technical-aspects-and-learning-points/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nus-soc-print

An Android application that prints office documents and PDF files to Unix printers in NUS School Of Computing via SSH. The iOS version exists here.

This app is published on the Play Store.

##Features

  1. Print PDF, DOC, DOCX, PPT, PPTX and ODT files
  2. Page range to be printed
  3. Remaining quota check
  4. Print Status Check
  5. Page formatting for documents
  6. Accepts file sharing from other apps
  7. Deleting of existing job in print queue
  8. Runs on Android 2.1 and up for maximum compatibility

##Screenshots

##Build Tools

  1. Java 8 Update 25 64 bit SDK
  2. Android 5.0.1 SDK
  3. Android Studio 1.0.2

##Libraries used

  1. Jsch SSH library
  2. Flurry Analytics (works only for Android 2.3.3 and above)
  3. Crashlytics
  4. aFileChooser
  5. Docs to PDF converter. From another project of mine.
  6. Craft Support Email Intent. From another project of mine.

##References

  1. PreferenceListFragment
  2. SSH example code
  3. nup_pdf PDF formatting library
  4. Multivalent PDF formatting library
  5. Merge 2 Git repos
  6. Android Asset Studio
  7. Convert bytes to human readable form

About

An Android application that prints office documents and PDF files to Unix printers in NUS School Of Computing via SSH

http://yeokhengmeng.com/2014/12/nus-soc-print-androidios-background-technical-aspects-and-learning-points/

License:MIT License


Languages

Language:Java 100.0%