Browse Source

[转档] - 自定义页面范围报错

liujiajie 11 months ago
parent
commit
2464193714

+ 1 - 0
PDF Office/PDF Master/Class/PDFTools/Convert/NewController/KMConvertWindowController.swift

@@ -966,6 +966,7 @@ let kConvertFileSavePath = (kTempSavePath?.stringByAppendingPathComponent("conve
             guard self.handInputButton.state == .on else { return }
             let fileAttribute = KMFileAttribute()
             fileAttribute.pdfDocument = self.pdfDocument
+            fileAttribute.filePath = self.pdfDocument?.documentURL.path ?? ""
             fileAttribute.bAllPage = false
             fileAttribute.pagesType = .custom
             fileAttribute.pagesString = self.pageRangeTextField.stringValue