Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
47 views

I'm using iText to populate values in a fillable PDF. While the values appear correctly when the PDF is opened in most viewers, they do not show up when viewed using AirPrint. This issue affects both ...
user3734090's user avatar
2 votes
1 answer
68 views

For printing from worker thread to a UIPrinter (whose URL I have saved), I am doing this and able to print: func PrintPdfDocument (pDocument:Data) { // Create a print interaction controller ...
Abhishek's user avatar
  • 251
0 votes
1 answer
307 views

I am trying to print label in a swiftUI using airPrint My label is a html Code this is what I am doing : let printController = UIPrintInteractionController.shared let printInfo = UIPrintInfo(...
Simon Robitaille's user avatar
0 votes
1 answer
326 views

We are seeing following crash in our codebase (iOS 15) with following call stack in UIPrintInteractionController. Could anyone please help with your inputs on how we can address following "...
Sindhusha Yadavalli's user avatar
1 vote
0 answers
155 views

I have a (to-do style) list app. the data is laid out in a diffable dataSource tableview with custom cells. I have a functioning dropdown menu and I'm trying to add a print button so the user can ...
rBalmer's user avatar
  • 105
0 votes
1 answer
116 views

Issue with light mode in AirPrint(Swift). Is there any way to change the colour of the navigation bar?
Roshane Valentine De Silva's user avatar
0 votes
1 answer
2k views

I'm using this function to print directly to printer. The first print is ok but when I try to print another document I get this error: "The printer "EPSON WF-5710" appears to be ...
RFComp's user avatar
  • 1
1 vote
0 answers
143 views

Looking for a solution to create a pdf programatically with the contents of my UITabelView with a label on top and allow the users to print on standard A4 paper. This is my not working code: ...
BlueBulls's user avatar
0 votes
1 answer
1k views

I've been trying to get a UIPrinterPicker to show up but for some reason it just never does. The completion handler gets called immediately. The UIPrintInteractionController shows up just fine but ...
ProJedi's user avatar
2 votes
1 answer
1k views

iOS has a printing feature known as AirPrint, which does not require to install a specific device driver. My iOS App prints an image data through AirPrint, but sometimes print queue of AirPrint gets ...
moslee's user avatar
  • 41
2 votes
0 answers
2k views

I have made an app, and the app needs to print a receipt. I have a star TSP650 II thermal printer that supports AirPrint. I can print and that works fine. The use of previous selected printer also ...
SorenPeter's user avatar
0 votes
0 answers
149 views

I've had generally good experience with the ippserver at https://github.com/istopwg/ippsample on Windows. I've spooled pdf files "printed" from an iPad. I don't rely on Bonjour printer discovery. I'm ...
Ian's user avatar
  • 640
4 votes
0 answers
152 views

I have a WebView, and want to print it's HTML content via AirPrint. I want to add custom page margins to this content. I was able to achieve it using my own subclass of UIPrintPageRenderer Now, ...
vinayak vanjari's user avatar
2 votes
0 answers
641 views

I am trying to generate dns-sd query for _universal._sub._ipp.tcp.local, is there a way to request subquery. ciscos-Mac-mini:~ cisco$ dns-sd -Z _ipps._tcp,_universal Browsing for _ipps._tcp,...
Harish Nj's user avatar
0 votes
1 answer
1k views

POS systems mostly can detect thermal printers automatically, as far as I know there are only two ways for an installed application on ios to do that, either by faking it as an Airprint or going with ...
fafa92's user avatar
  • 143
0 votes
1 answer
197 views

Basically what is happening is I am constructing a PDF file from screenshots of the user's screen. The view contains a table view with text and icons. Actually going through with the print process, ...
swiftyboi's user avatar
  • 3,312
1 vote
2 answers
5k views

I am new to iOS development. I have a task to develop an iOS app which connects to Bluetooth printer using Bluetooth and complete a printing task. I have few questions they are as follows 1) Does ...
vtechbrains's user avatar
4 votes
2 answers
685 views

I've implemented AirPrinting from my app but I'm facing a strange issue. Whenever the print dialog appears, there are no Cancel or Done/Print buttons displayed, as shown in the following image. The ...
Snouto's user avatar
  • 1,031
0 votes
0 answers
233 views

I am building an app that uses a bunch of text fields to let the user fill in at a doctors office. They will then hit a print button to print the pdf like page that has been filled out by the user. ...
Blue Moose's user avatar
0 votes
1 answer
2k views

I want to write (preferably in C# but that is not essential, and preferably on Windows though, again, that is not essential) something that looks to iOS devices to be an AirPrint printer. I want the ...
Ian's user avatar
  • 640
3 votes
0 answers
446 views

I am trying to print webview content to airprinter. Everything works fine except I am not getting page breaks. I have searched in many forums but I didn't found the solution. This is my HTML Template ...
Faisal Khalid's user avatar
0 votes
0 answers
416 views

I've been using the UIPrintInteractionController with a preselected UIPrinter to allow users of our app to print without presenting the dialog to select a device. One problem we're having, however, is ...
eugene's user avatar
  • 1,004
2 votes
0 answers
477 views

I am trying to AirPrint a UIImage using UIPrintInteractionController this code works successfully except a margin is added to the print preview which is not desirable for me. how can I customize the ...
EhsanR's user avatar
  • 467
1 vote
1 answer
394 views

I have a UIWebView. I want to print the contents of it using AirPrint. I came up with this code: @IBAction func print(_ sender: Any) { let printController = UIPrintInteractionController.shared ...
Sweeper's user avatar
  • 292k
1 vote
3 answers
1k views

I have to send an Airprint my WebView in landscape mode. But I am getting error while setting up my orientation. I have written this code let printcontroller = UIPrintInteractionController....
Vishwa Raj's user avatar

1
2 3 4 5