Skip to content

Commit 13b8ad4

Browse files
Release v21.8
1 parent a507d64 commit 13b8ad4

62 files changed

Lines changed: 1630 additions & 106 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/viewer/developer-guide/advanced-usage/common-rendering-options/add-watermark.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ $configuration = new GroupDocs\Viewer\Configuration();
188188
$configuration->setAppSid($ClientId);
189189
$configuration->setAppKey($ClientSecret);
190190

191-
$apiInstance# new GroupDocs\Viewer\ViewApi($configuration);
191+
$apiInstance = new GroupDocs\Viewer\ViewApi($configuration);
192192

193193
$viewOptions = new Model\ViewOptions();
194194
$fileInfo = new Model\FileInfo();
@@ -239,7 +239,7 @@ import groupdocs_viewer_cloud
239239
client_id = "XXXX-XXXX-XXXX-XXXX" # Get Client Id and Client Secret from https://dashboard.groupdocs.cloud
240240
client_secret = "XXXXXXXXXXXXXXXX" # Get Client Id and Client Secret from https://dashboard.groupdocs.cloud
241241

242-
apiInstance# groupdocs_viewer_cloud.ViewApi.from_keys(client_id, client_secret)
242+
apiInstance = groupdocs_viewer_cloud.ViewApi.from_keys(client_id, client_secret)
243243

244244
view_options = groupdocs_viewer_cloud.ViewOptions()
245245
view_options.file_info = groupdocs_viewer_cloud.FileInfo()

content/viewer/developer-guide/advanced-usage/common-rendering-options/fliprotate-pages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ $configuration = new GroupDocs\Viewer\Configuration();
196196
$configuration->setAppSid($ClientId);
197197
$configuration->setAppKey($ClientSecret);
198198

199-
$apiInstance# new GroupDocs\Viewer\ViewApi($configuration);
199+
$apiInstance = new GroupDocs\Viewer\ViewApi($configuration);
200200

201201
$viewOptions = new Model\ViewOptions();
202202
$fileInfo = new Model\FileInfo();
@@ -253,7 +253,7 @@ import groupdocs_viewer_cloud
253253
client_id = "XXXX-XXXX-XXXX-XXXX" # Get Client Id and Client Secret from https://dashboard.groupdocs.cloud
254254
client_secret = "XXXXXXXXXXXXXXXX" # Get Client Id and Client Secret from https://dashboard.groupdocs.cloud
255255

256-
apiInstance# groupdocs_viewer_cloud.ViewApi.from_keys(client_id, client_secret)
256+
apiInstance = groupdocs_viewer_cloud.ViewApi.from_keys(client_id, client_secret)
257257

258258
view_options = groupdocs_viewer_cloud.ViewOptions()
259259
view_options.file_info = groupdocs_viewer_cloud.FileInfo()

content/viewer/developer-guide/advanced-usage/common-rendering-options/render-document-with-comments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ $configuration = new GroupDocs\Viewer\Configuration();
184184
$configuration->setAppSid($ClientId);
185185
$configuration->setAppKey($ClientSecret);
186186

187-
$apiInstance# new GroupDocs\Viewer\ViewApi($configuration);
187+
$apiInstance = new GroupDocs\Viewer\ViewApi($configuration);
188188

189189
$viewOptions = new Model\ViewOptions();
190190
$fileInfo = new Model\FileInfo();
@@ -235,7 +235,7 @@ import groupdocs_viewer_cloud
235235
client_id = "XXXX-XXXX-XXXX-XXXX" # Get Client Id and Client Secret from https://dashboard.groupdocs.cloud
236236
client_secret = "XXXXXXXXXXXXXXXX" # Get Client Id and Client Secret from https://dashboard.groupdocs.cloud
237237

238-
apiInstance# groupdocs_viewer_cloud.ViewApi.from_keys(client_id, client_secret)
238+
apiInstance = groupdocs_viewer_cloud.ViewApi.from_keys(client_id, client_secret)
239239

240240
view_options = groupdocs_viewer_cloud.ViewOptions()
241241
view_options.file_info = groupdocs_viewer_cloud.FileInfo()

content/viewer/developer-guide/advanced-usage/common-rendering-options/render-document-with-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ $configuration = new GroupDocs\Viewer\Configuration();
178178
$configuration->setAppSid($ClientId);
179179
$configuration->setAppKey($ClientSecret);
180180

181-
$apiInstance# new GroupDocs\Viewer\ViewApi($configuration);
181+
$apiInstance = new GroupDocs\Viewer\ViewApi($configuration);
182182

183183
$viewOptions = new Model\ViewOptions();
184184
$fileInfo = new Model\FileInfo();
@@ -229,7 +229,7 @@ import groupdocs_viewer_cloud
229229
client_id = "XXXX-XXXX-XXXX-XXXX" # Get Client Id and Client Secret from https://dashboard.groupdocs.cloud
230230
client_secret = "XXXXXXXXXXXXXXXX" # Get Client Id and Client Secret from https://dashboard.groupdocs.cloud
231231

232-
apiInstance# groupdocs_viewer_cloud.ViewApi.from_keys(client_id, client_secret)
232+
apiInstance = groupdocs_viewer_cloud.ViewApi.from_keys(client_id, client_secret)
233233

234234
view_options = groupdocs_viewer_cloud.ViewOptions()
235235
view_options.file_info = groupdocs_viewer_cloud.FileInfo()

content/viewer/developer-guide/advanced-usage/common-rendering-options/render-hidden-pages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ $configuration = new GroupDocs\Viewer\Configuration();
194194
$configuration->setAppSid($ClientId);
195195
$configuration->setAppKey($ClientSecret);
196196

197-
$apiInstance# new GroupDocs\Viewer\ViewApi($configuration);
197+
$apiInstance = new GroupDocs\Viewer\ViewApi($configuration);
198198

199199
$viewOptions = new Model\ViewOptions();
200200
$fileInfo = new Model\FileInfo();
@@ -245,7 +245,7 @@ import groupdocs_viewer_cloud
245245
client_id = "XXXX-XXXX-XXXX-XXXX" # Get Client Id and Client Secret from https://dashboard.groupdocs.cloud
246246
client_secret = "XXXXXXXXXXXXXXXX" # Get Client Id and Client Secret from https://dashboard.groupdocs.cloud
247247

248-
apiInstance# groupdocs_viewer_cloud.ViewApi.from_keys(client_id, client_secret)
248+
apiInstance = groupdocs_viewer_cloud.ViewApi.from_keys(client_id, client_secret)
249249

250250
view_options = groupdocs_viewer_cloud.ViewOptions()
251251
view_options.file_info = groupdocs_viewer_cloud.FileInfo()

content/viewer/developer-guide/advanced-usage/common-rendering-options/render-n-consecutive-pages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ $configuration = new GroupDocs\Viewer\Configuration();
186186
$configuration->setAppSid($ClientId);
187187
$configuration->setAppKey($ClientSecret);
188188

189-
$apiInstance# new GroupDocs\Viewer\ViewApi($configuration);
189+
$apiInstance = new GroupDocs\Viewer\ViewApi($configuration);
190190

191191
$viewOptions = new Model\ViewOptions();
192192
$fileInfo = new Model\FileInfo();
@@ -239,7 +239,7 @@ import groupdocs_viewer_cloud
239239
client_id = "XXXX-XXXX-XXXX-XXXX" # Get Client Id and Client Secret from https://dashboard.groupdocs.cloud
240240
client_secret = "XXXXXXXXXXXXXXXX" # Get Client Id and Client Secret from https://dashboard.groupdocs.cloud
241241

242-
apiInstance# groupdocs_viewer_cloud.ViewApi.from_keys(client_id, client_secret)
242+
apiInstance = groupdocs_viewer_cloud.ViewApi.from_keys(client_id, client_secret)
243243

244244
view_options = groupdocs_viewer_cloud.ViewOptions()
245245
view_options.file_info = groupdocs_viewer_cloud.FileInfo()

content/viewer/developer-guide/advanced-usage/common-rendering-options/render-selected-pages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ $configuration = new GroupDocs\Viewer\Configuration();
184184
$configuration->setAppSid($ClientId);
185185
$configuration->setAppKey($ClientSecret);
186186

187-
$apiInstance# new GroupDocs\Viewer\ViewApi($configuration);
187+
$apiInstance = new GroupDocs\Viewer\ViewApi($configuration);
188188

189189
$viewOptions = new Model\ViewOptions();
190190
$fileInfo = new Model\FileInfo();
@@ -235,7 +235,7 @@ import groupdocs_viewer_cloud
235235
client_id = "XXXX-XXXX-XXXX-XXXX" # Get Client Id and Client Secret from https://dashboard.groupdocs.cloud
236236
client_secret = "XXXXXXXXXXXXXXXX" # Get Client Id and Client Secret from https://dashboard.groupdocs.cloud
237237

238-
apiInstance# groupdocs_viewer_cloud.ViewApi.from_keys(client_id, client_secret)
238+
apiInstance = groupdocs_viewer_cloud.ViewApi.from_keys(client_id, client_secret)
239239

240240
view_options = groupdocs_viewer_cloud.ViewOptions()
241241
view_options.file_info = groupdocs_viewer_cloud.FileInfo()

content/viewer/developer-guide/advanced-usage/common-rendering-options/render-with-custom-fonts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ $configuration = new GroupDocs\Viewer\Configuration();
172172
$configuration->setAppSid($ClientId);
173173
$configuration->setAppKey($ClientSecret);
174174

175-
$apiInstance# new GroupDocs\Viewer\ViewApi($configuration);
175+
$apiInstance = new GroupDocs\Viewer\ViewApi($configuration);
176176

177177
$viewOptions = new Model\ViewOptions();
178178
$fileInfo = new Model\FileInfo();
@@ -223,7 +223,7 @@ import groupdocs_viewer_cloud
223223
client_id = "XXXX-XXXX-XXXX-XXXX" # Get Client Id and Client Secret from https://dashboard.groupdocs.cloud
224224
client_secret = "XXXXXXXXXXXXXXXX" # Get Client Id and Client Secret from https://dashboard.groupdocs.cloud
225225

226-
apiInstance# groupdocs_viewer_cloud.ViewApi.from_keys(client_id, client_secret)
226+
apiInstance = groupdocs_viewer_cloud.ViewApi.from_keys(client_id, client_secret)
227227

228228
view_options = groupdocs_viewer_cloud.ViewOptions()
229229
view_options.file_info = groupdocs_viewer_cloud.FileInfo()

content/viewer/developer-guide/advanced-usage/common-rendering-options/reorder-pages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ $configuration = new GroupDocs\Viewer\Configuration();
187187
$configuration->setAppSid($ClientId);
188188
$configuration->setAppKey($ClientSecret);
189189

190-
$apiInstance# new GroupDocs\Viewer\ViewApi($configuration);
190+
$apiInstance = new GroupDocs\Viewer\ViewApi($configuration);
191191

192192
$viewOptions = new Model\ViewOptions();
193193
$fileInfo = new Model\FileInfo();
@@ -241,7 +241,7 @@ import groupdocs_viewer_cloud
241241
client_id = "XXXX-XXXX-XXXX-XXXX" # Get Client Id and Client Secret from https://dashboard.groupdocs.cloud
242242
client_secret = "XXXXXXXXXXXXXXXX" # Get Client Id and Client Secret from https://dashboard.groupdocs.cloud
243243

244-
apiInstance# groupdocs_viewer_cloud.ViewApi.from_keys(client_id, client_secret)
244+
apiInstance = groupdocs_viewer_cloud.ViewApi.from_keys(client_id, client_secret)
245245

246246
view_options = groupdocs_viewer_cloud.ViewOptions()
247247
view_options.file_info = groupdocs_viewer_cloud.FileInfo()

content/viewer/developer-guide/advanced-usage/common-rendering-options/replace-missing-font.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ $configuration = new GroupDocs\Viewer\Configuration();
179179
$configuration->setAppSid($ClientId);
180180
$configuration->setAppKey($ClientSecret);
181181

182-
$apiInstance# new GroupDocs\Viewer\ViewApi($configuration);
182+
$apiInstance = new GroupDocs\Viewer\ViewApi($configuration);
183183

184184
$viewOptions = new Model\ViewOptions();
185185
$fileInfo = new Model\FileInfo();
@@ -230,7 +230,7 @@ import groupdocs_viewer_cloud
230230
client_id = "XXXX-XXXX-XXXX-XXXX" # Get Client Id and Client Secret from https://dashboard.groupdocs.cloud
231231
client_secret = "XXXXXXXXXXXXXXXX" # Get Client Id and Client Secret from https://dashboard.groupdocs.cloud
232232

233-
apiInstance# groupdocs_viewer_cloud.ViewApi.from_keys(client_id, client_secret)
233+
apiInstance = groupdocs_viewer_cloud.ViewApi.from_keys(client_id, client_secret)
234234

235235
view_options = groupdocs_viewer_cloud.ViewOptions()
236236
view_options.file_info = groupdocs_viewer_cloud.FileInfo()

0 commit comments

Comments
 (0)