PDFDrawingView icon indicating copy to clipboard operation
PDFDrawingView copied to clipboard

PDFDrawingView is a lightweight PDF Viewer that has built in functionality for drawing.

Results 8 PDFDrawingView issues
Sort by recently updated
recently updated
newest added

Is there any way I can implement the undo/redo function?

dyld: Library not loaded: @rpath/XCTest.framework/XCTest Referenced from: /Users/i-Phone4/Library/Developer/CoreSimulator/Devices/C87CD527-054A-4461-8FB8-57119DDC6C5E/data/Containers/Bundle/Application/36AD6788-55D9-4001-BB15-B4397B61B25E/SamplePDFDrawingViewApp.app/SamplePDFDrawingViewApp Reason: image not found

at the time of loading pdf from URL Border will be displayed. i attached code snippet here. let pdf = PDFDocument(url: URL(string: urlFromData)!) { pdfView = PDFDrawingView(frame: holdingView.bounds, document: pdf,...

Apple pencil not writing while writing the text on pdf view. finger gesture working smoothly for writing.

` 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...

When using `self.pdfDrawer.createPDF()` it saves locally white PDF with drawings only. Is there a fix for this? Btw, there is a directory in createPDF method located in PDFDrawingView.swift: "/Users/Jack/".

when I tried to call it like the document or the simple project it shows PDFDrawingView(NSCoder: ) I don't know how to fixed and I'm in trouble please help me

Hi, great project! Do you know how we could improve performance? I'm having stuttering effects on my iPhone XS after scrolling 3-4 pages, even without any annotation/drawing. The stuttering occurs...