123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575 |
- //
- // KMMainViewController+MenuAction.swift
- // PDF Reader Pro
- //
- // Created by tangchao on 2023/2/19.
- //
- import Foundation
- // MARK: File Menu
- extension KMMainViewController {
- @IBAction func menuItemClick_mergePDF(_ sender: Any) {
- self.toolbarController.delegate?.clickChildTool?(type: .merge, index: 0)
- }
-
- @IBAction func menuItemClick_Compress(_ sender: Any) {
- self.toolbarController.delegate?.clickChildTool?(type: .compress, index: 0)
- }
-
- @IBAction func menuItemClick_Convert(_ sender: Any) {
- }
-
- @IBAction func menuItemAction_ConvertToWord(_ sender: Any) {
- self.toolbarController.delegate?.clickChildTool?(type: .word, index: 0)
- }
-
- @IBAction func menuItemAction_ConvertToExcel(_ sender: Any) {
- self.toolbarController.delegate?.clickChildTool?(type: .excel, index: 0)
- }
-
- @IBAction func menuItemAction_ConvertToPPT(_ sender: Any) {
- self.toolbarController.delegate?.clickChildTool?(type: .ppt, index: 0)
- }
-
- @IBAction func menuItemAction_ConvertToRTF(_ sender: Any) {
- self.toolbarController.delegate?.clickChildTool?(type: .rtf, index: 0)
- }
-
- @IBAction func menuItemAction_ConvertToHTML(_ sender: Any) {
- self.toolbarController.delegate?.clickChildTool?(type: .html, index: 0)
- }
-
- @IBAction func menuItemAction_ConvertToText(_ sender: Any) {
- self.toolbarController.delegate?.clickChildTool?(type: .conversion_text, index: 0)
- }
-
- @IBAction func menuItemAction_ConvertToCSV(_ sender: Any) {
- self.toolbarController.delegate?.clickChildTool?(type: .csv, index: 0)
- }
-
- @IBAction func menuItemAction_ConvertToImage(_ sender: Any) {
- self.toolbarController.delegate?.clickChildTool?(type: .conversion_image, index: 0)
- }
-
- @IBAction func menuItemClick_SettingPassword(_ sender: Any) {
- self.toolbarController.delegate?.clickChildTool?(type: .secure, index: 1)
- }
-
- @IBAction func menuItemClick_RemovePassword(_ sender: Any) {
- self.toolbarController.delegate?.clickChildTool?(type: .secure, index: 2)
- }
-
- @IBAction func menuItemAction_closeWindow(_ sender: Any) {
- self.view.window?.close()
- }
-
- @IBAction func menuItemAction_closeAllWindows(_ sender: Any) {
- for window in NSApp.windows {
- window.close()
- }
- }
-
- @IBAction func menuItemAction_closeTagPage(_ sender: Any) {
- self.browserWindowController?.browser.closeTab()
- }
-
- @IBAction func menuItemAction_showInFinder(_ sender: Any) {
- NSWorkspace.shared.activateFileViewerSelecting([self.listView.document.documentURL])
- }
-
- @IBAction func menuItemAction_property(_ sender: Any) {
- KMInfoWindowController.shared.showWindow(sender)
- }
-
- @IBAction func menuItemAction_print(_ sender: Any) {
- self.showPrintWindow()
- }
- }
- extension KMMainViewController: KMSystemFileMenuProtocol {
- @IBAction func menuItemClick_saveAsFlattenedPDF(_ sender: Any) {
- Task { @MainActor in
- if IAPProductsManager.default().isAvailableAllFunction() == false {
- KMPurchaseCompareWindowController.sharedInstance().showWindow(nil)
- return
- }
- self.saveAsFlattenedPDFAction()
- }
- }
-
- func saveAsFlattenedPDFAction(limit: Bool = false) {
- DispatchQueue.main.async {
- NSPanel.savePanel(self.view.window!, true) { panel in
- panel.nameFieldStringValue = self.listView.document.documentURL.deletingPathExtension().lastPathComponent + "_flatten" + ".pdf"
- } completion: { response, url, isOpen in
- if (response == .cancel) {
- return
- }
-
- var result = false
- if (limit) {
- let data = KMTools.saveWatermarkDocumentForFlatten(document: self.listView.document, to: url!)
- result = data != nil
- } else {
- result = self.listView.document.writeFlatten(to: url!)
- }
- if (!result) {
- return
- }
-
- if (isOpen) {
- NSDocumentController.shared.km_safe_openDocument(withContentsOf: url!, display: true) { _, _, _ in
-
- }
- } else {
- NSWorkspace.shared.activateFileViewerSelecting([url!])
- }
- }
- }
- }
- }
- // MARK: Edit Menu
- @objc protocol KMEditMenuProtocol: NSObjectProtocol {
- @objc optional func undo(_ sender: Any)
- @objc optional func redo(_ sender: Any)
-
- @objc optional func cut(_ sender: Any)
- @objc optional func copy(_ sender: Any)
- @objc optional func paste(_ sender: Any)
- @objc optional func delete(_ sender: Any)
- }
- extension KMMainViewController: KMEditMenuProtocol {
- @IBAction func menuItemAction_find(_ sender: Any) {
- if (self.leftSideViewController.isShowPanel) {
- self.toolbarController.cancelSelected(KMLeftControlToolbarItemIdentifier)
- self.toolbarController.toolbarType = .None
- self.leftSideViewController.showPanelView(show: false)
- }
- // else {
- let isSearch = self.leftSideViewController.type.methodType == .Search
- self.leftSideViewController.refreshMethodType(methodType: .Search)
- if (isSearch) { // 关闭
- self.view.window?.makeFirstResponder(self.listView)
- }
- // }
- }
- }
- // MARK: - View Menu
- extension KMMainViewController {
- @IBAction func menuItemAction_adjustWidth(_ sender: Any) {
- self.selectZoom(.width)
- }
- @IBAction func menuItemAction_adjustPage(_ sender: Any) {
- self.selectZoom(.fit)
- }
- @IBAction func menuItemAction_size(_ sender: Any) {
- self.selectZoom(.actualSize)
- }
- @IBAction func menuItemAction_zoomOut(_ sender: Any) {
- if (self.listView.canZoomOut) {
- self.listView.zoomOut(nil)
- }
- }
- @IBAction func menuItemAction_zoomIn(_ sender: Any) {
- if (self.listView.canZoomIn) {
- self.listView.zoomIn(nil)
- }
- }
-
- // page show
-
- @IBAction func menuItemAction_singlePage(_ sender: Any) {
- self.selectDisplay(display: .singlePage)
- }
- @IBAction func menuItemAction_singlePageContinue(_ sender: Any) {
- self.selectDisplay(display: .singlePageContinuous)
- }
- @IBAction func menuItemAction_doublePage(_ sender: Any) {
- self.selectDisplay(display: .twoUp)
- }
- @IBAction func menuItemAction_doublePageContinue(_ sender: Any) {
- self.selectDisplay(display: .twoUpContinuous)
- }
- @IBAction func menuItemAction_bookMode(_ sender: Any) {
- self.selectDisplay(display: .bookMode)
- }
-
- @IBAction func menuItemAction_readMode(_ sender: Any) {
- if (self.isReadMode) {
- self.closeReadModel()
- } else {
- self.openReadModel()
- }
- }
- @IBAction func menuItemAction_showSplitPage(_ sender: Any) {
- self.listView?.displaysPageBreaks = !(self.listView?.displaysPageBreaks ?? false)
- self.listView.layoutDocumentView()
- }
- @IBAction func menuItemAction_autoScrol(_ sender: Any) {
- }
- @IBAction func menuItemAction_autoScrolSetting(_ sender: Any) {
- }
-
- // rotate
-
- @IBAction func menuItemAction_rotateLeft(_ sender: Any) {
- self.rotateLeft(sender)
- }
-
- func rotatePageItems(pageItems: [KMThumbnailPageItem]) {
- let tempPageItems = pageItems
- for pageItem in tempPageItems {
- pageItem.page.rotation = pageItem.rotate
- }
-
- self.listView.layoutDocumentView()
- NotificationCenter.default.post(name: NSNotification.Name(rawValue: "KMPDFViewRotatePage"), object: self.listView.document)
-
- self.listView.undoManager?.registerUndo(withTarget: self) { [unowned self] targetType in
- var tempPageItems: [KMThumbnailPageItem] = []
- for pageItem in pageItems {
- let item = KMThumbnailPageItem(page: pageItem.page, rotate: pageItem.oldRotate, oldRotate: pageItem.rotate)
- tempPageItems.append(item)
- }
- self.rotatePageItems(pageItems: tempPageItems)
- }
- }
- @IBAction func menuItemAction_rotateRight(_ sender: Any) {
- self.rotateRight(sender)
- }
- @IBAction func menuItemAction_rotateAllPageLeft(_ sender: Any) {
- self.rotateAllLeft(sender)
- }
- @IBAction func menuItemAction_rotateAllPageRight(_ sender: Any) {
- self.rotateAllRight(sender)
- }
-
- // split screen
-
- @IBAction func menuItemAction_splitScreenVerti(_ sender: Any) {
- }
- @IBAction func menuItemAction_splitScreenHorti(_ sender: Any) {
- }
- @IBAction func menuItemAction_splitScreenNo(_ sender: Any) {
- }
-
- @IBAction func menuItemAction_view_readMode(_ sender: Any) {
- if (self.isReadMode) {
- self.closeReadModel()
- } else {
- self.openReadModel()
- }
- }
- @IBAction func menuItemAction_enterFullScreen(_ sender: Any) {
- }
- @IBAction func menuItemAction_hiddenLeftSide(_ sender: Any) {
- if (self.leftSideViewController.type.methodType != .None) {
- self.leftSideViewController.selectType(self.leftSideViewController.type.methodType)
- } else {
- self.toolbarController.selectItem(KMLeftControlToolbarItemIdentifier)
- }
- }
-
- @IBAction func menuItemAction_hiddenRightSide(_ sender: Any) {
- self.toolbarController.selectItem(KMRightControlToolbarItemIdentifier)
- }
-
- @IBAction func menuItemAction_thumai(_ sender: Any) {
- self.leftSideViewController.switchType(.Thumbnail)
- }
- @IBAction func menuItemAction_outline(_ sender: Any) {
- self.leftSideViewController.switchType(.Outline)
- }
- @IBAction func menuItemAction_bookmark(_ sender: Any) {
- self.leftSideViewController.switchType(.Annotation)
- }
-
- @IBAction func menuItemAction_annotation(_ sender: Any) {
- self.leftSideViewController.switchType(.Annotation)
- }
- @IBAction func menuItemAction_search(_ sender: Any) {
- self.leftSideViewController.switchType(.Search)
- }
- @IBAction func menuItemAction_topic(_ sender: Any) {
- }
-
- @IBAction func menuItemAction_hiddenPageIndicator(_ sender: Any) {
-
- }
-
- @IBAction func togglePresentation(_ sender: Any?) {
- if self.canExitPresentation() {
- self.exitFullScreen("")
- } else if self.canEnterPresentation(){
- self.enterPresentation()
- }
- }
-
- @IBAction func chooseTransition(_ sender: Any?) {
- let presentationSheetController = SKPresentationOptionsSheetController()
- presentationSheetController.controller = self
- let window = NSWindow.currentWindow()
- window.km_beginSheet(windowC: presentationSheetController)
- presentationSheetController.closeCallBack = { vc in
- window.km_quick_endSheet()
- }
- }
-
- @IBAction func toggleAutoFlow(_ sender: Any?) {
- if (self.listView.isAutoFlow()) {
- self.listView.stopAutoFlow()
- } else {
- self.listView.startAutoFlow()
- }
- }
- @IBAction func chooseAutoFlowSetting(_ sender: Any?) {
- autoFlowOptionsSheetController = KMAutoFlowOptionsSheetController(windowNibName: "KMAutoFlowOptionsSheetController")
- NSWindow.currentWindow().beginSheet((autoFlowOptionsSheetController?.window)!) { responce in }
- }
-
- @IBAction func toggleReadingBar(_ sender: Any?) {
- KMPrint("toggleReadingBar")
- }
-
- @IBAction func toggleLeftSidePane(_ sender: Any?) {
- if self.model.leftPanelOpen {
- self.closeLeftPane()
- } else {
- self.openLeftPane()
- }
- }
-
- @IBAction func changeLeftSidePaneState(_ sender: Any?) {
- guard let item = sender as? NSMenuItem else {
- NSSound.beep()
- return
- }
- if item.tag == 3 {
- self.leftSideViewController.switchType(.snapshot)
- }
- }
-
- @IBAction func splitViewAction(_ sender: Any?) {
- guard let item = sender as? NSMenuItem else {
- return
- }
- if item.tag < 2 && IAPProductsManager.default().isAvailableAllFunction() == false {
- KMPurchaseCompareWindowController.sharedInstance().showWindow(nil)
- return
- }
- self.splitView(withTag: item.tag)
- }
-
- @IBAction func themesColor(_ sender: Any?) {
- guard let item = sender as? NSMenuItem else {
- NSSound.beep()
- return
- }
- let mode = item.tag
- if mode > 0 {
- if !IAPProductsManager.default().isAvailableAllFunction() {
- KMPurchaseCompareWindowController.sharedInstance().showWindow(nil)
- return
- }
- }
- if mode == 0 {
- self.listView.displayMode = .normal
- } else if mode == 1 {
- self.listView.displayMode = .soft
- } else if mode == 2 {
- self.listView.displayMode = .night
- } else if mode == 3 {
- self.listView.displayMode = .green
- } else {
- self.listView.displayMode = .custom
-
- var data: Data? = nil
- if let themesData = UserDefaults.standard.object(forKey: "kKMPDFViewModeThemesArray") as? Data {
- data = themesData
- }
- let appArray = NSKeyedUnarchiver.unarchiveObject(with: data ?? Data()) as? [Any] ?? []
- let mutableArray = appArray
- if mutableArray.count > 0 {
- let themesArray = mutableArray as! [NSColor]
- let color = themesArray[mode]
- self.listView.displayModeCustomColor = color
- }
- }
-
- self.listView.layoutDocumentView()
- self.listView.setNeedsDisplayForVisiblePages()
- UserDefaults.standard.set(mode, forKey: "kPDFViewModeKey")
- UserDefaults.standard.synchronize()
- }
-
- @IBAction func toggleStatusBar(_ sender: Any?) {
- KMPrint("toggleStatusBar ...")
- }
-
- @IBAction func toggleToolbarShow(_ sender: Any?) {
- self.toolbarController.mainToolBarisVisable = !self.toolbarController.mainToolBarisVisable
- }
- }
- // MARK: - Annotation Menu
- extension KMMainViewController {
- @IBAction func menuItemAction_highlight(_ sender: Any) {
- self.mainMenuUpdateAnnotationStyle(identifier: KMToolbarHighlightAnnotationItemIdentifier)
- }
- @IBAction func menuItemAction_underline(_ sender: Any) {
- self.mainMenuUpdateAnnotationStyle(identifier: KMToolbarUnderlineAnnotationItemIdentifier)
- }
-
- @IBAction func menuItemAction_deleteLine(_ sender: Any) {
- self.mainMenuUpdateAnnotationStyle(identifier: KMToolbarStrikeOutAnnotationItemIdentifier)
- }
-
- @IBAction func menuItemAction_freehand(_ sender: Any) {
- self.mainMenuUpdateAnnotationStyle(identifier: KMToolbarInkAnnotationItemIdentifier)
- }
- @IBAction func menuItemAction_text(_ sender: Any) {
- self.mainMenuUpdateAnnotationStyle(identifier: KMToolbarFreeTextAnnotationItemIdentifier)
- }
-
- @IBAction func menuItemAction_note(_ sender: Any) {
- self.mainMenuUpdateAnnotationStyle(identifier: KMToolbarAnchoredAnnotationItemIdentifier)
- }
-
- @IBAction func menuItemAction_squre(_ sender: Any) {
- UserDefaults.standard.set(6, forKey: KMToolBarToolPDFShapeStyle)
- self.toolbarController.clickItem(KMToolbarSquareAnnotationItemIdentifier)
- }
- @IBAction func menuItemAction_circle(_ sender: Any) {
- UserDefaults.standard.set(7, forKey: KMToolBarToolPDFShapeStyle)
- self.toolbarController.clickItem(KMToolbarCircleAnnotationItemIdentifier)
- }
-
- @IBAction func menuItemAction_arrow(_ sender: Any) {
- UserDefaults.standard.set(5, forKey: KMToolBarToolPDFShapeStyle)
- self.toolbarController.clickItem(KMToolbarArrowAnnotationItemIdentifier)
- }
-
- @IBAction func menuItemAction_line(_ sender: Any) {
- UserDefaults.standard.set(4, forKey: KMToolBarToolPDFShapeStyle)
-
- self.toolbarController.clickItem(KMToolbarLineAnnotationItemIdentifier)
- }
- // link
-
- @IBAction func menuItemAction_link(_ sender: Any) {
- self.mainMenuUpdateAnnotationStyle(identifier: KMToolbarLinkAnnotationItemIdentifier)
- }
-
- @IBAction func menuItemAction_linkPage(_ sender: Any) {
- self.mainMenuUpdateAnnotationStyle(identifier: KMToolbarLinkAnnotationItemIdentifier)
- }
-
- @IBAction func menuItemAction_linkHttps(_ sender: Any) {
- }
-
- @IBAction func menuItemAction_linkEmail(_ sender: Any) {
- }
-
- @IBAction func notesLink(_ sender: Any?) {
- self.mainMenuUpdateAnnotationStyle(identifier: KMToolbarLinkAnnotationItemIdentifier)
- }
-
- // stamp
-
- @IBAction func menuItemAction_stamp(_ sender: Any) {
- self.mainMenuUpdateAnnotationStyle(identifier: KMAnnotationStampToolbarItemIdentifier)
- }
-
- @IBAction func menuItemAction_stampStandard(_ sender: Any) {
-
- }
-
- @IBAction func menuItemAction_stampDynamic(_ sender: Any) {
- }
-
- @IBAction func menuItemAction_stampCustom(_ sender: Any) {
- }
-
- @IBAction func notesStamp(_ sender: Any?) {
- self.mainMenuUpdateAnnotationStyle(identifier: KMAnnotationStampToolbarItemIdentifier)
- }
-
- @IBAction func menuItemAction_signure(_ sender: Any) {
- self.mainMenuUpdateAnnotationStyle(identifier: KMToolbarSignSignatureAnnotationItemIdentifier)
- }
-
- @IBAction func image(_ sender: Any?) {
- self.toolbarController.clickItem(KMAnnotationImageToolbarItemIdentifier)
- }
-
- @IBAction func table(_ sender: Any?) {
- self.toolbarController.clickItem(KMAnnotationTableToolbarItemIdentifier)
- }
-
- @IBAction func addForm(_ sender: Any?) {
- guard let item = sender as? NSMenuItem else {
- NSSound.beep()
- return
- }
- var identifiers: String?
- let idx = item.tag
- if idx == 0 { // raido
- identifiers = KMToolbarToolRadioButtonItemIdentifier
- } else if idx == 1 { // checkbox
- identifiers = KMToolbarToolCheckBoxItemIdentifier
- } else if idx == 2 { // textfiled
- identifiers = KMToolbarToolTextFieldItemIdentifier
- } else if idx == 3 { // combobox
- identifiers = KMToolbarToolPullDownmenuItemIdentifier
- } else if idx == 4 { // listbox
- identifiers = KMToolbarToolListBoxItemIdentifier
- } else if idx == 5 { // button
- identifiers = KMToolbarToolButtonIdentifier
- } else if idx == 6 { // sign
- identifiers = KMToolbarToolSignBoxIdentifier
- }
- if let itemID = identifiers {
- self.toolbarController.clickItem(itemID)
- }
- }
-
- @IBAction func editNote(_ sender: Any?) {
- if self.listView.hideNotes {
- NSSound.beep()
- return
- }
- if let anno = self.listView.activeAnnotation {
- self.listView.edit(anno)
- }
- }
-
- @IBAction func menuItemAction_hiddenAllAnnotation(_ sender: Any) {
- self.showOrHideNotes()
- }
-
- @IBAction func menuItemAction_clearAllAnnotation(_ sender: Any) {
- self.removeAllAnnotations()
- }
-
- private func mainMenuUpdateAnnotationStyle(identifier : String) {
- if self.toolbarController.toolbarType != .Annatiton {
- self.toolbarController.clickItem(KMDocumentAnnotationToolbarItemIdentifier)
- }
- self.toolbarController.clickItem(identifier)
- }
- }
- // MARK: - KMSystemPDFMenuProtocol
- extension KMMainViewController: KMSystemPDFMenuProtocol {
- func changeDisplayMode(_ sender: Any?) {
- guard let item = sender as? NSMenuItem else {
- NSSound.beep()
- return
- }
- let mode = item.tag
- if mode == 0 {
- self.selectDisplay(display: .singlePage)
- } else if mode == 1 {
- self.selectDisplay(display: .singlePageContinuous)
- } else if mode == 2 {
- self.selectDisplay(display: .twoUp)
- } else if mode == 3 {
- self.selectDisplay(display: .twoUpContinuous)
- }
- }
-
- func toggleDisplayAsBook(_ sender: Any?) {
- self.selectDisplay(display: .bookMode)
- }
-
- func toggleDisplayPageBreaks(_ sender: Any?) {
- self.listView?.displaysPageBreaks = !(self.listView?.displaysPageBreaks ?? false)
- self.listView.layoutDocumentView()
- }
-
- func changeDisplayBox(_ sender: Any?) {
- guard let item = sender as? NSMenuItem else {
- NSSound.beep()
- return
- }
- let mode = item.tag
- if mode == 0 {
- self.listView.displayBox = .mediaBox
- } else if mode == 1 {
- self.listView.displayBox = .cropBox
- }
- }
-
- func toggleAutoScale(_ sender: Any?) {
- // if ([self interactionMode] == SKPresentationMode)
- // [pdfView toggleAutoActualSize:sender];
- // else
- // [pdfView setAutoScales:[pdfView autoScales] == NO];
- self.listView.autoScales = !self.listView.autoScales
- }
-
- func doZoomToActualSize(_ sender: Any?) {
- self.selectZoom(.actualSize)
- }
-
- func doZoomToFit(_ sender: Any?) {
- self.selectZoom(.fit)
- }
-
- func doZoomIn(_ sender: Any?) {
- if (self.listView.canZoomIn) {
- self.listView.zoomIn(nil)
- }
- }
-
- func doZoomOut(_ sender: Any?) {
- if (self.listView.canZoomOut) {
- self.listView.zoomOut(nil)
- }
- }
-
- func doMarqueeZoomTool(_ sender: Any?) {
- let isSelected = self.toolbarController.findItem(KMToolbarZoomToSelectionItemIdentifier)?.isSelected ?? false
- if isSelected == false {
- self.toolbarController.clickItem(KMToolbarZoomToSelectionItemIdentifier)
- }
- }
-
- func highlightFormFiled(_ sender: Any?) {
- let enabled = CPDFKitConfig.sharedInstance().enableFormFieldHighlight()
- CPDFKitConfig.sharedInstance().setEnableFormFieldHighlight(!enabled)
-
- self.listView.setNeedsDisplayForVisiblePages()
- }
-
- func highlightLinks(_ sender: Any?) {
- let enabled = CPDFKitConfig.sharedInstance().enableLinkFieldHighlight()
- CPDFKitConfig.sharedInstance().setEnableLinkFieldHighlight(!enabled)
-
- self.listView.setNeedsDisplayForVisiblePages()
- }
-
- func resetForm(_ sender: Any?) {
- self.listView.resetFormAnnotation()
- }
-
- func removeAllAnnotation(_ sender: Any?) {
- self.listView.removeAllAnnotation()
- }
-
- func savePDFSettingToDefaults(_ sender: Any?) {
- if self.interactionMode == .normal {
- UserDefaults.standard.sync_setValue(self.currentPDFSettings(), forKey: KMDefaultPDFDisplaySettingsKey)
- } else if self.interactionMode != .presentation {
- UserDefaults.standard.sync_setValue(self.currentPDFSettings(), forKey: KMDefaultFullScreenPDFDisplaySettingsKey)
- }
- }
- }
- // MARK: - goto Menu
- extension KMMainViewController {
- @IBAction func menuItemAction_nextPage(_ sender: Any) {
- if (self.listView.canGoToNextPage()) {
- self.listView.goToNextPage(nil)
- }
- }
-
- @IBAction func menuItemAction_forwardPage(_ sender: Any) {
- if (self.listView.canGoToPreviousPage()) {
- self.listView.goToPreviousPage(nil)
- }
- }
-
- @IBAction func menuItemAction_firstPage(_ sender: Any) {
- if (self.listView.canGoToFirstPage()) {
- self.listView.goToFirstPage(nil)
- }
- }
-
- @IBAction func menuItemAction_lastPage(_ sender: Any) {
- if (self.listView.canGoToLastPage()) {
- self.listView.goToLastPage(nil)
- }
- }
-
- @IBAction func menuItemAction_forward(_ sender: Any) {
- if (self.listView.km_canGoForward()) {
- self.listView.km_goForward(nil)
- }
- }
-
- @IBAction func menuItemAction_goback(_ sender: Any) {
- if (self.listView.km_canGoBack()) {
- self.listView.km_goBack(nil)
- }
- }
-
- @IBAction func menuItemAction_gotoPage(_ sender: Any) {
- let sheet = KMTextFieldSheetController.init(windowNibName: "PageSheet")
- var pages : [String] = []
- for i in 0 ..< self.listView.document.pageCount {
- pages.append("\(i)")
- }
- sheet.callback = { [weak self] stringValue in
- guard let index = Int(stringValue) else {
- return
- }
- if (self?.listView == nil) {
- return
- }
- if (index > 0 && index <= self!.listView.document.pageCount) {
- self?.listView.go(toPageIndex: index-1, animated: true)
- }
- }
- sheet.showWindow(nil)
- sheet.pageBox.addItems(withObjectValues: pages)
- sheet.stringValue = "\(self.listView.currentPageIndex+1)"
- }
-
- @IBAction func goToMarkedPage(_ sender: Any?) {
- guard let pdfDoc = self.listView.document, pdfDoc.isLocked == false && pdfDoc.pageCount > 0 else {
- NSSound.beep()
- return
- }
- guard let currentPageIndex = self.listView.currentPage()?.pageIndex() else {
- NSSound.beep()
- return
- }
- if self.model.beforeMarkedPageIndex != NSNotFound {
- self.listView.goToPage(at: min(UInt(self.model.beforeMarkedPageIndex), pdfDoc.pageCount-1), point: self.model.beforeMarkedPagePoint)
- } else if (currentPageIndex != self.model.markedPageIndex) {
- // NSUInteger lastPageIndex = [pdfView currentPageIndexAndPoint:&beforeMarkedPagePoint rotated:NULL];
- let lastPageIndex = self.listView.currentPageIndexAndPoint(&self.model.beforeMarkedPagePoint, rotated: nil)
- self.listView.goToPage(at: min(UInt(self.model.markedPageIndex), pdfDoc.pageCount-1), point: self.model.markedPagePoint)
- self.model.beforeMarkedPageIndex = Int(lastPageIndex)
- }
- }
- @IBAction func markPage(_ sender: Any?) {
- self.model.markedPageIndex = Int(self.listView.currentPageIndexAndPoint(&self.model.markedPagePoint, rotated: nil))
- self.model.beforeMarkedPageIndex = NSNotFound
- }
- }
- // MARK: - tool Menu
- extension KMMainViewController: KMSystemToolMenuProtocol {
- func getInfo(_ sender: Any?) {
- KMInfoWindowController.shared.showWindow(sender)
- }
-
- @IBAction func menuItemAction_textTool(_ sender: Any) {
- self.listView?.toolMode = .textToolMode
- self.listView?.annotationType = .unkown
- }
-
- @IBAction func menuItemAction_scrolTool(_ sender: Any) {
- self.toolbarController.selectItem(KMToolbarMoveToolModeItemIdentifier)
- }
-
- @IBAction func menuItemAction_zoomOutTool(_ sender: Any) {
- self.toolbarController.selectItem(KMToolbarMagnifyToolModeItemIdentifier)
- }
-
- @IBAction func menuItemAction_selectTool(_ sender: Any) {
- self.toolbarController.selectItem(KMToolbarSelectToolModeItemIdentifier)
- }
-
- func changeToolMode(_ sender: Any?) {
- let value = KMDataManager.ud_integer(forKey: SKLastAnnotationModeKey)
- var aType: CAnnotationType = .highlight
- if let data = CAnnotationType(rawValue: value) {
- aType = data
- }
- if aType.isMarkup() || aType.isSquare() || aType == .freeText || aType == .anchored {
-
- } else {
- aType = .highlight
- }
- var itemId: String = KMToolbarHighlightAnnotationItemIdentifier
- if aType == .highlight {
-
- } else if aType == .underline {
- itemId = KMToolbarUnderlineAnnotationItemIdentifier
- } else if aType == .strikeOut {
- itemId = KMToolbarStrikeOutAnnotationItemIdentifier
- } else if aType == .ink {
- itemId = KMToolbarInkAnnotationItemIdentifier
- } else if aType == .freeText {
- itemId = KMToolbarFreeTextAnnotationItemIdentifier
- } else if aType == .anchored {
- itemId = KMToolbarAnchoredAnnotationItemIdentifier
- } else if aType == .square {
- itemId = KMToolbarSquareAnnotationItemIdentifier
- } else if aType == .circle {
- itemId = KMToolbarCircleAnnotationItemIdentifier
- } else if aType == .line {
- itemId = KMToolbarLineAnnotationItemIdentifier
- } else if aType == .arrow {
- itemId = KMToolbarArrowAnnotationItemIdentifier
- } else if aType == .link {
- itemId = KMToolbarLinkAnnotationItemIdentifier
- }
- let isSelected = self.toolbarController.findItem(itemId)?.isSelected ?? false
- if isSelected == false {
- self.toolbarController.selectItem(itemId)
- }
- }
-
- @IBAction func menuItemAction_redact(_ sender: Any) {
- self.toolbarController.clickItem(KMDocumentRedactToolbarItemIdentifier)
- }
-
- @IBAction func menuItemAction_warkmark(_ sender: Any) {
- self.toolbarController.delegate?.clickChildTool?(type: .watermark, index: 0)
- }
-
- @IBAction func menuItemAction_background(_ sender: Any) {
- self.toolbarController.delegate?.clickChildTool?(type: .background, index: 0)
- }
-
- @IBAction func menuItemAction_headerfooter(_ sender: Any) {
- self.toolbarController.delegate?.clickChildTool?(type: .headerAndFooter, index: 0)
- }
-
- @IBAction func menuItemAction_bates(_ sender: Any) {
- self.toolbarController.delegate?.clickChildTool?(type: .bates, index: 0)
- }
-
- @IBAction func menuItemAction_batch(_ sender: Any) {
- // KMBatchWindowController.openFile(self.listView.document?.documentURL, .Batch)
- }
-
- func compression(_ sender: Any?) {
- self.toolbarController.delegate?.clickChildTool?(type: .compress, index: 0)
- }
-
- func merge(_ sender: Any?) {
- self.toolbarController.delegate?.clickChildTool?(type: .merge, index: 0)
- }
-
- func convert(_ sender: Any?) {
- self.toolbarController.delegate?.clickChildTool?(type: .word, index: 0)
- }
-
- func imageToPDF(_ sender: Any?) {
- KMApp.ShowImageToPDFWindow()
- }
-
- func ocr(_ sender: Any?) {
- self.toolbarController.clickItem(KMDocumentScanOCRToolbarItemIdentifier)
- }
-
- func extractImage(_ sender: Any?) {
- self.extractImageAction(num: 1)
- }
-
- func pageEdit(_ sender: Any?) {
- self.toolbarController.clickItem(KMDocumentPageToolbarItemIdentifier)
- }
-
- func textEditAction(_ sender: Any?) {
- self.toolbarController.clickItem(KMDocumentEditToolbarItemIdentifier)
- }
-
- func security(_ sender: Any?) {
- self.toolbarController.delegate?.clickChildTool?(type: .secure, index: 1)
- }
-
- func decryption(_ sender: Any?) {
- self.toolbarController.delegate?.clickChildTool?(type: .secure, index: 2)
- }
-
- func cropAll(_ sender: Any?) {
- self.cropAllPage()
- }
-
- func crop(_ sender: Any?) {
- self.cropCurrentPage()
- }
-
- // 白边距
- func autoCropAll(_ sender: Any?) {
- self.smart_cropAllPage()
- }
-
- // 自动
- func smartAutoCropAll(_ sender: Any?) {
- self.auto_cropAllPage()
- }
-
- func cropOptionsModel(_ sender: Any?) {
- KMPrint("cropOptionsModel ...")
- }
-
- func selectToolModel(_ sender: Any?) {
- self.toolbarController.clickItem(KMToolbarSelectToolModeItemIdentifier)
- }
-
- func takeSnapshot(_ sender: Any?) {
- self.listView.takeSnapshot(sender)
- }
-
- func takeSnapshotSelectContent(_ sender: Any?) {
- self.listView.takeSnapshotSelectContent(sender)
- }
-
- func changeAnnotationMode(_ sender: Any?) {
- if let data = sender as? NSMenuItem {
- self.changeAnnotationMode_itemAction(sender: data)
- }
- }
-
- func addWatermark(_ sender: Any?) {
- var item = self.toolbarController.findItem(KMToolbarToolWatermarkItemIdentifier)
- if item == nil {
- item = KMToolbarItemView(itemIdentifier: KMToolbarToolWatermarkItemIdentifier)
- }
- self.toolbarController.toolbarViewController(self.toolbarController.childToolBarView!, menuItemDidClick: item!, index: 1, info: nil)
- }
-
- func removeWatermark(_ sender: Any?) {
- var item = self.toolbarController.findItem(KMToolbarToolWatermarkItemIdentifier)
- if item == nil {
- item = KMToolbarItemView(itemIdentifier: KMToolbarToolWatermarkItemIdentifier)
- }
- self.toolbarController.toolbarViewController(self.toolbarController.childToolBarView!, menuItemDidClick: item!, index: 2, info: nil)
- }
-
- func batchAddWatermark(_ sender: Any?) {
- var item = self.toolbarController.findItem(KMToolbarToolWatermarkItemIdentifier)
- if item == nil {
- item = KMToolbarItemView(itemIdentifier: KMToolbarToolWatermarkItemIdentifier)
- }
- self.toolbarController.toolbarViewController(self.toolbarController.childToolBarView!, menuItemDidClick: item!, index: 3, info: nil)
- }
-
- func batchRemoveWatermark(_ sender: Any?) {
- var item = self.toolbarController.findItem(KMToolbarToolWatermarkItemIdentifier)
- if item == nil {
- item = KMToolbarItemView(itemIdentifier: KMToolbarToolWatermarkItemIdentifier)
- }
- self.toolbarController.toolbarViewController(self.toolbarController.childToolBarView!, menuItemDidClick: item!, index: 4, info: nil)
- }
-
- func templateWatermark(_ sender: Any?) {
- var item = self.toolbarController.findItem(KMToolbarToolWatermarkItemIdentifier)
- if item == nil {
- item = KMToolbarItemView(itemIdentifier: KMToolbarToolWatermarkItemIdentifier)
- }
- self.toolbarController.toolbarViewController(self.toolbarController.childToolBarView!, menuItemDidClick: item!, index: 5, info: nil)
- }
-
- func addBackground(_ sender: Any?) {
- var item = self.toolbarController.findItem(KMToolbarToolBackgroundItemIdentifier)
- if item == nil {
- item = KMToolbarItemView(itemIdentifier: KMToolbarToolBackgroundItemIdentifier)
- }
- self.toolbarController.toolbarViewController(self.toolbarController.childToolBarView!, menuItemDidClick: item!, index: 1, info: nil)
- }
-
- func removeBackground(_ sender: Any?) {
- var item = self.toolbarController.findItem(KMToolbarToolBackgroundItemIdentifier)
- if item == nil {
- item = KMToolbarItemView(itemIdentifier: KMToolbarToolBackgroundItemIdentifier)
- }
- self.toolbarController.toolbarViewController(self.toolbarController.childToolBarView!, menuItemDidClick: item!, index: 2, info: nil)
- }
-
- func batchAddBackground(_ sender: Any?) {
- var item = self.toolbarController.findItem(KMToolbarToolBackgroundItemIdentifier)
- if item == nil {
- item = KMToolbarItemView(itemIdentifier: KMToolbarToolBackgroundItemIdentifier)
- }
- self.toolbarController.toolbarViewController(self.toolbarController.childToolBarView!, menuItemDidClick: item!, index: 3, info: nil)
- }
-
- func batchRemoveBackground(_ sender: Any?) {
- var item = self.toolbarController.findItem(KMToolbarToolBackgroundItemIdentifier)
- if item == nil {
- item = KMToolbarItemView(itemIdentifier: KMToolbarToolBackgroundItemIdentifier)
- }
- self.toolbarController.toolbarViewController(self.toolbarController.childToolBarView!, menuItemDidClick: item!, index: 4, info: nil) }
-
- func templateBackground(_ sender: Any?) {
- var item = self.toolbarController.findItem(KMToolbarToolBackgroundItemIdentifier)
- if item == nil {
- item = KMToolbarItemView(itemIdentifier: KMToolbarToolBackgroundItemIdentifier)
- }
- self.toolbarController.toolbarViewController(self.toolbarController.childToolBarView!, menuItemDidClick: item!, index: 5, info: nil)
- }
-
- func addHeaderFooter(_ sender: Any?) {
- var item = self.toolbarController.findItem(KMToolbarToolHeaderFooterItemIdentifier)
- if item == nil {
- item = KMToolbarItemView(itemIdentifier: KMToolbarToolHeaderFooterItemIdentifier)
- }
- self.toolbarController.toolbarViewController(self.toolbarController.childToolBarView!, menuItemDidClick: item!, index: 1, info: nil)
- }
-
- func removeHeaderFooter(_ sender: Any?) {
- var item = self.toolbarController.findItem(KMToolbarToolHeaderFooterItemIdentifier)
- if item == nil {
- item = KMToolbarItemView(itemIdentifier: KMToolbarToolHeaderFooterItemIdentifier)
- }
- self.toolbarController.toolbarViewController(self.toolbarController.childToolBarView!, menuItemDidClick: item!, index: 2, info: nil)
- }
-
- func batchAddHeaderFooter(_ sender: Any?) {
- var item = self.toolbarController.findItem(KMToolbarToolHeaderFooterItemIdentifier)
- if item == nil {
- item = KMToolbarItemView(itemIdentifier: KMToolbarToolHeaderFooterItemIdentifier)
- }
- self.toolbarController.toolbarViewController(self.toolbarController.childToolBarView!, menuItemDidClick: item!, index: 3, info: nil)
- }
-
- func batchRemoveHeaderFooter(_ sender: Any?) {
- var item = self.toolbarController.findItem(KMToolbarToolHeaderFooterItemIdentifier)
- if item == nil {
- item = KMToolbarItemView(itemIdentifier: KMToolbarToolHeaderFooterItemIdentifier)
- }
- self.toolbarController.toolbarViewController(self.toolbarController.childToolBarView!, menuItemDidClick: item!, index: 4, info: nil)
- }
-
- func templateHeaderFooter(_ sender: Any?) {
- var item = self.toolbarController.findItem(KMToolbarToolHeaderFooterItemIdentifier)
- if item == nil {
- item = KMToolbarItemView(itemIdentifier: KMToolbarToolHeaderFooterItemIdentifier)
- }
- self.toolbarController.toolbarViewController(self.toolbarController.childToolBarView!, menuItemDidClick: item!, index: 5, info: nil)
- }
-
- func addHeaderFooterBates(_ sender: Any?) {
- var item = self.toolbarController.findItem(KMToolbarToolBatesItemIdentifier)
- if item == nil {
- item = KMToolbarItemView(itemIdentifier: KMToolbarToolBatesItemIdentifier)
- }
- self.toolbarController.toolbarViewController(self.toolbarController.childToolBarView!, menuItemDidClick: item!, index: 1, info: nil)
- }
-
- func removeHeaderFooterBates(_ sender: Any?) {
- var item = self.toolbarController.findItem(KMToolbarToolBatesItemIdentifier)
- if item == nil {
- item = KMToolbarItemView(itemIdentifier: KMToolbarToolBatesItemIdentifier)
- }
- self.toolbarController.toolbarViewController(self.toolbarController.childToolBarView!, menuItemDidClick: item!, index: 2, info: nil)
- }
-
- func batchAddBates(_ sender: Any?) {
- var item = self.toolbarController.findItem(KMToolbarToolBatesItemIdentifier)
- if item == nil {
- item = KMToolbarItemView(itemIdentifier: KMToolbarToolBatesItemIdentifier)
- }
- self.toolbarController.toolbarViewController(self.toolbarController.childToolBarView!, menuItemDidClick: item!, index: 3, info: nil)
- }
-
- func batchRemoveBates(_ sender: Any?) {
- var item = self.toolbarController.findItem(KMToolbarToolBatesItemIdentifier)
- if item == nil {
- item = KMToolbarItemView(itemIdentifier: KMToolbarToolBatesItemIdentifier)
- }
- self.toolbarController.toolbarViewController(self.toolbarController.childToolBarView!, menuItemDidClick: item!, index: 4, info: nil)
- }
-
- func templateBates(_ sender: Any?) {
- var item = self.toolbarController.findItem(KMToolbarToolBatesItemIdentifier)
- if item == nil {
- item = KMToolbarItemView(itemIdentifier: KMToolbarToolBatesItemIdentifier)
- }
- self.toolbarController.toolbarViewController(self.toolbarController.childToolBarView!, menuItemDidClick: item!, index: 5, info: nil)
- }
-
- func togglePoster(_ sender: Any?) {
- KMPrintWindowController.showNewPrintWindowControll(inputDocument: self.listView.document, inputPageRange: KMPrintPageRange(), printType: .poster)
- }
-
- func toggleMultiple(_ sender: Any?) {
- KMPrintWindowController.showNewPrintWindowControll(inputDocument: self.listView.document, inputPageRange: KMPrintPageRange(), printType: .multipage)
- }
-
- func toggleBooklet(_ sender: Any?) {
- KMPrintWindowController.showNewPrintWindowControll(inputDocument: self.listView.document, inputPageRange: KMPrintPageRange(), printType: .pamphlet)
- }
-
- func rotateLeft(_ sender: Any?) {
- if IAPProductsManager.default().isAvailableAllFunction() == false {
- KMPurchaseCompareWindowController.sharedInstance().showWindow(nil)
- return
- }
-
- Task { @MainActor in
- let page : CPDFPage = self.listView?.currentPage() ?? CPDFPage()
- let rotation = page.rotation
- page.leftRotate()
-
- self.rotatePageItems(pageItems: [KMThumbnailPageItem(page: page, rotate: page.rotation, oldRotate: rotation)])
- self.handlePageBoundsDidChange(page: page, action: CPDFPage.Action.rotate)
- }
- }
-
- func rotateRight(_ sender: Any?) {
- if IAPProductsManager.default().isAvailableAllFunction() == false {
- KMPurchaseCompareWindowController.sharedInstance().showWindow(nil)
- return
- }
-
- Task { @MainActor in
- let page : CPDFPage = self.listView?.currentPage() ?? CPDFPage()
- let rotation = page.rotation
- page.rightRotate()
-
- self.rotatePageItems(pageItems: [KMThumbnailPageItem(page: page, rotate: page.rotation, oldRotate: rotation)])
- self.handlePageBoundsDidChange(page: page, action: CPDFPage.Action.rotate)
- }
- }
-
- func rotateAllLeft(_ sender: Any?) {
- if IAPProductsManager.default().isAvailableAllFunction() == false {
- KMPurchaseCompareWindowController.sharedInstance().showWindow(nil)
- return
- }
-
- Task { @MainActor in
- var pageItems: [KMThumbnailPageItem] = []
- for index in 0 ... self.listView.document.pageCount - 1 {
- let page: CPDFPage = self.listView.document.page(at: index)
- let rotation = page.rotation
- page.leftRotate()
- pageItems.append(KMThumbnailPageItem(page: page, rotate: page.rotation, oldRotate: rotation))
- }
- self.rotatePageItems(pageItems: pageItems)
- self.handlePageBoundsDidChange(page: nil, action: CPDFPage.Action.rotate)
- }
- }
-
- func rotateAllRight(_ sender: Any?) {
- if IAPProductsManager.default().isAvailableAllFunction() == false {
- KMPurchaseCompareWindowController.sharedInstance().showWindow(nil)
- return
- }
-
- Task { @MainActor in
- var pageItems: [KMThumbnailPageItem] = []
- for index in 0 ... self.listView.document.pageCount - 1 {
- let page: CPDFPage = self.listView.document.page(at: index)
- let rotation = page.rotation
- page.leftRotate()
- pageItems.append(KMThumbnailPageItem(page: page, rotate: page.rotation, oldRotate: rotation))
- }
- self.rotatePageItems(pageItems: pageItems)
- self.handlePageBoundsDidChange(page: nil, action: CPDFPage.Action.rotate)
- }
- }
-
- func autoSelectContent(_ sender: Any?) {
- self.listView.autoSelectContent(sender)
- }
- }
- // MARK: - window Menu
- extension KMMainViewController {
- @IBAction func menuItemAction_showForwardTagPage(_ sender: Any) {
- (self.myDocument as? KMMainDocument)?.browser.selectPreviousTab()
- }
-
- @IBAction func menuItemAction_showNextTagPage(_ sender: Any) {
- (self.myDocument as? KMMainDocument)?.browser.selectNextTab()
- }
-
- @IBAction func menuItemAction_newTagPageToNewWindow(_ sender: Any) {
- self.browserWindowController?.openNewWindow(sender)
- }
-
- @IBAction func menuItemAction_mergeAllWindow(_ sender: Any) {
- ((self.myDocument as? KMMainDocument)?.browser.windowController as? KMBrowserWindowController)?.mergeAllWindow(sender)
- }
-
- @IBAction func menuItemAction_currentWindowName(_ sender: Any) {
-
- }
-
- @IBAction func performFit(_ sender: Any?) {
- if self.interactionMode != .normal {
- NSSound.beep()
- return
- }
-
- let displayMode = self.listView.fetchDisplayViewMode()
- let scaleFactor = self.listView.scaleFactor
- let autoScales = self.listView.autoScales
- var isSingleRow = false
- if displayMode == .singlePage || displayMode == .twoUp {
- isSingleRow = true
- } else if displayMode == .singlePageContinuous || self.listView.displaysAsBook {
- isSingleRow = (self.listView?.document?.pageCount ?? 0) <= 1
- } else {
- isSingleRow = (self.listView?.document?.pageCount ?? 0) <= 2
- }
-
- var frame = self.view.window?.frame ?? .zero
- var size: NSSize = .zero
- let oldSize = self.listView.frame.size
- let documentView = self.listView.documentView()
- let documentRect = documentView?.convert(documentView?.bounds ?? .zero, to: nil) ?? .zero
- let page = self.listView.currentPage()
- let box = self.listView.displayBox
- let PAGE_BREAK_MARGIN: CGFloat = 8.0
- let margin = self.listView.displaysPageBreaks ? PAGE_BREAK_MARGIN : 0.0
-
- // Calculate the new size for the pdfView
- size.width = NSWidth(documentRect)
- if (autoScales) {
- size.width /= scaleFactor
- }
- if (isSingleRow) {
- size.height = NSHeight(documentRect)
- } else {
- let rect = self.listView.convert(page?.bounds(for: box) ?? .zero, from: page)
- size.height = NSHeight(rect) + margin * scaleFactor
- // if ([NSScroller respondsToSelector:@selector(preferredScrollerStyle)] == NO || [NSScroller preferredScrollerStyle] == NSScrollerStyleLegacy)
- // size.width += [NSScroller scrollerWidth];
- if NSScroller.responds(to: NSSelectorFromString("preferredScrollerStyle")) == false {
- let w = NSScroller.scrollerWidth(for: .regular, scrollerStyle: .legacy)
- size.width += w
- } else {
- if NSScroller.preferredScrollerStyle == .legacy {
- let w = NSScroller.scrollerWidth(for: .regular, scrollerStyle: .legacy)
- size.width += w
- }
- }
- }
- if (autoScales) {
- size.height /= scaleFactor
- }
- // Calculate the new size for the window
- size.width = ceil(NSWidth(frame) + size.width - oldSize.width)
- size.height = ceil(NSHeight(frame) + size.height - oldSize.height)
- // Align the window frame from the old topleft point and constrain to the screen
- frame.origin.y = NSMaxY(frame) - size.height
- frame.size = size
- if let screen = self.view.window?.screen ?? NSScreen.main {
- frame = self.view.window?.constrainFrameRect(frame, to: screen) ?? .zero
- }
-
- self.view.window?.setFrame(frame, display: self.view.window?.isVisible ?? false)
- if displayMode == .singlePageContinuous || displayMode == .twoUpContinuous {
- self.listView.go(to: NSInsetRect(page?.bounds(for: box) ?? .zero, -0.5 * margin, -0.5 * margin), on: page)
- }
- }
- }
- extension KMMainViewController {
- override func validateMenuItem(_ menuItem: NSMenuItem) -> Bool {
- if (menuItem.action == #selector(menuItemAction_currentWindowName)) {
- menuItem.title = (self.myDocument?.fileURL!.lastPathComponent)!
- return true
- }
-
- if (menuItem.action == #selector(menuItemAction_thumai) ||
- menuItem.action == #selector(menuItemAction_outline) ||
- menuItem.action == #selector(menuItemAction_bookmark) ||
- menuItem.action == #selector(menuItemAction_annotation) ||
- menuItem.action == #selector(menuItemAction_search)) {
- menuItem.state = .off
- let type = self.leftSideViewController.type.methodType
- if (menuItem.action == #selector(menuItemAction_thumai) && type == .Thumbnail) {
- menuItem.state = .on
- }
- if (menuItem.action == #selector(menuItemAction_outline) && type == .Outline) {
- menuItem.state = .on
- }
- if (menuItem.action == #selector(menuItemAction_bookmark) && type == .Annotation) {
- menuItem.state = .on
- }
- if (menuItem.action == #selector(menuItemAction_annotation) && type == .Annotation) {
- menuItem.state = .on
- }
- if (menuItem.action == #selector(menuItemAction_search) && type == .Search) {
- menuItem.state = .on
- }
- }
- if (menuItem.action == #selector(menuItemAction_hiddenLeftSide)) {
- if (self.model.leftPanelOpen) {
- menuItem.title = NSLocalizedString("Hide Left Side Panel", comment: "")
- } else {
- menuItem.title = NSLocalizedString("Show Left Side Panel", comment: "")
- }
- }
- if (menuItem.action == #selector(menuItemAction_hiddenRightSide)) {
- if (self.model.rightPanelIsOpen) {
- menuItem.title = NSLocalizedString("Hide Right Side Panel", comment: "")
- } else {
- menuItem.title = NSLocalizedString("Show Right Side Panel", comment: "")
- }
- }
-
- if (menuItem.action == #selector(menuItemAction_hiddenAllAnnotation)) {
- if (self.listView.hideNotes) {
- menuItem.title = NSLocalizedString("Show Notes", comment: "")
- } else {
- menuItem.title = NSLocalizedString("Hide Notes", comment: "")
- }
- }
-
- if (menuItem.action == #selector(menuItemAction_showForwardTagPage) ||
- menuItem.action == #selector(menuItemAction_showNextTagPage)) {
- let browser = self.browserWindowController?.browser
- if (browser != nil && (browser is KMBrowser)) {
- if (menuItem.action == #selector(menuItemAction_showForwardTagPage)) {
- return (browser as! KMBrowser).canSelectPreviousTab()
- }
- if (menuItem.action == #selector(menuItemAction_showNextTagPage)) {
- return (browser as! KMBrowser).canSelectNextTab()
- }
- }
- }
- if (menuItem.action == #selector(menuItemAction_mergeAllWindow)) {
- if let _browserWindowC = ((self.myDocument as? KMMainDocument)?.browser.windowController as? KMBrowserWindowController) {
- return _browserWindowC.canMergeAllWindow()
- }
- }
-
- if (menuItem.action == #selector(menuItemAction_nextPage) ||
- menuItem.action == #selector(menuItemAction_forwardPage) ||
- menuItem.action == #selector(menuItemAction_firstPage) ||
- menuItem.action == #selector(menuItemAction_lastPage) ||
- menuItem.action == #selector(menuItemAction_forward) ||
- menuItem.action == #selector(menuItemAction_goback)) {
- if self.hasEnterPageEdit() {
- return false
- }
- if (menuItem.action == #selector(menuItemAction_nextPage)) {
- if self.listView.isEditing() && self.listView.isEditable() {
- return false
- }
- return (self.pdfViewCanHorizontalScroll() == false && self.listView.canGoToNextPage())
- }
- if (menuItem.action == #selector(menuItemAction_forwardPage)) {
- if self.listView.isEditing() && self.listView.isEditable() {
- return false
- }
- return (self.pdfViewCanHorizontalScroll() == false && self.listView.canGoToPreviousPage())
- }
- if (menuItem.action == #selector(menuItemAction_firstPage)) {
- return self.listView.canGoToFirstPage()
- }
- if (menuItem.action == #selector(menuItemAction_lastPage)) {
- return self.listView.canGoToLastPage()
- }
- if (menuItem.action == #selector(menuItemAction_forward)) {
- return self.listView.km_canGoForward()
- }
- if (menuItem.action == #selector(menuItemAction_goback)) {
- return self.listView.km_canGoBack()
- }
- }
-
- if menuItem.action == #selector(changeAnnotationMode) || menuItem.action == #selector(changeAnnotationMode_itemAction) {
- // if ([[menuItem menu] numberOfItems] > ANNOTATION_MODE_COUNT)
- // [menuItem setState:[self toolMode] == SKNoteToolMode && [self annotationMode] == (SKNoteType)[menuItem tag] ? NSOnState : NSOffState];
- // else
- // [menuItem setState:[self annotationMode] == (SKNoteType)[menuItem tag] ? NSOnState : NSOffState];
- if self.listView.annotationType.rawValue == menuItem.tag {
- menuItem.state = .on
- } else {
- menuItem.state = .off
- }
- return true
- }
-
- if menuItem.action == #selector(menuItemAction_print) {
- if self.listView.document.permissionsStatus == .user && !self.listView.document.allowsPrinting {
- return false
- }
- }
-
- if menuItem.action == #selector(highlightFormFiled) {
- let enabled = CPDFKitConfig.sharedInstance().enableFormFieldHighlight()
- menuItem.state = enabled ? .on : .off
-
- return true
- }
-
- if menuItem.action == #selector(highlightLinks) {
- let enabled = CPDFKitConfig.sharedInstance().enableLinkFieldHighlight()
- menuItem.state = enabled ? .on : .off
-
- return true
- }
-
- guard let action = menuItem.action else {
- return false
- }
-
- if KMSystemMenu.isToolSelector(sel: action) {
- if action == KMSystemMenu.Tool.autoSelectContentSelector {
- let toolMode = self.listView?.toolMode ?? .none
- return toolMode == .selectToolMode
- } else if action == KMSystemMenu.Tool.textToolSelector {
- let toolMode = self.listView?.toolMode ?? .textToolMode
- menuItem.state = toolMode == .textToolMode ? .on : .off
- return true
- } else if action == KMSystemMenu.Tool.scrolToolSelector {
- let toolMode = self.listView?.toolMode ?? .textToolMode
- menuItem.state = toolMode == .moveToolMode ? .on : .off
- return true
- } else if action == KMSystemMenu.Tool.zoomToolSelector {
- let toolMode = self.listView?.toolMode ?? .textToolMode
- menuItem.state = toolMode == .magnifyToolMode ? .on : .off
- return true
- } else if action == KMSystemMenu.Tool.selectToolSelector {
- let toolMode = self.listView?.toolMode ?? .textToolMode
- menuItem.state = toolMode == .selectToolMode ? .on : .off
- return true
- } else if action == KMSystemMenu.Tool.changeToolModeSelector {
- let aType = self.listView?.annotationType ?? .unkown
- if aType.isMarkup() || aType == .freeText || aType == .anchored || aType.isSquare() || aType == .link {
- menuItem.state = .on
- } else {
- menuItem.state = .off
- }
- return true
- }
- }
- if KMSystemMenu.isViewSelector(sel: action) {
- if action == KMSystemMenu.View.toggleLeftSidePaneSelector {
- if self.model.leftPanelOpen {
- menuItem.title = NSLocalizedString("Hide Panel", comment: "Menu item title")
- } else {
- menuItem.title = NSLocalizedString("Show Panel", comment: "Menu item title")
- }
- return true
- } else if action == KMSystemMenu.View.changeLeftSidePaneStateSelector {
- if menuItem.tag == 3 { // 快照
- menuItem.state = self.leftSideViewController.type.methodType == .snapshot ? .on : .off
- }
- return true
- } else if action == KMSystemMenu.View.themesColorSelector {
- let mode = menuItem.tag
-
- var viewMode: KMPDFViewMode = .normal
- if let storedViewMode = UserDefaults.standard.value(forKey: "kPDFViewModeKey") as? Int {
- viewMode = KMPDFViewMode(rawValue: UInt(storedViewMode)) ?? .normal
- }
- if mode == 0 {
- menuItem.state = viewMode == .normal ? .on : .off
- } else if mode == 1 {
- menuItem.state = viewMode == .soft ? .on : .off
- } else if mode == 2 {
- menuItem.state = viewMode == .night ? .on : .off
- } else if mode == 3 {
- menuItem.state = viewMode == .green ? .on : .off
- } else if mode == 4 {
- menuItem.state = viewMode == .themes1 ? .on : .off
- } else if mode == 5 {
- menuItem.state = viewMode == .themes2 ? .on : .off
- } else if mode == 6 {
- menuItem.state = viewMode == .themes3 ? .on : .off
- } else if mode == 7 {
- menuItem.state = viewMode == .themes4 ? .on : .off
- }
-
- var data: Data? = nil
- if let themesData = UserDefaults.standard.object(forKey: "kKMPDFViewModeThemesArray") as? Data {
- data = themesData
- }
- var themesCount = 0
- let appArray = NSKeyedUnarchiver.unarchiveObject(with: data ?? Data()) as? [Any] ?? []
- if appArray.count > 0 {
- themesCount = menuItem.tag - appArray.count
- } else {
- themesCount = menuItem.tag - 4
- }
- if themesCount >= 0 {
- menuItem.isHidden = true
- return false
- }else {
- menuItem.isHidden = false
- return true
- }
- // return true
- } else if action == KMSystemMenu.View.splitViewActionSelector {
- let mode = menuItem.tag
- if mode == 0 { // hor
- menuItem.state = self.listView.viewSplitMode == .horizontal ? .on : .off
- } else if mode == 1 { // verti
- menuItem.state = self.listView.viewSplitMode == .vertical ? .on : .off
- } else if mode == 2 { // single
- menuItem.state = self.listView.viewSplitMode == .disable ? .on : .off
- }
- } else if action == KMSystemMenu.View.toggleToolbarShowSelector {
- menuItem.title = self.toolbarController.mainToolBarisVisable ? KMLocalizedString("Hide Toolbar") : KMLocalizedString("Show Toolbar")
- }
- }
-
- if KMSystemMenu.isAnnotationSelector(sel: action) {
- if action == KMSystemMenu.Annotation.editNoteSelector {
- if self.interactionMode == .presentation {
- return false
- }
- guard let anno = self.listView?.activeAnnotation else {
- return false
- }
- return anno.isEditable()
- }
- }
-
- return true
- }
- }
|