This repository has been archived by the owner on Jul 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yml
executable file
·229 lines (218 loc) · 7.23 KB
/
configuration.yml
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
################################################
# 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.Viewer configurations
################################################
viewer:
# Files directory path
# Absolute or relative path to files directory
filesDirectory: DocumentSamples/Viewer
# Fonts path
# Absolute path to custom fonts directory
fontsDirectory: ''
# Default document
# Absolute 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: 1
# HTML rendering mode
# Set false for image mode
# Set true for HTML mode
htmlMode: true
# Document zoom
# Set false to disable document zooming
zoom: true
# Document search
# Set false to disable document text search
search: true
# Thumbnails
# Set false to disable thumbnails
thumbnails: true
# Page rotation
# Set false to disable pages rotation
rotate: true
# Using cache
# Set true to enable cache
cache: true
# Set true to enable page rotation saving
saveRotateState: true
# Enter text which will be used as a watermark
watermarkText:
# Print secured documents mode
# Set false to ignore document print security
# Set true to check document print security
printAllowed: true
# Set true to show grid lines
showGridLines: true
# Set cache folder name
cacheFolderName: cache
################################################
# GroupDocs.Signature configurations
################################################
signature:
# Files directory path
# Absolute or relative path to files directory
filesDirectory: DocumentSamples/Signature
# 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
# Data directory path
# Absolute path to signature cache files directory
dataDirectory: ''
# Enable/disable text signature
textSignature: true
# Enable/disable image signature
imageSignature: true
# Enable/disable digital signature
digitalSignature: true
# Enable/disable QR-Code signature
qrCodeSignature: true
# Enable/disable Barcode signature
barCodeSignature: true
# Enable/disable Stamp signature
stampSignature: true
# Enable/disable Hand signature
handSignature: true
# Enable/disable original document downloading
downloadOriginal: true
# Enable/disable signed document downloading
downloadSigned: true
################################################
# GroupDocs.Annotation configurations
################################################
annotation:
# Files directory path
# Absolute or relative path to files directory
filesDirectory: DocumentSamples/Annotation
# 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
################################################
# GroupDocs.Comparison configurations
################################################
comparison:
# Files directory path
# Absolute or relative path to files directory
filesDirectory: DocumentSamples/Comparison
# FResult files directory path
# Absolute path to result files directory
resultDirectory: ''
# Result pages preload
# How many pages from a result document should be loaded, remaining pages will be loaded on page scrolling
# Set 0 to load all pages at once
preloadResultPageCount: 2
################################################
# GroupDocs.Conversion configurations
################################################
conversion:
# Files directory path
# Absolute or relative path to files directory
filesDirectory: DocumentSamples/Conversion
# Result files directory path
# Absolute path to result files directory
resultDirectory: ''
################################################
# GroupDocs.Editor configurations
################################################
editor:
# Files directory path
# Absolute or relative path to files directory
filesDirectory: DocumentSamples/Editor
# Fonts path
# Absolute path to custom fonts directory
fontsDirectory: ''
# Default document
# Absolute path to default document
defaultDocument: ''
# Enable / disable new document creation
createNewFile: true