Using AirPrint to print a view
How is this done? The docs that come with the module are downloading a PDF and then printing that; I need to print a part of my app (a view). I have emailed this view before by using img =...
View ArticleiOS Printing - Anyone got pointers?
Trying to find any documentation on printing from iPads, and currently I'm not finding anything at all. Does anyone have any hints on this?
View ArticleI would like to add print to my list of share options how would I do this...
Mobile Application, IOS, Titanium Studio, build: 2.1.2.20. Javascript. As stated above I would like to set up print functionality to my app, I am aware of some SDK/Downloadable content to achieve this,...
View ArticlePrinting Document
Dear ALL, Is there any way to print document from application written in Titanium? If you know please share, I do need it. Thanks and Regards, Cheng Chhuong
View ArticleDoes Titanium Expose Android API to Print to a Bluetooth Printer?
My requirement is to be able to send to print from my Titanium Android app. Directly and without first generating a pdf or something else intermediate. Is this possible with Titanium? I would...
View ArticlePrinting support
Is there some king of support from appcelerator about printing using iOS? The only topic I found about it was this from apple:...
View ArticleCan't AirPrint a view converted to an image?
I am trying to print a view I have converted to an image with the toImage method. I have successfully used this method to get an email-able image. So, following some advice found here, I tried doing...
View ArticleHow to Print a Document from iOS and Android app
I have a solution for Printing document from iOS and Android app using Google Cloud print and AirPrint in iOS Refer below links for details. GitHub Link
View ArticlePrinting support on Android?
I'm wondering if anyone has actually gotten printing to work on Android with Titanium? I've gotten as far as creating an intent, starting the activity and thus opening the app for printing (HP ePrint...
View ArticleAirPrint Module
Hello, I have a working Xcode example to implement IOS AirPrint, but am struggling to develop a custom module to implement in Titanium. Anyone with more custom module experience want to team-up to...
View ArticlePrint screenshot iOS
Is there anyway to print the a screenshot from iOS? I have used the below but it's not doing anything. Thanks! Ti.Media.takeScreenshot(function(event){ AirPrint.print({ url: event.media,...
View ArticleBug in AirPrint module, can't print .doc and .docx file on iOS 7
AirPrint module can not print .doc and .docx extension file in iOS 7, application get freeze and got crash, but working fine on iOS 6. I'm testing build on iPad iOS7 where its giving problem. I am...
View ArticleArray value problem
Hello, Sorry, because it seems to be a quite stupid problem. I am trying to print "fullName" and I have this small piece of code: var c = contactosInteresados[i]; Ti.API.debug( 'Users: ' +...
View ArticleIs it possible to print a scrollView?
Hi, I would like to print (or save in cameraroll) a scrollView. My idea is to have a view that I use to export some data that are inside the iPad app. I can print the scrollView but only the 'visible'...
View ArticlePrinting Via Bluetooth in Android
Hi I am developing an application in which i require to print a doc to be print via bluetooth through printer. There are modules in the market place but not finding them useful, can anyone please help...
View ArticleIts possible to do a print intent form appcelerator?
Its possible to do that in appcelerator ? Intent intent = new Intent("com.sec.print.mobileprint.action.PRINT"); Uri uri = Uri.parse(“http://www.samsung.com");...
View ArticlePrint WebView via TCP
Hi All, I've got a WebView that contains a basic html and css page. I need to get this into either a ImageView or PDF ready to be printed. If I dont need to convert it, then my hopes were to open a...
View ArticlePrint WebView or view local html file in DocumentViewer and print
I'm trying to generate some dynamic reports in my iPad app that i need to be able to print. The reports will contain images stored on the iPad, as it'll be operated offline on occassion. I've managed...
View Article