uiprintformatter Questions
2
Solved
I am working on the iPhone app using print image concept using UIPrintInteractionController. I have stuck at one point i.e. border, whenever I tried to print any image using printer it always sho...
Malformation asked 24/10, 2017 at 19:16
2
Solved
Im creating a pdf file out of html content in swift 3.0:
/**
*
*/
func exportHtmlContentToPDF(HTMLContent: String, filePath: String) {
// let webView = UIWebView(frame: CGRect(x: 0, y: 0, width...
Ingmar asked 25/10, 2016 at 12:5
3
Solved
TLDR: If you print UIWebView which contains HTML content consisting of elements with text aligned right / center, resulting document will have pages with unexpectedly large bottom margins.
I came ...
Gilberte asked 30/4, 2015 at 9:54
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
Solved
I’m trying to print from a WKWebView. Webpages and images are working fine.
Only when I print a PDF file the pages are all blank.
This is the code I've used to create a printController:
let pri...
Hydroxyl asked 27/8, 2015 at 13:42
1
© 2022 - 2024 — McMap. All rights reserved.