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.
Related Questions in C#
- How to call a C language function from x86 assembly code?
- What does: "char *argv[]" mean?
- User input sanitization program, which takes a specific amount of arguments and passes the execution to a bash script
- How to crop a BMP image in half using C
- How can I get the difference in minutes between two dates and hours?
- Why will this code compile although it defines two variables with the same name?
- Compiling eBPF program in Docker fails due to missing '__u64' type
- Why can't I use the file pointer after the first read attempt fails?
- #include Header files in C with definition too
- OpenCV2 on CLion
- What is causing the store latency in this program?
- How to refer to the filepath of test data in test sourcecode?
- 9 Digit Addresses in Hexadecimal System in MacOS
- My server TCP doesn't receive messages from the client in C
- Printing the characters obtained from the array s using printf?
Related Questions in PRINTING
- Why does print(list.sort()) result in None?
- How do I print a JTable in the form: Image + header + table in a single page (Java Swing)
- Neptune 3 Pro, Prusa slicer won't stick on plate
- Disable the -n for pyexiftool such that fields like LensID are formatted for human reading
- Why am I not receiving Internet from my Wi-Fi unless I connect to a VPN?
- how check if printing content on new page
- Android PrintManager: process gets killed, print outputs file of zero bytes length
- Print The Receipt Only Using PHP or JS
- How do you make the pop up appear and print a sentence in the main/side panel?
- GDI - Why the printing StartPage() function works in 32 bit but raises an exception in 64 bit?
- Mobile printing PT200 tru Bluetooth opened in web app
- How to keep tqdm progress bar on the bottom of the terminal?
- PlatformException(connect_errd or timeout)
- Chrome PDF print image aspect ratio incorrect - very apparent with small images - is there a workaround?
- Map to fit postersize using Cartopy
Related Questions in BONJOUR
- How can I discover SMB File Servers on the local network in macOS?
- Access webserver from a USB-tethered Android
- Local networking without an existing Wi-Fi or Internet connection
- Determine the host address of a Bonjour service address containing "_tcp"
- A Bonjour service that was discoverable in Android 13 is not discoverable in Android 14 using same codes with NsdManger
- Option to connect a React Native application to an Electron app in an offline situation
- Bonjour services do not resolve addresses in release mode
- Bonjour with NWListener & NWBrowser p2p connections
- Windows 11 not resolving .local addresses using mDNS
- Kdnssd Not working in Release Mode Qt c++
- Share data between 2 apps without internet using React Native
- Why are TXT Records set to nil when using NWBrowser for Network.framework?
- How to 'avahi-browse' from a docker container on MacOS?
- Get Model Identifier of Device in Network
- Swift Local Network netServiceDidPublish not called
Related Questions in AIRPRINT
- Can I schedule multiple print jobs in parallel using UIPrintInteractionController?
- Airprint frame on screen for badges
- How to print double-sided pages using UIPrintInteractionController(AirPrint) in Swift
- UIPrintInteractionController inconsistence on repeated print action
- Initialize a UIPrinter from a CUPS printer URL
- UIPrintInteractionController's printToPrinter crash in 'lookupLastUsedPrinter' API call
- Swift: Use AirPrint and UIPrintInteractionController to print PostStamp onto an envelope
- Trying to add functionality to be able to air Print a UITableView
- What API/SDK to print automatically to thermal printer (e.g. Brother QL) with my React Native iPhone app without interaction?
- Can't see navigation bar of UIPrintInteractionController(Swift) in Light mode
- What protocol do modern computers use to communicate with printers?
- Swift 5 Error The printer appears to be a different "(Printer name)"
- in `browse': private method `new' called for DNSSD::Service:Class (NoMethodError)
- Create PDF of UITableView to AirPrint Xcode and Swift
- All buttons in ViewController triggering AirPrint Swift
Related Questions in VIRTUAL-PRINTER
- How to build dll for virtual printer: mfilemon.dll, PRINTERDRV.DLL, PRINTER.GPD, PRINTERUI.DLL, SCRIPT.HLP in win11
- How to use usbprinter package in golang?
- Can I emulate Epson Thermal POS printer?
- get data from printer local port
- Windows 10: Simple way to print a PDF-file without the save-dialog
- How to set up a PDF network printer that will keep the PDF file
- Ghostscript Virtual PDF Printer
- How to save as PDF while printing a document on actual printer
- Print Word Document using a virtual PDF printer from C# programmatically and silently
- How to get Microsoft Word print docx right with my virtual printer using ghostscript?
- Convert .ps file to .txt (russian language)
- How to programmatically print files and web pages to PDF through "Microsoft print to PDF"?
- How to set fix directory for output file in V4 Printer Driver
- Converting Postscript file to Text file using gostscript or ps2txt converter
- How to fake an AirPrint printer
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?
Popular Tags
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)
See https://github.com/istopwg/ippsample. ippserver is treated as an AirPrint printer with specific options and minor adjustments, which are well documented elsewhere.