Open musbah98 opened 4 years ago
I printed url in console document return nil
I just edit how you create link in "PDFDocument" file
was -> self.fileUrl = URL(fileURLWithPath: filePath, isDirectory: false) after my edit -> self.fileUrl = URL(string: filePath)
I printed url in console document return nil