Skip to content

yeokm1/nus-soc-print

Repository files navigation

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. If you want to know more, I have written a user/dev guide that can be found in the user-dev-guide directory.

##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 60 64 bit SDK
  2. Android 6.0 SDK
  3. Android Studio 1.3.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 and Usage
  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