airprint Questions
4
Solved
I am developing an app which requires visitor passes to be generated and printed directly from an iPad over AirPrint.
I have looked everywhere to find out how to print a view but I can only find h...
1
Solved
My ultimate goal is to create multiple UIMarkupTextPrintFormatter and print them all in one print job.
For example, the first formatter contains text that fills up the first page and a little bit ...
2
I am researching a potential app for a client, and I had a question I wasn't able to find the answer on. What I would like to do is print automatically, without having the UIPrintInteractionControl...
3
Solved
I'm trying to print a file using straight HTML, however, I am having difficulties adding images to the print file.
How can I reference images in my project in the HTML that I want to print? Does ...
Gurgle asked 14/8, 2011 at 17:43
2
Solved
I'm trying to set up printing through an iPad app, where clicking Print will print a view with all of its contents. Here's what I've tried (pulled together from a few examples online):
// This is ...
Emplane asked 4/9, 2015 at 17:30
1
I am working on a hybrid HTML5/iOS app that uses the Safari Webview. We are using AirPrint to allow the user print the contents of the webview. The problem I am having is that after the print dialo...
1
Is this possible? I checked out printing to an AirPrint printer from Android, but it was closed for "not being a question" (I don't really know why, it seemed like a legitimate question t...
Harod asked 2/7, 2013 at 4:10
3
I've developing an iPad/iPhone application that requires that I print out a receipt on a network printer when I finish a transaction. I've managed to get airprint functionality working to some exte...
3
Solved
In my iOS app, I have the following code that is being used for AirPrinting a simple NSString.
#pragma mark - Print
-(IBAction)print:(id)sender {
UIPrintInteractionController *pic = [UIPrintInte...
Levins asked 15/4, 2012 at 14:53
1
Solved
I could find some code for skipping the Printing UI and direct print through the Air Printer.But the code was incomplete. The code is below,
UIPrinterPickerController *printPicker = [UIPrinterPic...
Yerxa asked 28/4, 2015 at 16:51
4
Solved
Is there a way to test whether correct pages are being passed for printing from iPhone App if we do not have AirPrint enabled printers?
Please let me know.
Quiddity asked 27/1, 2012 at 4:5
2
Can any one guide me how to print the contents of my UIWebview,
FOR EX : - i would like to print my doc,xls,ppt file from UIWebview to print the contents.
Please get some links or sample code to ...
1
I have a problem with UIPrintInteractionController I send a pdf to print and with a devices with ios 5 when i press print button is send the file to the printer and works. but when I test on a devi...
Swell asked 20/6, 2013 at 16:16
3
Solved
Historically, my app has generated confirmations as plain HTML and passed that HTML to the normal MFMailComposeViewController for emailing to the customer. I wanted to try to leverage the new print...
Jacelynjacenta asked 4/12, 2010 at 23:33
2
From my application, how can I allow a user to print a document or page from an iPhone or iPad? Which versions of iOS support printing?
Gaye asked 7/2, 2011 at 7:0
1
Solved
I am printing out a UIImage using AirPrint but the margins aren't correct. This is what it looks like when it prints:
Is there a way I can make it fit perfectly on the paper?
Here's the code as ...
Jozef asked 4/10, 2011 at 17:59
2
Solved
I have a singleton popover, so that I only show one popover at a time. When I do my share popover, and choose AirPrint, the share popover correctly goes away, showing the AirPrint popover in its pl...
Configuration asked 22/6, 2011 at 3:8
1
Solved
I'm using following code to print HTML content containing text and images.
if (![UIPrintInteractionController isPrintingAvailable]) {
UIAlertView *alertView = [[[UIAlertView alloc]
initWithTitl...
Papain asked 28/4, 2011 at 11:26
1
Solved
Im having real trouble with this one. I dont know what is wrong, but it spits this out:
ERROR: attempting to display print options with no printing source(item/items/formatter/renderer) set
The c...
Rabkin asked 21/2, 2011 at 16:14
0
Has anyone heard of anyone having any success implementing Apple's new AirPrint protocol on Android?
From various descriptions, it appears to be a fairly simple protocol employing Internet P...
1
© 2022 - 2024 — McMap. All rights reserved.