-
Notifications
You must be signed in to change notification settings - Fork 11
Blank pdf pages #7
Copy link
Copy link
Open
Description
let data = pdfView.createPDF() let documentsPath = NSSearchPathForDirectoriesInDomains(.documentDirectory, .userDomainMask, true)[0] as String let filePath = "\(documentsPath)/myCoolPDF.pdf" do { try data.write(to: URL(fileURLWithPath: filePath)) } catch { print("error") }
after writing data to a document directory. PDF creates but the first three pages shows only drawing. not the pdf pages. But other pages with drawing shows correctly...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels