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 iOS device user experience to be as it would be if it was really dealing with an AirPrint printer. I want to be able to get the output to be printed as pdf document and something to identify the user. I want to store the output for later printing. I hope someone can point me in the direction of some documentation or learning materials that will help me achieve this. I've done a lot of browsing online and have drawn a blank. There are utilities that make non-AirPrint printers discoverable by iOS so I presume what I want to do can be achieved.
How to fake an AirPrint printer
1.3k Views Asked by Ian At
1
There are 1 best solutions below
Related Questions in C#
- Passing arguments to main in C using Eclipse
- kernel module does not print packet info
- error C2016 (C requires that a struct or union has at least one member) and structs typedefs
- Drawing with ncurses, sockets and fork
- How to catch delay-import dll errors (missing dll or symbol) in MinGW(-w64)?
- Configured TTL for A record(s) backing CNAME records
- Allocating memory for pointers inside structures in functions
- Finding articulation point of undirected graph by DFS
- C first fgets() is being skipped while the second runs
- C std library don't appear to be linked in object file
- gcc static library compilation
- How to do a case-insensitive string comparison?
- C programming: Create and write 2D array of files as function
- How to read a file then store to array and then print?
- Function timeouts in C and thread
Related Questions in PRINTING
- How to send ESC/POS commands to thermal printer in Linux
- JTable Printing. How to set page breaks programmatically?
- Why do print and echo behave differently in a "for" loop
- Is there a way to limit the html page to a particular page size?
- How to execute keybord shortcut CTRL + P by clicking a link using jquery
- Chrome print preview disable only link location in footer and header
- C program doesn't print
- how to print a receipt to a particular printer
- How to print Jasper reports from servlets?
- Is it possible to print web content on thermal printer?
- How to print the HTML in Java
- How to get a response of file printing job to user from printer using CUPS in linux
- Android PrintManager get callback
- Business card height and width in pixels on web?
- Microsoft Dynamics Ax 2012 R2 run time issue
Related Questions in BONJOUR
- C# Discover devices with Mono.Zeroconf
- Concurrent Android - bonjour discovery possible?
- Using apple mdns service in android
- Getting the HostName of a Remote iOS Device with NSNetService
- Will OSX devices register to a Raspberry Pi running avahi-daemon
- How to terminate a bonjour registered service
- zeroconf implementation on an embedded linux system
- Multipeer connectivity in iOS
- NSNetServiceBrowser browse all service type
- Need more ideas: How to check if iPhone is in Wifi
- Bonjour SDK for Windows 8.1
- socket sendto get the error 22 during udp packets
- Bonjour: Search for a service by name
- Detect iDevices and exchange information
- Bonjour/Cocoa: Is the NSNetServerBrowser still listening if 'moreServicesComing' is NO?
Related Questions in AIRPRINT
- Wrong paper size in AirPrint
- How can I get rid of page margins using UIPrintInteractionController for Airprint
- Is it possible to print from iPhone & iPad app?
- How to print a NSString using AirPrint?
- iPad/iPhone -- printing directly to a network printer without airprint popover
- iOS kiosk app needs to print without dialog box
- iPad javascript print() method does not work in fullscreen?
- How to test printing from iPhone App if we do not have AirPrint enabled Printers?
- AirPrint UIImage A4
- How to print a UITextField text by AirPrint
- Pushing a UIPrintInteractionController to a UINavigationController stack
- IPP over HTTP: getting 400 bad request as a response
- UIPrintInteractionController print issue
- Custom printing options using AirPrint and UIPrintInteractionController
- How to prevent other iOS applications from printing to an AirPrint device?
Related Questions in VIRTUAL-PRINTER
- Creating a cross-platform custom virtual printer in Qt or any other IDE
- How to build dll for virtual printer: mfilemon.dll, PRINTERDRV.DLL, PRINTER.GPD, PRINTERUI.DLL, SCRIPT.HLP in win11
- IDE for Windows Driver Development
- Create virtual 'shredder' printer
- How to emulate a printer in C#
- How to set up a PDF network printer that will keep the PDF file
- How to use usbprinter package in golang?
- get data from printer local port
- Ghostscript Virtual PDF Printer
- How to set fix directory for output file in V4 Printer Driver
- How to get Microsoft Word print docx right with my virtual printer using ghostscript?
- How to programmatically print files and web pages to PDF through "Microsoft print to PDF"?
- How to fake an AirPrint printer
- Development using Virtual printers instead of real printers
- printerplusplus not creating the vitual printer
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
See https://github.com/istopwg/ippsample. ippserver is treated as an AirPrint printer with specific options and minor adjustments, which are well documented elsewhere.