This repository was archived by the owner on Jul 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfiguration.yml
More file actions
100 lines (96 loc) · 3.03 KB
/
configuration.yml
File metadata and controls
100 lines (96 loc) · 3.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
################################################
# Server configurations
################################################
server:
type: simple
applicationContextPath: /
adminContextPath: /admin
connector:
type: http
port: 8080
################################################
# Application (global) configurations
################################################
application:
# License path
# Absolute or relative path to GroupDocs license file
licensePath:
# Host name or ip for server instance
hostAddress: ${application.hostAddress}
################################################
# Common configurations
################################################
common:
# File rewriting on document uploading
# Set false to keep both files
# Set true to replace files with same name
rewrite: true
# Page navigation
# Set false to disable document navigation (go to next, previous, last and first page)
pageSelector: true
# Document download
# Set false to disable document download
download: true
# Document upload
# Set false to disable document upload
upload: true
# Document print
# Set false to disable document print
print: true
# File browser
# Set false to disable document browse
browse: true
# Set false to disable right mouse click
enableRightClick: true
################################################
# GroupDocs.Annotation configurations
################################################
annotation:
# Files directory path
# Absolute or relative path to files directory
filesDirectory:
# Default document
# Absolute or relative path to default document
defaultDocument: ''
# Pages preload
# How many pages from a document should be loaded, remaining pages will be loaded on page scrolling
# Set 0 to load all pages at once
preloadPageCount: 0
# Fonts path
# Absolute path to custom fonts directory
fontsDirectory: ''
# Enable/disable Text annotation
textAnnotation: true
# Enable/disable Area annotation
areaAnnotation: true
# Enable/disable Point annotation
pointAnnotation: true
# Enable/disable TextStrikeout annotation
textStrikeoutAnnotation: true
# Enable/disable Polyline annotation
polylineAnnotation: true
# Enable/disable TextField annotation
textFieldAnnotation: true
# Enable/disable Watermark annotation
watermarkAnnotation: true
# Enable/disable TextReplacement annotation
textReplacementAnnotation: true
# Enable/disable Arrow annotation
arrowAnnotation: true
# Enable/disable TextRedaction annotation
textRedactionAnnotation: true
# Enable/disable ResourcesRedaction annotation
resourcesRedactionAnnotation: true
# Enable/disable TextUnderline annotation
textUnderlineAnnotation: true
# Enable/disable Distance annotation
distanceAnnotation: true
# Enable/disable original document downloading
downloadOriginal: true
# Enable/disable signed document downloading
downloadAnnotated: true
# Enable/disable zoom
zoom: true
# Enable/disable fit width
# set true to zoom document pages fit width
fitWidth: true