Adobe 65030089 User Guide - Page 377

Creating scripts, Manage script folders, Run scripts, Reference Image Updater

Page 377 highlights

USING ROBOHELP HTML 9 371 Advanced program features Project Template Generator Use this script to save a RoboHelp project as a template for creating similar RoboHelp projects. Reference Page Image Updater Use this script to insert images of reference pages in topics generated through FrameMaker document import. For more details, see the DESCRIPTION section in the script file header. Style-based Index Generator Use this script to create style-based index entries for keywords present in the topics of a project. The styles need to be specified in the script. The script searches all the keywords with the mentioned styles in each topic and creates index entries for them. By default, the script creates entries for h1 (Heading 1) and "h2" (Heading 2) styles. The style array in the script should be updated with the desired style names. Creating scripts You can write scripts and debug them using the Script Explorer of the ExtendScript Toolkit. John Daigle provides a step-by-step introduction in Automating tasks with built-in scripting on the Adobe RoboHelp video tutorials page. For information about the methods covered in the Data Object Model, see Adobe RoboHelp Scripting Guide. Manage script folders Create a script folder Create a folder for storing specific scripts. For example, you can store scripts that record data in one folder and scripts that display output in another folder. Note: The sample scripts are stored in the \RoboHTML\presets\scripts folder of your RoboHelp 9 installation. Drag folders You can drag folders into and out of the Script Explorer. Import and export You can export and import folders in different projects and locations. To import or export a folder, it must contain at least one script file. Manage script files Create a script file Create a script file and specify a name. Edit Right-click a script in the Script Explorer or Windows Explorer to edit it using ExtendScript Toolkit. Double-click a script file to edit it using a third-party editor. To add a third-party editor, go to Tools > Options, click the Associations tab, and add the .jsx filename extension for the third-party editor. Import and export Export a script file to or import it from a computer or a network. Drag script files Drag a script file into different folders on a computer or a network. Run scripts Using the command line You can run scripts by entering a command in the following format: Robohtml.exe -x [scriptfilenames] You can specify multiple script filenames, separated by a space, to run one script after another. If the filename path contains a space, enclose the filename path in single or double quotation marks. Using the Tools menu You can use the RoboHelp scripting samples available at Tools > Scripts or create new scripts to run them; see the ExtendScript Toolkit documentation. Using Windows Explorer Double-click a script to open it in the ExtendScript Toolkit and run it. Last updated 12/14/2011

  • 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
  • 230
  • 231
  • 232
  • 233
  • 234
  • 235
  • 236
  • 237
  • 238
  • 239
  • 240
  • 241
  • 242
  • 243
  • 244
  • 245
  • 246
  • 247
  • 248
  • 249
  • 250
  • 251
  • 252
  • 253
  • 254
  • 255
  • 256
  • 257
  • 258
  • 259
  • 260
  • 261
  • 262
  • 263
  • 264
  • 265
  • 266
  • 267
  • 268
  • 269
  • 270
  • 271
  • 272
  • 273
  • 274
  • 275
  • 276
  • 277
  • 278
  • 279
  • 280
  • 281
  • 282
  • 283
  • 284
  • 285
  • 286
  • 287
  • 288
  • 289
  • 290
  • 291
  • 292
  • 293
  • 294
  • 295
  • 296
  • 297
  • 298
  • 299
  • 300
  • 301
  • 302
  • 303
  • 304
  • 305
  • 306
  • 307
  • 308
  • 309
  • 310
  • 311
  • 312
  • 313
  • 314
  • 315
  • 316
  • 317
  • 318
  • 319
  • 320
  • 321
  • 322
  • 323
  • 324
  • 325
  • 326
  • 327
  • 328
  • 329
  • 330
  • 331
  • 332
  • 333
  • 334
  • 335
  • 336
  • 337
  • 338
  • 339
  • 340
  • 341
  • 342
  • 343
  • 344
  • 345
  • 346
  • 347
  • 348
  • 349
  • 350
  • 351
  • 352
  • 353
  • 354
  • 355
  • 356
  • 357
  • 358
  • 359
  • 360
  • 361
  • 362
  • 363
  • 364
  • 365
  • 366
  • 367
  • 368
  • 369
  • 370
  • 371
  • 372
  • 373
  • 374
  • 375
  • 376
  • 377
  • 378
  • 379
  • 380

371
USING ROBOHELP HTML 9
Advanced program features
Last updated 12/14/2011
Project Template Generator
Use this script to save a RoboHelp project as a template for creating similar RoboHelp
projects.
Reference Page Image Updater
Use this script to insert images of reference pages in topics generated through
FrameMaker document import. For more details, see the DESCRIPTION section in the script file header.
Style-based Index Generator
Use this script to create style-based index entries for keywords present in the topics of a
project. The styles need to be specified in the script. The script searches all the keywords with the mentioned styles in
each topic and creates index entries for them. By default, the script creates entries for h1 (Heading 1) and "h2"
(Heading 2) styles. The style array in the script should be updated with the desired style names.
Creating scripts
You can write scripts and debug them using the Script Explorer of the ExtendScript Toolkit.
John Daigle provides a step-by-step introduction in Automating tasks with built-in scripting on the
Adobe RoboHelp
video tutorials page
.
For information about the methods covered in the Data Object Model, see
Adobe RoboHelp Scripting Guide
.
Manage script folders
Create a script folder
Create a folder for storing specific scripts. For example, you can store scripts that record data in
one folder and scripts that display output in another folder.
Note:
The sample scripts are stored in the \RoboHTML\presets\scripts folder of your RoboHelp 9 installation.
Drag folders
You can drag folders into and out of the Script Explorer.
Import and export
You can export and import folders in different projects and locations. To import or export a folder,
it must contain at least one script file.
Manage script files
Create a script file
Create a script file and specify a name.
Edit
Right-click a script in the Script Explorer or Windows Explorer to edit it using ExtendScript Toolkit. Double-click
a script file to edit it using a third-party editor.
To add a third-party editor, go to Tools > Options, click the Associations tab, and add the .jsx filename extension for
the third-party editor.
Import and export
Export a script file to or import it from a computer or a network.
Drag script files
Drag a script file into different folders on a computer or a network.
Run scripts
Using the command line
You can run scripts by entering a command in the following format:
Robohtml.exe -x [scriptfilenames]
You can specify multiple script filenames, separated by a space, to run one script after another. If the filename path
contains a space, enclose the filename path in single or double quotation marks.
Using the Tools menu
You can use the RoboHelp scripting samples available at Tools > Scripts or create new scripts
to run them; see the ExtendScript Toolkit documentation.
Using Windows Explorer
Double-click a script to open it in the ExtendScript Toolkit and run it.