Titanium Module for accessing the Android PrintManager
Download the latest distribution ZIP-file and consult the Titanium Documentation on how install it, or simply use the gitTio CLI:
$ gittio install de.manumaticx.printmanager
var PrintManager = require('de.manumaticx.printmanager');
PrintManager.print({
// assuming file exists:
// Alloy: /app/assets/test.pdf
// Classic: /Resources/assets/test.pdf
url: '/test.pdf'
});