Skip to content

PDF reader for titanium android apps

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.txt
Notifications You must be signed in to change notification settings

gigakiller/pdfreader

Repository files navigation

#PDF Reader

Description

This module extends https://github.com/JoanZapata/android-pdfview in titanium.

Usage

var win = Ti.UI.createWindow({
	backgroundColor : 'white',
	exitOnClose : true
});
if (Ti.Platform.name == "android") {
	var pdfreader = require('com.mykingdom.pdfreader');
	var pdfReader = pdfreader.createReader();
	win.add(pdfReader);
	//Make sure the file exists
	var file = Ti.Filesystem.getFile(Ti.Filesystem.externalStorageDirectory, "sample.pdf");
	pdfReader.loadPDFFromFile(file);
}
win.open();

About

PDF reader for titanium android apps

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published