|
@@ -96,7 +96,7 @@ import Cocoa
|
|
|
}
|
|
|
|
|
|
if type == .ai {
|
|
|
- model.name = NSLocalizedString("· AI Credits Giveaway", comment: "")
|
|
|
+ model.name = NSLocalizedString("AI Credits Giveaway", comment: "")
|
|
|
model.imageName = "newUserGuideAITools"
|
|
|
let attri = NSAttributedString(string: NSLocalizedString("Free 40 AI Credits for 7-day VIP Free Trial Users", comment: ""), attributes: [
|
|
|
.font : NSFont.SFProTextRegularFont(11),
|
|
@@ -105,7 +105,7 @@ import Cocoa
|
|
|
model.despAttri = attri
|
|
|
model.viewH = _calculateViewHeight(model: model, maxWidth: maxWidth)
|
|
|
} else if type == .note {
|
|
|
- model.name = NSLocalizedString("· Annotate PDF", comment: "")
|
|
|
+ model.name = NSLocalizedString("Annotate PDF", comment: "")
|
|
|
model.imageName = "newUserGuideAnnotation"
|
|
|
let attri = NSAttributedString(string: NSLocalizedString("Add Annotations, Images, and Stamps to PDFs", comment: ""), attributes: [
|
|
|
.font : NSFont.SFProTextRegularFont(11),
|
|
@@ -114,7 +114,7 @@ import Cocoa
|
|
|
model.despAttri = attri
|
|
|
model.viewH = _calculateViewHeight(model: model, maxWidth: maxWidth)
|
|
|
} else if type == .editPDF {
|
|
|
- model.name = NSLocalizedString("· Edit PDF", comment: "")
|
|
|
+ model.name = NSLocalizedString("Edit PDF", comment: "")
|
|
|
model.imageName = "newUserGuideEdit"
|
|
|
let attri = NSAttributedString(string: NSLocalizedString("Edit PDF Text, Images, and Watermarks", comment: ""), attributes: [
|
|
|
.font : NSFont.SFProTextRegularFont(11),
|
|
@@ -123,7 +123,7 @@ import Cocoa
|
|
|
model.despAttri = attri
|
|
|
model.viewH = _calculateViewHeight(model: model, maxWidth: maxWidth)
|
|
|
} else if type == .pageEdit {
|
|
|
- model.name = NSLocalizedString("· Page Edit", comment: "")
|
|
|
+ model.name = NSLocalizedString("Page Edit", comment: "")
|
|
|
model.imageName = "KMImageNameNewUserGuidePageEdit"
|
|
|
let attri = NSAttributedString(string: NSLocalizedString("Insert, Delete, Rotate, and Extract the Pages in PDFs", comment: ""), attributes: [
|
|
|
.font : NSFont.SFProTextRegularFont(11),
|
|
@@ -132,7 +132,7 @@ import Cocoa
|
|
|
model.despAttri = attri
|
|
|
model.viewH = _calculateViewHeight(model: model, maxWidth: maxWidth)
|
|
|
} else if type == .convert {
|
|
|
- model.name = NSLocalizedString("· PDF Converter", comment: "")
|
|
|
+ model.name = NSLocalizedString("PDF Converter", comment: "")
|
|
|
model.imageName = "KMImageNameNewUserGuideConvert"
|
|
|
let attri = NSAttributedString(string: NSLocalizedString("Convert to/from MS Office, Images, and More", comment: ""), attributes: [
|
|
|
.font : NSFont.SFProTextRegularFont(11),
|
|
@@ -141,7 +141,7 @@ import Cocoa
|
|
|
model.despAttri = attri
|
|
|
model.viewH = _calculateViewHeight(model: model, maxWidth: maxWidth)
|
|
|
} else if type == .ocr {
|
|
|
- model.name = NSLocalizedString("· OCR", comment: "")
|
|
|
+ model.name = NSLocalizedString("OCR", comment: "")
|
|
|
model.imageName = "KMImageNameNewUserGuideOCR"
|
|
|
let attri = NSAttributedString(string: NSLocalizedString("Scanned PDFs to Editable & Searchable PDFs in 90+ Languages", comment: ""), attributes: [
|
|
|
.font : NSFont.SFProTextRegularFont(11),
|
|
@@ -150,7 +150,7 @@ import Cocoa
|
|
|
model.despAttri = attri
|
|
|
model.viewH = _calculateViewHeight(model: model, maxWidth: maxWidth)
|
|
|
} else if type == .fillForms {
|
|
|
- model.name = NSLocalizedString("· Create & Fill Forms", comment: "")
|
|
|
+ model.name = NSLocalizedString("Create & Fill Forms", comment: "")
|
|
|
model.imageName = "KMImageNameNewUserGuideFillForms"
|
|
|
let attri = NSAttributedString(string: NSLocalizedString("Support to Create & Fill Interactive PDF Forms", comment: ""), attributes: [
|
|
|
.font : NSFont.SFProTextRegularFont(11),
|