123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773 |
- //
- // KMEditPDfHanddler.swift
- // PDF Reader Pro
- //
- // Created by tangchao on 2024/6/16.
- //
- import Cocoa
- @objc enum KMRightSideLastState: Int {
- case none = 0
- case open = 1
- case close = 2
- }
- // EditPDF处理对象
- class KMEditPDfHanddler: NSObject {
- weak var viewC: KMMainViewController?
-
- static let kRightSideLastStateKey = "KMRightSideLastStateKey"
-
- // 正在新增文本块
- var addTextAreaing = false
- var fontSizeChanging = false
- var textAlignChanging = false
-
- weak var listView: CPDFListView? {
- get {
- return self.viewC?.listView
- }
- }
-
- var annotationType: CAnnotationType {
- get {
- return self.listView?.annotationType ?? .unkown
- }
- }
-
- weak var rightViewC: KMRightSideViewController? {
- get {
- return self.viewC?.rightSideViewController
- }
- }
-
- var subViewType: RightSubViewType {
- get {
- return self.rightViewC?.subViewType ?? .None
- }
- }
-
- // var toolMode: CToolMode {
- // get {
- // return
- // }
- // }
-
- var isEditImage: Bool {
- get {
- return self.listView?.isEditImage ?? false
- }
- }
-
- var isEditing: Bool {
- get {
- return self.listView?.isEditing() ?? false
- }
- }
-
- var editingConfig: CPDFEditingConfig? {
- get {
- return self.listView?.editingConfig()
- }
- }
-
- var editingAreas: [CPDFEditArea] {
- get {
- return self.listView?.editingAreas() as? [CPDFEditArea] ?? []
- }
- }
-
- var editingImageAreas: [CPDFEditImageArea] {
- get {
- var areas: [CPDFEditImageArea] = []
- for area in self.editingAreas {
- if let data = area as? CPDFEditImageArea {
- areas.append(data)
- }
- }
- return areas
- }
- }
-
- var editingTextAreas: [CPDFEditTextArea] {
- get {
- var areas: [CPDFEditTextArea] = []
- for area in self.editingAreas {
- if let data = area as? CPDFEditTextArea {
- areas.append(data)
- }
- }
- return areas
- }
- }
-
- var rightSideLastState: KMRightSideLastState {
- get {
- let state = KMDataManager.ud_integer(forKey: Self.kRightSideLastStateKey)
- return KMRightSideLastState(rawValue: state) ?? .none
- }
- set {
- KMDataManager.ud_set(newValue.rawValue, forKey: Self.kRightSideLastStateKey)
- }
- }
-
- private var startPoint_: NSPoint = .zero
-
- func enterEditPDF() {
- let toolMode = self.listView?.toolMode ?? .none
- if toolMode != .editPDFToolMode { // 退出
- self.listView?.updateActiveAnnotations([])
- self.listView?.setNeedsDisplayForVisiblePages()
- self.listView?.commitEditFormText()
- self.closeRightPane()
-
- self.clearData()
- return
- }
-
- self._addNotification()
-
- if self.rightSideLastState == .open {
- self.openRightPane()
- } else {
- self.closeRightPane()
- }
-
- self.listView?.updateActiveAnnotations([])
- self.listView?.setNeedsDisplayForVisiblePages()
- self.listView?.commitEditFormText()
- self.listView?.annotationType = .editTextImage
-
- // 设置边框颜色
- self.editingConfig?.editingBorderColor = .clear
- // 设置边框宽度
- // self.editingConfig?.editingBorderWidth = 10
- // 内容与边框的间距
- // self.editingConfig?.editAreaMargin = .init(floatLiteral: 5)
- // 设置选中块边框颜色
- // self.editingConfig?.editingSelectionBorderColor = .red
- // 显示hover边框
- self.editingConfig?.isShowMouseAreaHover = true
-
- // hover
- // 边框宽度
- // self.editingConfig?.mouseHoverBorderWidth = 1
- // 边框颜色
- self.editingConfig?.mouseHoverBorderColor = NSColor(hex: "#999999")
- // 边框虚线设置
- self.editingConfig?.mouseHoverBorderDashPattern = [3,3,3]
- // 块填充颜色(拖拽中)
- // self.editingConfig?.editAreaMoveFillColor = .cyan
- // 是否显示位置辅助线
- self.editingConfig?.isShowEditingAreaHover = true
- // 辅助线颜色
- // self.editingConfig?.editingHoverBorderColor = .brown
- // 支持多选
- self.editingConfig?.isSupportMultipleSelectEditingArea = true
- // 图片是否显示8个操作点
- self.editingConfig?.isDrawRectWithDot = true
-
- // self.editingConfig?.editingMouseSelectionBorderColor
- self.editingConfig?.editingMouseSelectionBorderWidth = 1
- self.editingConfig?.editingMouseSelectionBorderDashPattern = [3, 3, 3]
- }
-
- func commitEditing() {
- let isEdited = self.listView?.isEdited() ?? false
- let isPDFTextImageEdited = self.viewC?.model.isPDFTextImageEdited ?? false
- if isEdited || isPDFTextImageEdited {
- self.listView?.commitEditing()
- }
-
- self.clearData()
- }
-
- func openRightPane() {
- let state = self.rightSideLastState
- if state == .none || state == .open {
- self.viewC?.openRightPane()
- }
- }
-
- func closeRightPane() {
- self.rightViewC?.isHidden = true
- self.viewC?.closeRightPane()
- }
-
- func showPopWindow(positionRect: NSRect, showGuide: Bool) {
- if self.editAreasIsEmpty() {
- return
- }
- let show = KMPreference.shared.editPDFPopWindowIsShow
- if !show {
- return
- }
-
- let win = KMEditPDFPopToolBarWindow.shared
- self._kRemoveChildWindow(win)
-
- let areas = self.editingAreas
- win.isMultiple = areas.count > 1
- var hasText = false
- var hasImage = false
- var fontColors: [NSColor] = []
- for area in areas {
- if let data = area as? CPDFEditTextArea {
- hasText = true
- if let color = self.listView?.editingSelectionFontColor(with: data) {
- fontColors.append(color)
- }
- }
- if area is CPDFEditImageArea {
- hasImage = true
- }
- }
- var style: KMEditPDFToolbarStyle = []
- if hasText {
- style.insert(.text)
- }
- if hasImage {
- style.insert(.image)
- }
- win.style = style
- win.model.editingAreas = areas
- win.model.fontColors = fontColors
- win.model.fontNames = self._editAreasFontNames()
- win.model.fontSizes = self._editAreasFontSizes()
- win.model.fontBolds = self._editAreasFontBolds()
- win.model.fontItalics = self._editAreasFontItalics()
- win.model.textAlignments = self._editAreasTextAlignments()
- win.model.rotates = self._editAreasRotates()
- win.model.opacitys = self._editAreasOpacitys()
-
- let area = (self.listView?.editingAreas().first as? CPDFEditArea)
- var areaBounds = (self.listView?.convert(area!.bounds, from: area!.page) as? NSRect) ?? .zero
-
- var maxX = NSMaxX(areaBounds)
- var maxY = NSMaxY(areaBounds)
- for area in self.editingAreas {
- // let bounds = area.bounds
- let bounds = (self.listView?.convert(area.bounds, from: area.page) as? NSRect) ?? .zero
- areaBounds.origin.x = min(areaBounds.origin.x, bounds.origin.x)
- areaBounds.origin.y = min(areaBounds.origin.y, bounds.origin.y)
-
- maxX = max(maxX, NSMaxX(bounds))
- areaBounds.size.width = maxX-areaBounds.origin.x
-
- maxY = max(maxY, NSMaxY(bounds))
- areaBounds.size.height = maxY-areaBounds.origin.y
- }
-
- self.startPoint_ = self.listView?.documentView().documentVisibleRect.origin ?? .zero
- win.show(relativeTo: areaBounds, of: self.viewC!.listView, preferredEdge: .maxY)
-
- win.animator().alphaValue = 1
- self._kAddchildwindow(win)
- win.itemClick = { [weak self] itemKey, obj in
- if itemKey == .color {
- self?.fontColorAction(color: obj as? NSColor)
- } else if itemKey == .fontStyle {
- self?.fontStyleAction(fontName: obj as? String)
- } else if itemKey == .fontAdd {
- self?.fontAddAction()
- } else if itemKey == .fontReduce {
- self?.fontReduceAction()
- } else if itemKey == .fontBold {
- self?.fontBoldAction()
- } else if itemKey == .fontItalic {
- self?.fontItalicAction()
- } else if itemKey == .textAlignment {
- self?.textAlignmentAction(align: obj as? NSTextAlignment ?? .left)
- }
- // 图片
- else if itemKey == .leftRotate {
- self?.leftRotateAction()
- } else if itemKey == .rightRotate {
- self?.rightRotateAction()
- } else if itemKey == .reverseX {
- self?.reverseXAction()
- } else if itemKey == .reverseY {
- self?.reverseYAction()
- } else if itemKey == .crop {
- self?.cropAction()
- } else if itemKey == .replace {
- self?.replaceAction()
- } else if itemKey == .export {
- if let data = obj as? NSView {
- self?.showExportMenu(data)
- }
- }
- // 对齐
- else if itemKey == .alignmentLeft {
- self?.alignmentAction(align: .Left)
- } else if itemKey == .alignmentCenterX {
- self?.alignmentAction(align: .Horizontally)
- } else if itemKey == .alignmentRight {
- self?.alignmentAction(align: .Right)
- } else if itemKey == .alignmentjustifiedX {
- self?.alignmentAction(align: .DisHorizontally)
- } else if itemKey == .alignmentTop {
- self?.alignmentAction(align: .Top)
- } else if itemKey == .alignmentCenterY {
- self?.alignmentAction(align: .Vertical)
- } else if itemKey == .alignmentBottom {
- self?.alignmentAction(align: .Bottom)
- } else if itemKey == .alignmentjustifiedY {
- self?.alignmentAction(align: .DisVertical)
- }
- }
-
- // 显示新手引导
- if let toolbarView = (win.contentViewController as? KMEditPDFPopToolBarController)?.toolbarView {
- if showGuide {
- self.showGuideView(toolbarView)
- }
- }
- }
-
- func hiddenPopWindow() {
- let win = KMEditPDFPopToolBarWindow.shared
- win.orderOut(nil)
- win.setIsVisible(false)
-
- self._kRemoveChildWindow(win)
- }
-
- func showCropComfirmWindow() {
- let winC = KMEditPDFCropComfirmWindowController.shared
- if KMEditPDFPopToolBarWindow.shared.isVisible {
- let winFrame = KMEditPDFPopToolBarWindow.shared.frame
- let x = winFrame.origin.x + (NSWidth(winFrame)-84) * 0.5
- let frame = NSMakeRect(x, winFrame.origin.y, 84, 44)
-
- winC.window?.setFrame(frame, display: true)
- } else {
- let area = (self.listView?.editingAreas().first as? CPDFEditArea)
- let areaBounds = (self.listView?.convert(area!.bounds, from: area!.page) as? NSRect) ?? .zero
-
- let positioningView = self.listView
- let winFrame = positioningView?.window?.frame ?? .zero
- let toView: NSView? = nil
- var position = positioningView?.convert(areaBounds.origin, to: toView) ?? .zero
- position.x += winFrame.origin.x
- position.y += winFrame.origin.y
- position.y += areaBounds.size.height
- position.y += 26
-
- let x = position.x + (NSWidth(areaBounds)-84) * 0.5
- let frame = NSMakeRect(x, position.y, 84, 44)
-
- winC.window?.setFrame(frame, display: true)
- }
-
- winC.showWindow(nil)
- self._kAddchildwindow(winC.window!)
- winC.itemAction = { [weak self] idx, _ in
- if idx == 0 { // 确认
- self?.cropComfirmAction()
- } else if idx == 1 { // 取消
- self?.cropCancelAction()
- }
- }
- }
-
- func hiddenCropComfirmWindow() {
- let winC = KMEditPDFCropComfirmWindowController.shared
- winC.window?.orderOut(nil)
- winC.window?.setIsVisible(false)
-
- self._kRemoveChildWindow(winC.window)
- }
-
- func showGuideView(_ view: NSView) {
- DispatchQueue.main.asyncAfter(deadline: .now() + 0.1) {
- if KMGuideInfoWindowController.availableShow(.editPDFPopWindow) {
- var winFrame = self.viewC?.view.window?.frame ?? .zero
- winFrame.size.height -= 20
-
- guard let area = (self.listView?.editingAreas().first as? CPDFEditArea) else {
- return
- }
-
- var areaBounds = (self.listView?.convert(area.bounds, from: area.page) as? NSRect) ?? .zero
- var maxX = NSMaxX(areaBounds)
- var maxY = NSMaxY(areaBounds)
- for area in self.editingAreas {
- // let bounds = area.bounds
- let bounds = (self.listView?.convert(area.bounds, from: area.page) as? NSRect) ?? .zero
- areaBounds.origin.x = min(areaBounds.origin.x, bounds.origin.x)
- areaBounds.origin.y = min(areaBounds.origin.y, bounds.origin.y)
-
- maxX = max(maxX, NSMaxX(bounds))
- areaBounds.size.width = maxX-areaBounds.origin.x
-
- maxY = max(maxY, NSMaxY(bounds))
- areaBounds.size.height = maxY-areaBounds.origin.y
- }
-
- let guideWC = KMGuideInfoWindowController.currentWC()
- guideWC.type = .editPDFPopWindow
- var viewFrame = areaBounds
- let tmpY = areaBounds.origin.y+(areaBounds.size.height-KMEditPDFPopGuideView.kHeight+80)
- if tmpY < 50 {
- guideWC.editPDFPopWindowFlag = true
- viewFrame.origin.y += (areaBounds.size.height)
- viewFrame.origin.x += (areaBounds.size.width*0.5+KMEditPDFPopGuideView.kWidth*0.5)
-
- viewFrame.origin.y += 20
- } else {
- guideWC.editPDFPopWindowFlag = false
- viewFrame.origin.y += (areaBounds.size.height-KMEditPDFPopGuideView.kHeight+80)
- viewFrame.origin.x += (areaBounds.size.width*0.5+KMEditPDFPopGuideView.kWidth*0.5)
-
- viewFrame.size.height = KMEditPDFPopGuideView.kHeight+80
-
- let offsetY = NSMaxY(winFrame)-NSMaxY(viewFrame)-NSMinY(winFrame)
- if offsetY <= 0 {
- viewFrame.origin.y += offsetY
- }
- }
-
- guideWC.digitalBoxRect = viewFrame
- var beh = view.window?.collectionBehavior ?? []
- beh.insert(.canJoinAllSpaces)
- guideWC.window?.collectionBehavior = beh
-
- guideWC.window?.setFrame(winFrame, display: false)
- guideWC.window?.minSize = winFrame.size
- guideWC.window?.maxSize = winFrame.size
- self._kAddchildwindow(guideWC.window!)
- guideWC.show()
- DispatchQueue.main.async {
- guideWC.interfaceThemeDidChanged(NSApp.appearance?.name ?? .aqua)
- }
-
- guideWC.settingCallback = {
- KMPreferenceController.shared.showWindow(nil)
- }
- }
- }
- }
-
- func clearData() {
- self.hiddenWindows()
- self._removeNotification()
- }
-
- func hiddenWindows() {
- self.hiddenPopWindow()
- self.hiddenCropComfirmWindow()
-
- KMColorPanelCloseIfNeed()
- }
- }
- // MARK: - Private Methods
- extension KMEditPDfHanddler {
- private func _kAddchildwindow(_ childW: NSWindow?) {
- guard let win = childW else {
- return
- }
- self.viewC?.view.window?.addChildWindow(win, ordered: .above)
- }
-
- private func _kRemoveChildWindow(_ childW: NSWindow?) {
- guard let win = childW else {
- return
- }
- let contains = self.viewC?.view.window?.childWindows?.contains(win) ?? false
- if contains {
- self.viewC?.view.window?.removeChildWindow(win)
- }
- }
-
- private func _addNotification() {
- NotificationCenter.default.addObserver(self, selector: #selector(_scrollViewDidScroll), name: NSScrollView.didLiveScrollNotification, object: self.listView?.documentView())
- }
-
- private func _removeNotification() {
- NotificationCenter.default.removeObserver(self, name: NSScrollView.didLiveScrollNotification, object: self.listView?.documentView())
- }
-
- @objc private func _scrollViewDidScroll(_ noti: Notification) {
- if let data = self.listView?.documentView().isEqual(to: noti.object), data {
- let win = KMEditPDFPopToolBarWindow.shared
- if win.isVisible == false {
- // return
- }
- guard let area = (self.listView?.editingAreas()?.first as? CPDFEditArea) else {
- self.hiddenPopWindow()
- self.hiddenCropComfirmWindow()
- return
- }
-
- let isEditImage = self.listView?.isEditImage ?? false
- if isEditImage {
- let winC = KMEditPDFCropComfirmWindowController.shared
- let winW: CGFloat = 84
- let areaBounds = (self.listView?.convert(area.bounds, from: area.page) as? NSRect) ?? .zero
-
- let winFrame = self.listView?.window?.frame ?? .zero
- let view: NSView? = nil
- var position = self.listView?.convert(areaBounds.origin, to: view) ?? .zero
- position.x += winFrame.origin.x
- position.y += winFrame.origin.y
- position.y += areaBounds.size.height
- position.y += 26
-
- var x = position.x + (NSWidth(areaBounds)-84) * 0.5
- // let frame = NSMakeRect(x, position.y, 84, 44)
-
- // position.x += (areaBounds.size.width*0.5-win.frame.size.width*0.5)
- x = max(0, x)
- var y = max(0, position.y)
-
- let screenFrame = NSScreen.main?.frame ?? .zero
- if y + 44 + 40 >= screenFrame.size.height {
- y = screenFrame.size.height - 44 - 40
- }
-
- let wframe = NSMakeRect(x, y, winW, 44)
- winC.window?.setFrame(wframe, display: true)
-
- if winFrame.contains(wframe) == false {
- self.hiddenCropComfirmWindow()
- } else {
- self.showCropComfirmWindow()
- }
-
- return
- }
-
- var areaBounds = (self.listView?.convert(area.bounds, from: area.page) as? NSRect) ?? .zero
- var maxX = NSMaxX(areaBounds)
- var maxY = NSMaxY(areaBounds)
- for area in self.editingAreas {
- // let bounds = area.bounds
- let bounds = (self.listView?.convert(area.bounds, from: area.page) as? NSRect) ?? .zero
- areaBounds.origin.x = min(areaBounds.origin.x, bounds.origin.x)
- areaBounds.origin.y = min(areaBounds.origin.y, bounds.origin.y)
-
- maxX = max(maxX, NSMaxX(bounds))
- areaBounds.size.width = maxX-areaBounds.origin.x
-
- maxY = max(maxY, NSMaxY(bounds))
- areaBounds.size.height = maxY-areaBounds.origin.y
- }
-
- let winFrame = self.listView?.window?.frame ?? .zero
- let view: NSView? = nil
- var position = self.listView?.convert(areaBounds.origin, to: view) ?? .zero
- if position.y > winFrame.height {
- self.hiddenPopWindow()
- return
- }
- position.x += winFrame.origin.x
- position.y += winFrame.origin.y
- position.y += areaBounds.size.height
- position.y += 26
-
- position.x += (areaBounds.size.width*0.5-win.frame.size.width*0.5)
- // var x = max(0, position.x)
- var x = max(winFrame.origin.x, position.x)
- let width = win.frame.size.width
- let offsetX = x + width - NSMaxX(winFrame)
- if offsetX > 0 { // 超出右编辑
- x -= offsetX
- }
- var y = max(0, position.y)
-
- // let screenFrame = NSScreen.main?.frame ?? .zero
- // let winMaxY = NSMaxY(winFrame)
- let height = NSHeight(winFrame)
- if y + 44 + 40-20 >= height {
- // if y + 44 + 40 + 40 >= screenFrame.size.height {
- // y = screenFrame.size.height - 44 - 40 - 40
- y = height - 44 - 40 + 20
- }
-
- let wframe = NSMakeRect(x, y, width, 44)
- win.setFrame(wframe, display: true)
-
- if winFrame.contains(wframe) == false {
- self.hiddenPopWindow()
- }
- }
- }
-
- private func _reloadData_right_text() {
- self.rightViewC?.eidtPDFTextProperty.handdler = self
- self.rightViewC?.eidtPDFTextProperty.reloadData()
- }
-
- private func _reloadData_right_image() {
- self.rightViewC?.eidtPDFImageProperty.handdler = self
- self.rightViewC?.eidtPDFImageProperty.reloadData()
- }
- }
- // MARK: - Tools
- extension KMEditPDfHanddler {
- func editAreasIsEmpty() -> Bool {
- return self.editingAreas.isEmpty
- }
-
- func editAreasHavTextArea() -> Bool {
- return self.editingTextAreas.isEmpty == false
- }
-
- func editAreasHavImageArea() -> Bool {
- return self.editingImageAreas.isEmpty == false
- }
-
- func editAreasFontColorIsEqual() -> Bool {
- if self.editAreasIsEmpty() {
- return false
- }
- let datas = self._editAreasFontColors()
- if datas.count == 1 {
- return true
- }
- let color = datas.first
- for (i, d) in datas.enumerated() {
- if i == 0 {
- continue
- }
- if d != color {
- return false
- }
- }
- return true
- }
-
- func editAreasFontNameIsEqual() -> Bool {
- if self.editAreasIsEmpty() {
- return false
- }
- let datas = self._editAreasFontNames()
- if datas.count == 1 {
- return true
- }
- let data = datas.first
- for (i, d) in datas.enumerated() {
- if i == 0 {
- continue
- }
- if d != data {
- return false
- }
- }
- return true
- }
-
- func editAreasFontStyleIsEqual() -> Bool {
- if self.editAreasIsEmpty() {
- return false
- }
- let datas = self._editAreasFontStyles()
- if datas.count == 1 {
- return true
- }
- let data = datas.first
- for (i, d) in datas.enumerated() {
- if i == 0 {
- continue
- }
- if d != data {
- return false
- }
- }
- return true
- }
-
- func editAreasFontSizeIsEqual() -> Bool {
- if self.editAreasIsEmpty() {
- return false
- }
- let datas = self._editAreasFontSizes()
- if datas.count == 1 {
- return true
- }
- let data = datas.first
- for (i, d) in datas.enumerated() {
- if i == 0 {
- continue
- }
- if d != data {
- return false
- }
- }
- return true
- }
-
- func editAreasFontBoldIsEqual() -> Bool {
- if self.editAreasIsEmpty() {
- return false
- }
- let datas = self._editAreasFontBolds()
- if datas.count == 1 {
- return true
- }
- let data = datas.first
- for (i, d) in datas.enumerated() {
- if i == 0 {
- continue
- }
- if d != data {
- return false
- }
- }
- return true
- }
-
- func editAreasFontItalicIsEqual() -> Bool {
- if self.editAreasIsEmpty() {
- return false
- }
- let datas = self._editAreasFontItalics()
- if datas.count == 1 {
- return true
- }
- let data = datas.first
- for (i, d) in datas.enumerated() {
- if i == 0 {
- continue
- }
- if d != data {
- return false
- }
- }
- return true
- }
-
- func editAreasTextAlignmentIsEqual() -> Bool {
- if self.editAreasIsEmpty() {
- return false
- }
- let datas = self._editAreasTextAlignments()
- if datas.count == 1 {
- return true
- }
- let data = datas.first?.rawValue ?? 0
- for (i, d) in datas.enumerated() {
- if i == 0 {
- continue
- }
- if d.rawValue != data {
- return false
- }
- }
- return true
- }
-
- func editAreasBoundsIsEqualForWidth() -> Bool {
- if self.editAreasIsEmpty() {
- return false
- }
- let rects = self._editAreasBounds()
- if rects.count == 1 {
- return true
- }
- let width = rects.first?.width ?? 0
- for (i, rect) in rects.enumerated() {
- if i == 0 {
- continue
- }
-
- if abs(width-rect.size.width) > 0.01 {
- // if width != rect.size.width {
- return false
- }
- }
- return true
- }
-
- func editAreasBoundsIsEqualForHeight() -> Bool {
- if self.editAreasIsEmpty() {
- return false
- }
- let rects = self._editAreasBounds()
- if rects.count == 1 {
- return true
- }
- let height = rects.first?.height ?? 0
- for (i, rect) in rects.enumerated() {
- if i == 0 {
- continue
- }
- // if height != rect.size.height {
- if abs(height-rect.size.height) > 0.01 {
- return false
- }
- }
- return true
- }
-
- func editAreasRotateIsEqual() -> Bool {
- if self.editAreasIsEmpty() {
- return false
- }
- if self.editAreasHavTextArea() {
- return false
- }
- let datas = self._editAreasRotates()
- if datas.count == 1 {
- return true
- }
- let data = datas.first ?? 0
- for (i, d) in datas.enumerated() {
- if i == 0 {
- continue
- }
- if data != d {
- return false
- }
- }
- return true
- }
-
- func editAreasOpacityIsEqual() -> Bool {
- if self.editAreasIsEmpty() {
- return false
- }
- let datas = self._editAreasOpacitys()
- if datas.count == 1 {
- return true
- }
- let data = datas.first ?? 0
- for (i, d) in datas.enumerated() {
- if i == 0 {
- continue
- }
- if data != d {
- return false
- }
- }
- return true
- }
-
- private func _editAreasFontColors() -> [NSColor] {
- var datas: [NSColor] = []
- for area in self.editingTextAreas {
- if let data = self.listView?.editingSelectionFontColor(with: area) {
- // if let data = self.listView?.editingSelectionFontColor(byRangeEdit: area) {
- datas.append(data)
- }
- }
- return datas
- }
-
- private func _editAreasFontStyles() -> [String] {
- var datas: [String] = []
- for area in self.editingTextAreas {
- if let data = self.listView?.editingSelectionCFont(byRangeEdit: area)?.styleName {
- // if let data = self.listView?.editingSelectionCFont(with: area)?.familyName {
- datas.append(data)
- }
- }
- return datas
- }
-
- private func _editAreasFontNames() -> [String] {
- var datas: [String] = []
- for area in self.editingTextAreas {
- if let data = self.listView?.editingSelectionCFont(byRangeEdit: area)?.familyName {
- // if let data = self.listView?.editingSelectionCFont(with: area)?.familyName {
- datas.append(data)
- }
- }
- return datas
- }
-
- private func _editAreasFontSizes() -> [CGFloat] {
- var datas: [CGFloat] = []
- for area in self.editingTextAreas {
- if let data = self.listView?.editingSelectionFontSize(byRangeEdit: area) {
- datas.append(data)
- }
- }
- return datas
- }
-
- private func _editAreasFontBolds() -> [Bool] {
- var datas: [Bool] = []
- for area in self.editingTextAreas {
- if let data = self.listView?.isBoldCurrentSelection(byRangeEdit: area) {
- datas.append(data)
- }
- }
- return datas
- }
-
- private func _editAreasFontItalics() -> [Bool] {
- var datas: [Bool] = []
- for area in self.editingTextAreas {
- if let data = self.listView?.isItalicCurrentSelection(byRangeEdit: area) {
- datas.append(data)
- }
- }
- return datas
- }
-
- private func _editAreasTextAlignments() -> [NSTextAlignment] {
- var datas: [NSTextAlignment] = []
- for area in self.editingTextAreas {
- if let data = self.listView?.currentSelectionAlignment(byRangeEdit: area) {
- datas.append(data)
- }
- }
- return datas
- }
-
- private func _editAreasBounds() -> [NSRect] {
- var rects: [NSRect] = []
- for area in self.editingAreas {
- rects.append(area.bounds)
- }
- return rects
- }
-
- private func _editAreasRotates() -> [CGFloat] {
- var arr: [CGFloat] = []
- for area in self.editingImageAreas {
- if let data = self.listView?.getRotateWith(area) {
- arr.append(data)
- }
- }
- return arr
- }
-
- private func _editAreasOpacitys() -> [CGFloat] {
- var arr: [CGFloat] = []
- for area in self.editingAreas {
- if let data = self.listView?.opacityByRange(for: area) {
- arr.append(data)
- }
- }
- return arr
- }
- }
- // MARK: - Action
- extension KMEditPDfHanddler {
- func fontColorAction(color: NSColor?) {
- guard let theColor = color else {
- return
- }
- let areas = self.editingTextAreas
- for area in areas {
- self.listView?.setEditingSelectionFontColor(theColor, with: area)
- }
- self._reloadData_right_text()
- }
-
- func fontStyleAction(fontName: String?) {
- guard let font = CPDFFont.mappingFont(withFontString: fontName) else {
- return
- }
- let areas = self.editingTextAreas
- for area in areas {
- self.listView?.setEditSelectionCFont(font, with: area)
- }
- self._reloadData_right_text()
- }
-
- func fontAddAction() {
- let areas = self.editingTextAreas
- for area in areas {
- if let fontSize = self.listView?.editingSelectionFontSize(byRangeEdit: area) {
- self.fontSizeChanging = true
- self.listView?.setEditingSelectionFontSize(fontSize+1, with: area, isAutoSize: false)
- self.fontSizeChanging = false
- }
- }
- self._reloadData_right_text()
- }
-
- func fontReduceAction() {
- let areas = self.editingTextAreas
- for area in areas {
- if let fontSize = self.listView?.editingSelectionFontSize(byRangeEdit: area) {
- self.fontSizeChanging = true
- self.listView?.setEditingSelectionFontSize(fontSize-1, with: area, isAutoSize: false)
- self.fontSizeChanging = false
- }
- }
- self._reloadData_right_text()
- }
-
- func fontBoldAction() {
- let areas = self.editingTextAreas
- var needTip = false
- for area in areas {
- if let data = self.listView?.isBoldCurrentSelection(byRangeEdit: area) {
- let result = self.listView?.setCurrentSelectionIsBold(!data, with: area)
- if (result == nil || result == false) && needTip == false {
- needTip = true
- }
- }
- }
- if needTip {
- if let data = self.viewC?.view {
- _ = CustomAlertView.alertView(message: NSLocalizedString("Please reset the font weight via the drop-down box", comment: ""), fromView: data, withStyle: .black)
- }
- }
- self._reloadData_right_text()
- }
-
- func fontItalicAction() {
- let areas = self.editingTextAreas
- var needTip = false
- for area in areas {
- if let data = self.listView?.isItalicCurrentSelection(byRangeEdit: area) {
- let result = self.listView?.setCurrentSelectionIsItalic(!data, with: area)
- if (result == nil || result == false) && needTip == false {
- needTip = true
- }
- }
- }
- if needTip {
- if let data = self.viewC?.view {
- _ = CustomAlertView.alertView(message: NSLocalizedString("Please reset the font weight via the drop-down box", comment: ""), fromView: data, withStyle: .black)
- }
- }
- self._reloadData_right_text()
- }
-
- func textAlignmentAction(align: NSTextAlignment) {
- let areas = self.editingTextAreas
- self.textAlignChanging = true
- for area in areas {
- self.listView?.setCurrentSelectionAlignment(align, with: area)
- }
- self.textAlignChanging = false
- self._reloadData_right_text()
- }
-
- func leftRotateAction() {
- let areas = self.editingImageAreas
- for area in areas {
- self.listView?.rotate(with: area, rotate: -90)
- }
- }
-
- func rightRotateAction() {
- let areas = self.editingImageAreas
- for area in areas {
- self.listView?.rotate(with: area, rotate: 90)
- }
- }
-
- func reverseXAction() {
- let areas = self.editingImageAreas
- for area in areas {
- self.listView?.horizontalMirror(with: area)
- }
- }
-
- func reverseYAction() {
- let areas = self.editingImageAreas
- for area in areas {
- self.listView?.verticalMirror(with: area)
- }
- }
-
- func cropAction() {
- let areas = self.editingImageAreas
- if areas.isEmpty {
- return
- }
- self.listView?.isEditImage = true
- for area in areas {
- self.listView?.enterCrop(with: area)
- }
-
- self.hiddenPopWindow()
- Task { @MainActor in
- self.showCropComfirmWindow()
- }
- self.rightViewC?.eidtPDFImageProperty.handdler = self
- self.rightViewC?.eidtPDFImageProperty.updateButtonState(hidden: false)
-
- self.viewC?.view.window?.makeFirstResponder(self.listView)
- }
-
- func cropCancelAction() {
- self.hiddenCropComfirmWindow()
-
- let areas = self.editingImageAreas
- if areas.isEmpty {
- return
- }
-
- for area in areas {
- self.listView?.exitCrop(with: area)
- }
-
- self.listView?.cropAreas = nil
- self.listView?.isEditImage = false
-
- self.rightViewC?.eidtPDFImageProperty.handdler = self
- self.rightViewC?.eidtPDFImageProperty.updateButtonState(hidden: true)
-
- Task { @MainActor [weak self] in
- if let data = self?.listView?.selectImageAreas {
- self?.showPopWindow(positionRect:data.bounds, showGuide: false)
- }
- }
- }
-
- func cropComfirmAction() {
- guard let selectImageAreas = self.listView?.selectImageAreas else {
- self.cropCancelAction()
- return
- }
- self.listView?.cropEditImageArea(selectImageAreas, withBounds: self.listView?.cropAreas.cropRect ?? .zero)
- self.cropCancelAction()
- }
-
- func replaceAction() {
- let areas = self.editingImageAreas
- if areas.isEmpty {
- return
- }
- let panel = NSOpenPanel()
- panel.allowsMultipleSelection = false
- panel.allowedFileTypes = ["png","jpg"]
- panel.beginSheetModal(for: NSApp.mainWindow!) { response in
- if response == .OK {
- let openPath = panel.url?.path
- for area in areas {
- // , rect: data.bounds
- self.listView?.replace(area, imagePath: openPath!)
- }
- }
- }
- }
-
- func showExportMenu(_ sender: NSView) {
- // let menuI = NSMenuItem()
- let submenu = NSMenu(title: "")
- let jpgMI = submenu.addItem(withTitle: "jpg", action: #selector(exportMenuItemAction), keyEquivalent: "")
- jpgMI.target = self
- jpgMI.tag = 1
- let pngMI = submenu.addItem(withTitle: "png", action: #selector(exportMenuItemAction), keyEquivalent: "")
- pngMI.target = self
- pngMI.tag = 2
- let pdfMI = submenu.addItem(withTitle: "pdf", action: #selector(exportMenuItemAction), keyEquivalent: "")
- pdfMI.target = self
- pdfMI.tag = 3
-
- let p = NSPoint(x: NSMidX(sender.frame), y: NSMidY(sender.frame))
- submenu.popUp(positioning: nil, at: p, in: sender.superview)
- }
-
- @objc func exportMenuItemAction(_ sender: NSMenuItem) {
- var format = ""
- if sender.tag == 1 {
- format = "jpg"
- } else if sender.tag == 2 {
- format = "png"
- } else if sender.tag == 3 {
- format = "pdf"
- }
-
- self.exportAction(format: format)
- }
-
- func exportAction(format: String) {
- let areas = self.editingImageAreas
- if areas.isEmpty {
- return
- }
- if areas.count == 1 {
- let panel = NSSavePanel()
- panel.nameFieldStringValue = "\(NSLocalizedString("Untitled", comment: "")).\(format)"
- panel.isExtensionHidden = true
- let response = panel.runModal()
- if response == .OK {
- let url = panel.url
- if FileManager.default.fileExists(atPath: url!.path) {
- try?FileManager.default.removeItem(atPath: url!.path)
- }
- let result = self.listView?.extractImage(with: areas.first, toImagePath: url!.path) ?? false
- if result {
- NSWorkspace.shared.activateFileViewerSelecting([url!])
- }
- }
- } else if areas.count > 1 {
- let panel = NSOpenPanel()
- panel.canChooseFiles = false
- panel.canChooseDirectories = true
- panel.canCreateDirectories = true
- panel.allowsMultipleSelection = false
- panel.beginSheetModal(for: NSApp.mainWindow!) { response in
- if response == .OK {
- let outputURL = panel.url
- let s = self.listView?.document?.documentURL.lastPathComponent
- let folderPath = (self.listView?.document?.documentURL.deletingPathExtension().lastPathComponent ?? "") + "_extract"
- var filePath = outputURL?.path.stringByAppendingPathComponent(folderPath)
-
- var i = 1
- let testFilePath = filePath
- while FileManager.default.fileExists(atPath: filePath!) {
- filePath = testFilePath! + "\(i)"
- i = i + 1
- }
- try? FileManager.default.createDirectory(atPath: filePath!, withIntermediateDirectories: false, attributes: nil)
- var saveURLs : [URL] = []
- let pageIndex = self.listView?.currentPageIndex ?? 0
- for j in 0 ..< areas.count {
- let documentFileName = self.listView?.document?.documentURL.deletingPathExtension().lastPathComponent ?? ""
- var outPath = filePath!
- outPath = outPath.stringByAppendingPathComponent(documentFileName)
- outPath = outPath + "_page\(pageIndex+1)_\(j+1)"
- outPath = outPath.stringByAppendingPathExtension(format)
- let result = self.listView?.extractImage(with: areas[j], toImagePath: outPath) ?? false
- if result {
- saveURLs.append(URL(fileURLWithPath: outPath))
- }
- }
- NSWorkspace.shared.activateFileViewerSelecting(saveURLs)
- }
- }
- }
- }
-
- func alignmentAction(align: CPDFActiveAreasAlignType) {
- KMPrint("updateFormAearsAlignMangent")
- let stype = align
-
- let editingAreas = self.editingAreas
- if editingAreas.count >= 2 {
-
- var zeroRect = NSRect.null
- var highestRect = NSZeroRect
- var widthestRect = NSZeroRect
-
- let fristArea : CPDFEditArea = editingAreas.first as! CPDFEditArea
- var leftestRect = fristArea.bounds
- var rightestRect = fristArea.bounds
- var topestRect = fristArea.bounds
- var bottomestRect = fristArea.bounds
-
- var leftestArea : CPDFEditArea = fristArea
- var rightestArea : CPDFEditArea = fristArea
- var topestArea : CPDFEditArea = fristArea
- var bottomestArea : CPDFEditArea = fristArea
-
- var totalWidth = 0.0
- var totalHeight = 0.0
-
- for i in 0 ... editingAreas.count-1 {
- let area : CPDFEditArea = editingAreas[i] as! CPDFEditArea
- zeroRect = zeroRect.union(area.bounds)
- totalWidth = totalWidth + area.bounds.width
- totalHeight = totalHeight + area.bounds.height
-
- if area.bounds.height > highestRect.height {
- highestRect = area.bounds
- }
-
- if area.bounds.width > widthestRect.width {
- widthestRect = area.bounds
- }
-
- if leftestRect.minX > area.bounds.minX {
- leftestRect = area.bounds
- leftestArea = area
- }
-
- if area.bounds.maxX > rightestRect.maxX {
- rightestRect = area.bounds
- rightestArea = area
- }
-
- if area.bounds.maxY > topestRect.maxY {
- topestRect = area.bounds
- topestArea = area
- }
-
- if bottomestRect.minY > area.bounds.minY {
- bottomestRect = area.bounds
- bottomestArea = area
- }
- }
-
- var resultAreasArray: [Any] = []
- var newBoundsArray: [String] = []
- if stype == .Left {
- for i in 0 ... editingAreas.count-1 {
- let areas = editingAreas[i] as! CPDFEditArea
- var bounds = areas.bounds
- bounds.origin.x = zeroRect.origin.x
- newBoundsArray.append(NSStringFromRect(bounds))
- }
- resultAreasArray = editingAreas
- } else if stype == .Right {
- for i in 0 ... editingAreas.count-1 {
- let areas = editingAreas[i] as! CPDFEditArea
- var bounds = areas.bounds
- bounds.origin.x = zeroRect.maxX - bounds.size.width
- newBoundsArray.append(NSStringFromRect(bounds))
- }
- resultAreasArray = editingAreas
- } else if stype == .Top {
- for i in 0 ... editingAreas.count-1 {
- let areas = editingAreas[i] as! CPDFEditArea
- var bounds = areas.bounds
- bounds.origin.y = zeroRect.maxY - bounds.size.height
- newBoundsArray.append(NSStringFromRect(bounds))
- }
- resultAreasArray = editingAreas
- } else if stype == .Bottom {
- for i in 0 ... editingAreas.count-1 {
- let areas = editingAreas[i] as! CPDFEditArea
- var bounds = areas.bounds
- bounds.origin.y = zeroRect.minY
- newBoundsArray.append(NSStringFromRect(bounds))
- }
- resultAreasArray = editingAreas
- } else if stype == .Horizontally {
- for i in 0 ... editingAreas.count-1 {
- let areas = editingAreas[i] as! CPDFEditArea
- var bounds = areas.bounds
- bounds.origin.y = highestRect.midY - bounds.height/2
- newBoundsArray.append(NSStringFromRect(bounds))
- }
- resultAreasArray = editingAreas
- } else if stype == .Vertical {
- for i in 0 ... editingAreas.count-1 {
- let areas = editingAreas[i] as! CPDFEditArea
- var bounds = areas.bounds
- bounds.origin.x = widthestRect.midX - bounds.width/2
- newBoundsArray.append(NSStringFromRect(bounds))
- }
- resultAreasArray = editingAreas
- } else if stype == .DisHorizontally {
- let middleGap = zeroRect.width - leftestRect.width - rightestRect.width
- let otherAreasTotalWidth = totalWidth - leftestRect.width - rightestRect.width
-
- let gap = (middleGap - otherAreasTotalWidth)/CGFloat(editingAreas.count - 1)
- var areasCopyArray : [CPDFEditArea] = editingAreas as! [CPDFEditArea]
- areasCopyArray.sorted(by: { obj1, obj2 in
- let area1 = obj1
- let area2 = obj2
- if area1.bounds.origin.x < area2.bounds.origin.x {
- return true
- } else {
- return false
- }
- })
-
- if let index = areasCopyArray.firstIndex(of: leftestArea) {
- areasCopyArray.remove(at: index)
- }
-
- if let index = areasCopyArray.firstIndex(of: rightestArea) {
- areasCopyArray.remove(at: index)
- }
-
- var leftStartX = leftestRect.maxX + gap
- for i in 0 ..< areasCopyArray.count {
- let areas = areasCopyArray[i]
- var bounds = areas.bounds
- bounds.origin.x = leftStartX
- newBoundsArray.append(NSStringFromRect(bounds))
- leftStartX = leftStartX + bounds.width + gap
- }
- resultAreasArray = areasCopyArray
- } else if stype == .DisVertical {
- let middleGap = zeroRect.height - topestRect.height - bottomestRect.height
- let otherAreasTotalHeight = totalHeight - topestRect.height - bottomestRect.height
-
- let gap = (middleGap - otherAreasTotalHeight)/CGFloat(editingAreas.count - 1)
- var areasCopyArray : [CPDFEditArea] = editingAreas as! [CPDFEditArea]
- areasCopyArray.sorted(by: { obj1, obj2 in
- let area1 = obj1
- let area2 = obj2
- if area1.bounds.origin.x < area2.bounds.origin.x {
- return true
- } else {
- return false
- }
- })
- if let index = areasCopyArray.firstIndex(of: topestArea) {
- areasCopyArray.remove(at: index)
- }
-
- if let index = areasCopyArray.firstIndex(of: bottomestArea) {
- areasCopyArray.remove(at: index)
- }
-
- var bottomStartY = bottomestRect.maxY + gap
- for i in 0 ... areasCopyArray.count-1 {
- let areas = areasCopyArray[i]
- var bounds = areas.bounds
- bounds.origin.y = bottomStartY
- newBoundsArray.append(NSStringFromRect(bounds))
- bottomStartY = bottomStartY + bounds.height + gap
- }
- resultAreasArray = areasCopyArray
- }
-
- var oldBounds : [String] = []
- for i in 0 ..< resultAreasArray.count {
- let area : CPDFEditArea = resultAreasArray[i] as! CPDFEditArea
- oldBounds.append(NSStringFromRect(area.bounds))
- self.listView?.setBoundsEditArea(area, withBounds: NSRectFromString(newBoundsArray[i]))
- }
- self.listView?.setNeedsDisplayForVisiblePages()
- }
- }
- }
- // MARK: - CPDFViewDelegate
- extension KMEditPDfHanddler: CPDFViewDelegate {
- // 编辑区块已经改变
- func pdfViewEditingAreaDidChanged(_ pdfView: CPDFView!) {
- let isEdited = self.listView?.isEdited() ?? false
- if isEdited {
- // 记录编辑状态
- self.viewC?.recordIsPDFDocumentEdited(type: .editText)
- }
- if annotationType != .addText {
- NotificationCenter.default.post(name: NSNotification.Name(rawValue: "kPDFViewEditingAreaDidChanged"), object: self.listView?.document)
- }
-
- let areas = self.listView?.editingAreas() as? [CPDFEditArea] ?? []
- if areas.isEmpty {
- self.hiddenPopWindow()
- self.hiddenCropComfirmWindow()
-
- let toolMode = self.listView?.toolMode ?? .none
- let annotationType = self.annotationType
- if toolMode == .editPDFToolMode {
- if annotationType == .addImage || annotationType == .addText {
- if self.isEditImage {
- self.viewC?.menuItemEditingClick_CropImage(sender: NSMenuItem())
- } else {
- // if self.listView.annotationType == .addImage {
- // self.closeRightPane()
- // }
- if annotationType == .addImage {
- if self.rightViewC?.eidtPDFImageProperty != nil {
- self.rightViewC?.eidtPDFImageProperty.handdler = self
- self.rightViewC?.eidtPDFImageProperty.reloadData()
- }
- }
- // self.openRightPane()
- }
- } else {
- // self.viewC?.closeRightPane()
- self.rightViewC?.isHidden = true
- }
- self.listView?.isEditImage = false
- } else {
- self.rightViewC?.isHidden = true
- self.viewC?.closeRightPane()
- if self.subViewType == .EditPDFAddText && annotationType == .addText {
- self.rightViewC?.eidtPDFTextProperty.handdler = self
- self.rightViewC?.eidtPDFTextProperty.initData()
- }
- }
- return
- }
-
- self.hiddenCropComfirmWindow()
- self.viewC?.model.isPDFTextImageEdited = true
- let subViewType = self.rightViewC?.subViewType ?? .None
- if self.annotationType == .addImage {
- var isImageArea = false
- for i in 0 ..< areas.count {
- if areas[i] is CPDFEditImageArea {
- isImageArea = true
- }
- }
- if isImageArea {
- self.rightViewC?.isHidden = false
- if self.subViewType == .EditPDFAddImage {
- self.rightViewC?.subViewType = .EditPDFAddImage
- self.rightViewC?.eidtPDFImageProperty.handdler = self
- self.rightViewC?.eidtPDFImageProperty.reloadData()
- }
- self.openRightPane()
- } else {
- self.rightViewC?.isHidden = true
- // self.viewC?.closeRightPane()
- }
- } else if self.subViewType == .EditPDFAddText && annotationType == .addText {
- self.rightViewC?.isHidden = false
- let count = self.listView?.editingSelectionString()?.count ?? 0
- self.rightViewC?.eidtPDFTextProperty.handdler = self
- if count != 0 {
- self.rightViewC?.eidtPDFTextProperty.reloadData()
- } else {
- self.rightViewC?.eidtPDFTextProperty.refreshSelectAreaProperty(needDefaultData: true)
- }
- self.openRightPane()
- } else {
- var textsAreas : [CPDFEditTextArea] = []
- var imagesAreas : [CPDFEditImageArea] = []
- let count = self.listView?.editingAreas()?.count ?? 0
- if count < 1 {
- return
- }
- for i in 0 ..< areas.count {
- if areas[i] is CPDFEditTextArea {
- textsAreas.append(areas[i] as! CPDFEditTextArea)
- }
- if areas[i] is CPDFEditImageArea {
- imagesAreas.append(areas[i] as! CPDFEditImageArea)
- }
- }
- if textsAreas.count > 0 && textsAreas.count == areas.count {
- self.rightViewC?.isHidden = false
- self.rightViewC?.subViewType = .EditPDFAddText
- self.rightViewC?.eidtPDFTextProperty.handdler = self
- self.rightViewC?.eidtPDFTextProperty?.reloadData()
- self.openRightPane()
- } else if imagesAreas.count > 0 {
- self.rightViewC?.isHidden = false
- self.rightViewC?.subViewType = .EditPDFAddImage
- self.rightViewC?.eidtPDFImageProperty.handdler = self
- self.rightViewC?.eidtPDFImageProperty?.reloadData()
- self.openRightPane()
- }
- }
-
- if self.addTextAreaing == false {
- var flag: CPDFEditArea?
- for area in areas {
- if flag == nil {
- flag = area
- continue
- }
- if let data = flag, data.bounds.maxY < area.bounds.maxY {
- flag = area
- }
- }
- if let data = flag {
- self.showPopWindow(positionRect: data.bounds, showGuide: true)
- }
- }
- }
-
- func pdfViewEditingCropBoundsDidChanged(_ pdfView: CPDFView!, editing editArea: CPDFEditArea!) {
- if editArea != nil && (editArea is CPDFEditImageArea){
- self.listView?.cropAreas = editArea as? CPDFEditImageArea
- }
- }
-
- func pdfViewEditingAddImageArea(_ pdfView: CPDFView!, add page: CPDFPage!, add rect: CGRect) {
- if self.isEditImage {
- self.viewC?.menuItemEditingClick_CropImage(sender: NSMenuItem())
- } else {
- let window = KMEditPDFPopToolBarWindow.shared
- if (window.isVisible) {
- self.listView?.updateEditing([])
- self.hiddenPopWindow()
- self.hiddenCropComfirmWindow()
- return
- }
-
- let panel = NSOpenPanel()
- panel.allowsMultipleSelection = false
- panel.allowedFileTypes = ["png","jpg"]
- panel.beginSheetModal(for: NSApp.mainWindow!) { response in
- if response == .OK {
- var filePath = panel.url?.path
- var image = NSImage.init(contentsOf: panel.url!)
- //图片自适应范围
- if image != nil {
- var imageRect = rect
- let imageSize = image!.size
- var previewSize = rect.size
- var isChangeSize = false
- if previewSize.width == 0 && previewSize.height == 0 {
- previewSize = CGSize(width: 500, height: 500)
- isChangeSize = true
- }
-
- let scale = min(previewSize.width / imageSize.width, previewSize.height / imageSize.height)
- let newSize = CGSize(width: imageSize.width * scale, height: imageSize.height * scale)
-
- if isChangeSize {
- imageRect.origin.x = imageRect.origin.x - newSize.width / 2
- imageRect.origin.y = imageRect.origin.y - newSize.height / 2
- } else {
- imageRect.origin.x = imageRect.origin.x + imageRect.width / 2 - newSize.width / 2
- imageRect.origin.y = imageRect.origin.y + imageRect.height / 2 - newSize.height / 2
- }
-
- imageRect.size = newSize
- let limitWidth = 1920.0
- if imageSize.width > limitWidth || imageSize.height > limitWidth {
- filePath = KMImageOptimization.needCompressImageLosslessly(image: image!,
- targetSize: CGSize(width: limitWidth, height: limitWidth),
- maxSizeInBytes: 1024 * 1024 * 5,
- targetCompression: 1.0)
- }
-
- //自适应page
- let pageRect = self.listView?.currentPage().bounds ?? .zero
- if imageRect.width > pageRect.width ||
- imageRect.height > pageRect.height {
- let pageScale = min(pageRect.width / imageSize.width, pageRect.height / imageSize.height)
- imageRect = CGRect(x: imageRect.origin.x,
- y: imageRect.origin.y,
- width: imageRect.width * pageScale,
- height: imageRect.height * pageScale)
- }
-
- if imageRect.origin.x < 0 {
- imageRect.origin.x = 5
- }
-
- if imageRect.origin.y < 0 {
- imageRect.origin.y = 5
- }
-
- if imageRect.origin.x + imageRect.width > pageRect.width ||
- imageRect.origin.y + imageRect.height > pageRect.height {
- let offsetX = imageRect.origin.x + imageRect.width - pageRect.width
- let offsetY = imageRect.origin.y + imageRect.height - pageRect.height
-
- imageRect.origin.x = imageRect.origin.x - offsetX - 5
- imageRect.origin.y = imageRect.origin.y - offsetY - 5
- }
-
-
- DispatchQueue.main.async {
- self.listView?.createImagePath(filePath, rect: imageRect, page: pdfView.currentPage())
- self.viewC?.model.isPDFTextImageEdited = true
- self.viewC?.recordIsPDFDocumentEdited(type: .editImage)
-
- self.showPopWindow(positionRect: imageRect, showGuide: true)
- }
- }
- }
- }
- }
- }
-
- func pdfViewEditingAddTextArea(_ pdfView: CPDFView!, add page: CPDFPage!, add rect: CGRect) {
- let window = KMEditPDFPopToolBarWindow.shared
- if (window.isVisible) {
- self.hiddenPopWindow()
- let areas = self.listView?.editingAreas() as? [CPDFEditArea] ?? []
- if let area = areas.last {
- if let data = area as? CPDFEditTextArea {
- if let str = data.editTextAreaString(), str.isEmpty {
- self.listView?.remove(with: [area])
- } else {
- self.listView?.updateEditing([])
- }
- }
- }
- return
- }
- var newRect = rect
- if rect.size.equalTo(.zero) {
- newRect = CGRect(x: rect.origin.x, y: rect.origin.y - 12, width: 20, height: 12)
- } else {
- newRect = CGRect(x: rect.origin.x, y: rect.origin.y + rect.size.height - 12, width: rect.size.width, height: 12)
- }
-
- let model = KMEditPDFTextManager.manager.fetchUserDefaultData(type: .commonly)
- // let fontName = KMEditPDFTextManager.manager.fetchFontName(fontName: model.fontName)
- let fontSize = model.fontSize
- let fontColor = model.color
- let fontAlign = model.alignment
- // let fontStyle = KMEditPDFTextManager.manager.fetchFontStyle(fontName: model.fontName)
- NSColorPanel.shared.color = fontColor
- // let font = KMEditPDFTextManager.manager.fetchFont(fontName: fontName, style: fontStyle, size: fontSize)
-
- let cfont = CPDFFont(familyName: model.fontName, fontStyle: model.fontStyle)
- let fontNameZ = CPDFFont.convertAppleFont(cfont)
- let font = NSFont(name: fontNameZ ?? "Helvetica", size: fontSize)
- let attri = CEditAttributes()
- attri.font = font!
- attri.fontColor = fontColor
- attri.alignment = fontAlign
- attri.isBold = model.bold
- attri.isItalic = model.italic
- self.addTextAreaing = true
- self.listView?.createStringBounds(newRect, with: attri, page: page)
- self.addTextAreaing = false
-
- // self.rightViewC != nil &&
- if self.subViewType == .EditPDFAddText && self.annotationType == .addText {
- self.rightViewC?.eidtPDFTextProperty.handdler = self
- self.rightViewC?.eidtPDFTextProperty.refreshSelectAreaProperty(needDefaultData: true)
- }
- self.showPopWindow(positionRect: newRect, showGuide: true)
- }
-
- // 文本区块 选中文本已经变化
- func pdfViewEditingSelectionDidChanged(_ pdfView: CPDFView!) {
- // self.viewC?.rightSideViewController != nil &&
- if self.subViewType == .EditPDFAddText {
- self.rightViewC?.eidtPDFTextProperty.handdler = self
- self.rightViewC?.eidtPDFTextProperty.reloadData()
- self.rightViewC?.eidtPDFTextProperty.updateTextTextPresuppositionState()
-
- self.showPopWindow(positionRect: .zero, showGuide: false)
- }
- }
-
- func pdfViewEditingOperationDidChanged(_ pdfView: CPDFView!) {
- let areas = self.editingAreas
- if areas.count == 1 {
- if let data = areas.first as? CPDFEditImageArea {
- let updating = self.listView?.editAreaBoundUpdating ?? false
- if updating {
- self.listView?.editAreaBoundUpdating = false
- } else {
- self.rightViewC?.eidtPDFImageProperty.handdler = self
- self.rightViewC?.eidtPDFImageProperty.reloadData()
- }
- }
- }
- }
-
- func pdfViewEditingDoubleClick(_ pdfView: CPDFView!, imageArea editArea: CPDFEditArea!) {
-
- }
-
- func pdfViewMobileEditingBegan(_ point: CGPoint, for pdfView: CPDFView!, forEditing editingAreas: [CPDFEditArea]!) {
- self.hiddenPopWindow()
- }
-
- func pdfViewMobileEditingMove(_ point: CGPoint, for pdfView: CPDFView!, forEditing editingAreas: [CPDFEditArea]!) {
-
- }
-
- func pdfViewMobileEditingEnd(_ point: CGPoint, for pdfView: CPDFView!, forEditing editingAreas: [CPDFEditArea]!) {
- self.showPopWindow(positionRect: .zero, showGuide: false)
- }
-
- func pdfViewEditingSelectCharDidChanged(_ pdfView: CPDFView!) {
- let areas = self.editingTextAreas
- if areas.isEmpty {
- return
- }
-
- if self.subViewType == .EditPDFAddText {
- // self.rightViewC?.eidtPDFTextProperty.reloadData()
- // self.rightViewC?.eidtPDFTextProperty.updateTextTextPresuppositionState()
-
- if self.addTextAreaing == false && self.fontSizeChanging == false && self.textAlignChanging == false {
- self.showPopWindow(positionRect: .zero, showGuide: false)
- self._reloadData_right_text()
- }
- }
- }
- }
|