|
@@ -30,6 +30,7 @@ class KMFunctionGuideMultiController: NSViewController {
|
|
let DigitalSignatureKey = "DigitalSignatureKey"
|
|
let DigitalSignatureKey = "DigitalSignatureKey"
|
|
let ComparePDFsKey = "ComparePDFsKey"
|
|
let ComparePDFsKey = "ComparePDFsKey"
|
|
let AIInfoKey = "AIInfoKey"
|
|
let AIInfoKey = "AIInfoKey"
|
|
|
|
+ let MeasureInfoKey = "MeasureInfoKey"
|
|
|
|
|
|
var namesArr = Array<Any>()
|
|
var namesArr = Array<Any>()
|
|
var currentNameKEY = String()
|
|
var currentNameKEY = String()
|
|
@@ -47,7 +48,18 @@ class KMFunctionGuideMultiController: NSViewController {
|
|
"key":AIInfoKey,
|
|
"key":AIInfoKey,
|
|
"infoTitle":"Experience the Power of PDF AI Tools",
|
|
"infoTitle":"Experience the Power of PDF AI Tools",
|
|
"imageName":"whatNew_AIGuide",
|
|
"imageName":"whatNew_AIGuide",
|
|
- "description":NSLocalizedString("• AI Summarize with a deep understanding of document", comment: "") + "\n" + NSLocalizedString("• AI Translate your document without leaving a PDF", comment: "") + "\n" + NSLocalizedString("• Check grammar, fix spelling errors to ensure a professional file", comment: "") + "\n" + NSLocalizedString("• Rewrite your PDF to enhance style and polish content", comment: "")]]
|
|
|
|
|
|
+ "description":NSLocalizedString("• AI Summarize with a deep understanding of document", comment: "") + "\n" + NSLocalizedString("• AI Translate your document without leaving a PDF", comment: "") + "\n" + NSLocalizedString("• Check grammar, fix spelling errors to ensure a professional file", comment: "") + "\n" + NSLocalizedString("• Rewrite your PDF to enhance style and polish content", comment: "")],
|
|
|
|
+ ["name":"Measuring Tools",
|
|
|
|
+ "key":MeasureInfoKey,
|
|
|
|
+ "infoTitle":"Easily Annotate Dimensional Data on PDFs",
|
|
|
|
+ "imageName":"KMImageNameWhatNewMeasure",
|
|
|
|
+ "description":NSLocalizedString("The measuring tool allows users to measure distance, perimeter, area and angle accurately, making it an ideal solution for the construction industry to annotate dimensional data on PDFs.", comment: "")],
|
|
|
|
+// ["name":"Compare PDFs",
|
|
|
|
+// "key":ComparePDFsKey,
|
|
|
|
+// "infoTitle":"Experience the Power of PDF AI Tools 2222",
|
|
|
|
+// "imageName":"guideMeasure",
|
|
|
|
+// "description":NSLocalizedString("The document compare feature lets you quickly spot differences between two versions of a PDF for a better review process.", comment: "")]
|
|
|
|
+ ]
|
|
let dict = self.namesArr.first as! NSDictionary
|
|
let dict = self.namesArr.first as! NSDictionary
|
|
self.currentNameKEY = dict["key"] as! String
|
|
self.currentNameKEY = dict["key"] as! String
|
|
|
|
|