1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23 24#include "impdialog.hrc" 25 26#define TAB_PDF_SIZE Size = MAP_APPFONT ( 352, 190 ) 27// string for TabDialog standard buttons 28String STR_PDF_EXPORT 29{ 30 Text [ en-US ] = "E~xport" ; 31}; 32 33// strings used in encryption UI 34 35// password dialog title 36String STR_PDF_EXPORT_UDPWD 37{ 38 Text [ en-US ] = "Set open password" ; 39}; 40 41// password dialog title 42String STR_PDF_EXPORT_ODPWD 43{ 44 Text [ en-US ] = "Set permission password" ; 45}; 46 47////////////////////////////////////////////////////////////// 48// tab page for PDF Export, general preferences 49TabPage RID_PDF_TAB_GENER 50{ 51 HelpId = HID_FILTER_PDF_OPTIONS ; 52 Hide = TRUE ; 53 Text [ en-US ] = "General" ; 54 TAB_PDF_SIZE ; 55 56 FixedLine FL_PAGES 57 { 58 Pos = MAP_APPFONT ( 6, 5 ) ; 59 Size = MAP_APPFONT ( 164, 8 ) ; 60 Text [ en-US ] = "Range" ; 61 }; 62 RadioButton RB_ALL 63 { 64 HelpID = "filter:RadioButton:RID_PDF_TAB_GENER:RB_ALL" ; 65 Pos = MAP_APPFONT ( 12, 16 ) ; 66 Size = MAP_APPFONT ( 158, 10 ) ; 67 Text [ en-US ] = "~All" ; 68 }; 69 RadioButton RB_RANGE 70 { 71 HelpID = "filter:RadioButton:RID_PDF_TAB_GENER:RB_RANGE" ; 72 Pos = MAP_APPFONT ( 12, 29 ) ; 73 Size = MAP_APPFONT ( 101, 10 ) ; 74 Text [ en-US ] = "~Pages" ; 75 }; 76 Edit ED_PAGES 77 { 78 HelpID = "filter:Edit:RID_PDF_TAB_GENER:ED_PAGES" ; 79 Border = TRUE ; 80 Pos = MAP_APPFONT ( 116, 28 ) ; 81 Size = MAP_APPFONT ( 48, 12 ) ; 82 }; 83 RadioButton RB_SELECTION 84 { 85 HelpID = "filter:RadioButton:RID_PDF_TAB_GENER:RB_SELECTION" ; 86 Pos = MAP_APPFONT ( 12, 42 ) ; 87 Size = MAP_APPFONT ( 158, 10 ) ; 88 Text [ en-US ] = "~Selection" ; 89 }; 90 FixedLine FL_IMAGES 91 { 92 Pos = MAP_APPFONT ( 6, 55 ) ; 93 Size = MAP_APPFONT ( 164, 8 ) ; 94 Text [ en-US ] = "Images" ; 95 }; 96 RadioButton RB_LOSSLESSCOMPRESSION 97 { 98 HelpID = "filter:RadioButton:RID_PDF_TAB_GENER:RB_LOSSLESSCOMPRESSION" ; 99 Pos = MAP_APPFONT ( 12, 66 ) ; 100 Size = MAP_APPFONT ( 158, 10 ) ; 101 Text [ en-US ] = "~Lossless compression" ; 102 }; 103 RadioButton RB_JPEGCOMPRESSION 104 { 105 HelpID = "filter:RadioButton:RID_PDF_TAB_GENER:RB_JPEGCOMPRESSION" ; 106 Pos = MAP_APPFONT ( 12, 79 ) ; 107 Size = MAP_APPFONT ( 158, 10 ) ; 108 Text [ en-US ] = "~JPEG compression" ; 109 }; 110 FixedText FT_QUALITY 111 { 112 Pos = MAP_APPFONT ( 30, 92 ) ; 113 Size = MAP_APPFONT ( 83, 10 ) ; 114 Text [ en-US ] = "~Quality" ; 115 }; 116 MetricField NF_QUALITY 117 { 118 HelpID = "filter:MetricField:RID_PDF_TAB_GENER:NF_QUALITY" ; 119 Border = TRUE ; 120 Pos = MAP_APPFONT ( 116, 91 ) ; 121 Size = MAP_APPFONT ( 48, 12 ) ; 122 TabStop = TRUE ; 123 Spin = TRUE ; 124 StrictFormat = TRUE ; 125 Last = 100 ; 126 Repeat = TRUE ; 127 }; 128 CheckBox CB_REDUCEIMAGERESOLUTION 129 { 130 HelpID = "filter:CheckBox:RID_PDF_TAB_GENER:CB_REDUCEIMAGERESOLUTION" ; 131 Pos = MAP_APPFONT ( 12, 105 ) ; 132 Size = MAP_APPFONT ( 101, 10 ) ; 133 TabStop = TRUE ; 134 Text [ en-US ] = "~Reduce image resolution" ; 135 }; 136 ComboBox CO_REDUCEIMAGERESOLUTION 137 { 138 HelpID = "filter:ComboBox:RID_PDF_TAB_GENER:CO_REDUCEIMAGERESOLUTION" ; 139 Pos = MAP_APPFONT ( 116, 105 ) ; 140 Size = MAP_APPFONT ( 48, 50 ) ; 141 TabStop = TRUE ; 142 DropDown = TRUE ; 143 StringList = 144 { 145 "75 DPI" ; 146 "150 DPI" ; 147 "300 DPI" ; 148 "600 DPI" ; 149 "1200 DPI" ; 150 }; 151 }; 152 FixedLine FL_GENERAL 153 { 154 Pos = MAP_APPFONT ( 182, 5 ) ; 155 Size = MAP_APPFONT ( 164, 8 ) ; 156 Text [ en-US ] = "General" ; 157 }; 158 CheckBox CB_PDFA_1B_SELECT 159 { 160 HelpID = "filter:CheckBox:RID_PDF_TAB_GENER:CB_PDFA_1B_SELECT" ; 161 Pos = MAP_APPFONT ( 188, 16 ) ; 162 Size = MAP_APPFONT ( 158, 10 ) ; 163 TabStop = TRUE ; 164 Text [ en-US ] = "P~DF/A-1a" ; 165 }; 166 CheckBox CB_TAGGEDPDF 167 { 168 HelpID = "filter:CheckBox:RID_PDF_TAB_GENER:CB_TAGGEDPDF" ; 169 Pos = MAP_APPFONT ( 188, 29 ) ; 170 Size = MAP_APPFONT ( 158, 10 ) ; 171 TabStop = TRUE ; 172 Text [ en-US ] = "~Tagged PDF" ; 173 }; 174 CheckBox CB_EXPORTFORMFIELDS 175 { 176 HelpID = "filter:CheckBox:RID_PDF_TAB_GENER:CB_EXPORTFORMFIELDS" ; 177 Pos = MAP_APPFONT ( 188, 42 ) ; 178 Size = MAP_APPFONT ( 158, 10 ) ; 179 TabStop = TRUE ; 180 Text [ en-US ] = "~Create PDF form" ; 181 }; 182 FixedText FT_FORMSFORMAT 183 { 184 Pos = MAP_APPFONT ( 205, 55 ) ; 185 Size = MAP_APPFONT ( 93, 8 ) ; 186 Text [ en-US ] = "Submit ~format" ; 187 }; 188 ListBox LB_FORMSFORMAT 189 { 190 HelpID = "filter:ListBox:RID_PDF_TAB_GENER:LB_FORMSFORMAT" ; 191 Border = TRUE ; 192 Pos = MAP_APPFONT ( 302, 55 ) ; 193 Size = MAP_APPFONT ( 38, 48 ) ; 194 DeltaLang = < Default ; Default ; Default ; Default ; > ; 195 TabStop = TRUE ; 196 DropDown = TRUE ; 197 StringList = 198 { 199 < "FDF" ; Default; > ; 200 < "PDF" ; > ; 201 < "HTML" ; > ; 202 < "XML" ; > ; 203 }; 204 }; 205 CheckBox CB_ALLOWDUPLICATEFIELDNAMES 206 { 207 HelpID = "filter:CheckBox:RID_PDF_TAB_GENER:CB_ALLOWDUPLICATEFIELDNAMES" ; 208 Pos = MAP_APPFONT ( 205, 68 ) ; 209 Size = MAP_APPFONT ( 128, 10 ) ; 210 TabStop = TRUE ; 211 Text [ en-US ] = "Allow duplicate field ~names" ; 212 }; 213 CheckBox CB_EXPORTBOOKMARKS 214 { 215 HelpID = "filter:CheckBox:RID_PDF_TAB_GENER:CB_EXPORTBOOKMARKS" ; 216 Pos = MAP_APPFONT ( 188, 81 ) ; 217 Size = MAP_APPFONT ( 158, 10 ) ; 218 TabStop = TRUE ; 219 Text [ en-US ] = "Export ~bookmarks" ; 220 }; 221 CheckBox CB_EXPORTNOTES 222 { 223 HelpID = "filter:CheckBox:RID_PDF_TAB_GENER:CB_EXPORTNOTES" ; 224 Pos = MAP_APPFONT ( 188, 94 ) ; 225 Size = MAP_APPFONT ( 158, 10 ) ; 226 TabStop = TRUE ; 227 Text [ en-US ] = "~Export comments" ; 228 }; 229 CheckBox CB_EXPORTNOTESPAGES 230 { 231 HelpID = "filter:CheckBox:RID_PDF_TAB_GENER:CB_EXPORTNOTESPAGES" ; 232 Pos = MAP_APPFONT ( 188, 107 ) ; 233 Size = MAP_APPFONT ( 158, 10 ) ; 234 TabStop = TRUE ; 235 Text [ en-US ] = "Export ~notes pages" ; 236 }; 237 CheckBox CB_EXPORTEMPTYPAGES 238 { 239 HelpID = "filter:CheckBox:RID_PDF_TAB_GENER:CB_EXPORTEMPTYPAGES" ; 240 Pos = MAP_APPFONT ( 188, 120 ) ; 241 Size = MAP_APPFONT ( 158, 16 ) ; 242 TabStop = TRUE ; 243 WordBreak = TRUE ; 244 Text [ en-US ] = "Exp~ort automatically inserted blank pages" ; 245 }; 246 CheckBox CB_EMBEDSTANDARDFONTS 247 { 248 HelpID = "filter:CheckBox:RID_PDF_TAB_GENER:CB_EMBEDSTANDARDFONTS" ; 249 Pos = MAP_APPFONT ( 188, 139 ) ; 250 Size = MAP_APPFONT ( 158, 10 ) ; 251 TabStop = TRUE ; 252 Text [ en-US ] = "E~mbed standard fonts" ; 253 }; 254 CheckBox CB_ADDSTREAM 255 { 256 HelpID = "filter:CheckBox:RID_PDF_TAB_GENER:CB_ADDSTREAM" ; 257 Pos = MAP_APPFONT ( 188, 152 ) ; 258 Size = MAP_APPFONT ( 158, 10 ) ; 259 TabStop = TRUE ; 260 Text [ en-US ] = "Embed this document ~inside the PDF" ; 261 }; 262}; 263 264WarningBox RID_PDF_WARNPDFAPASSWORD 265{ 266 Title[en-US] = "PDF/A Export" ; 267 Message[ en-US ] = "PDF/A does not allow encryption. The exported PDF file will not be password protected." ; 268}; 269 270// ---------------------------------------------------------- 271// tab page for PDF Export, opening features 272TabPage RID_PDF_TAB_OPNFTR 273{ 274 HelpId = HID_FILTER_PDF_INITIAL_VIEW ; 275 Text [ en-US ] = "Initial View" ; 276 TAB_PDF_SIZE ; 277 Hide = TRUE ; 278 279//////////////////////////////////////// 280 FixedLine FL_INITVIEW 281 { 282 Pos = MAP_APPFONT ( 6, 5 ) ; 283 Size = MAP_APPFONT ( 164, 8 ) ; 284 Text [ en-US ] = "Panes" ; 285 }; 286 RadioButton RB_OPNMODE_PAGEONLY 287 { 288 HelpID = "filter:RadioButton:RID_PDF_TAB_OPNFTR:RB_OPNMODE_PAGEONLY" ; 289 Pos = MAP_APPFONT ( 12, 16 ) ; 290 Size = MAP_APPFONT ( 158, 10 ) ; 291 Text [ en-US ] = "~Page only" ; 292 }; 293 RadioButton RB_OPNMODE_OUTLINE 294 { 295 HelpID = "filter:RadioButton:RID_PDF_TAB_OPNFTR:RB_OPNMODE_OUTLINE" ; 296 Pos = MAP_APPFONT ( 12, 29 ) ; 297 Size = MAP_APPFONT ( 158, 10 ) ; 298 Text [ en-US ] = "~Bookmarks and page" ; 299 }; 300 RadioButton RB_OPNMODE_THUMBS 301 { 302 HelpID = "filter:RadioButton:RID_PDF_TAB_OPNFTR:RB_OPNMODE_THUMBS" ; 303 Pos = MAP_APPFONT ( 12, 42 ) ; 304 Size = MAP_APPFONT ( 158, 10 ) ; 305 Text [ en-US ] = "~Thumbnails and page" ; 306 }; 307 308 FixedText FT_MAGNF_INITIAL_PAGE 309 { 310 Pos = MAP_APPFONT ( 12, 55 ) ; 311 Size = MAP_APPFONT ( 109, 10 ) ; 312 Text [ en-US ] = "Open on page" ; 313 }; 314 NumericField NUM_MAGNF_INITIAL_PAGE 315 { 316 HelpID = "filter:NumericField:RID_PDF_TAB_OPNFTR:NUM_MAGNF_INITIAL_PAGE" ; 317 Pos = MAP_APPFONT ( 124, 55 ) ; 318 Size = MAP_APPFONT ( 40, 12 ) ; 319 Value = 1 ; 320 Spin = TRUE ; 321 Border = TRUE ; 322 Minimum = 1 ; 323 }; 324 325/////////////////////////////////////////////////// 326 FixedLine FL_MAGNIFICATION 327 { 328 Pos = MAP_APPFONT ( 6, 70 ) ; 329 Size = MAP_APPFONT ( 164, 8 ) ; 330 Text [ en-US ] = "Magnification" ; 331 }; 332 RadioButton RB_MAGNF_DEFAULT 333 { 334 HelpID = "filter:RadioButton:RID_PDF_TAB_OPNFTR:RB_MAGNF_DEFAULT" ; 335 // see PDF ref v 1.5 tab 8.2, pg. 542 ( /XYZ ) 336 Pos = MAP_APPFONT ( 12, 82 ) ; 337 Size = MAP_APPFONT ( 158, 10 ) ; 338 Text [ en-US ] = "~Default" ; 339 }; 340 RadioButton RB_MAGNF_WIND 341 { 342 HelpID = "filter:RadioButton:RID_PDF_TAB_OPNFTR:RB_MAGNF_WIND" ; 343 // see PDF ref v 1.5 tab 8.2, pg. 542 ( /Fit ) 344 Pos = MAP_APPFONT ( 12, 95 ) ; 345 Size = MAP_APPFONT ( 158, 10 ) ; 346 Text [ en-US ] = "~Fit in window" ; 347 }; 348 RadioButton RB_MAGNF_WIDTH 349 { 350 HelpID = "filter:RadioButton:RID_PDF_TAB_OPNFTR:RB_MAGNF_WIDTH" ; 351 // see PDF ref v 1.5 tab 8.2, pg. 542 ( /FitH top ) 352 Pos = MAP_APPFONT ( 12, 108 ) ; 353 Size = MAP_APPFONT ( 158, 10 ) ; 354 Text [ en-US ] = "Fit ~width" ; 355 }; 356 RadioButton RB_MAGNF_VISIBLE 357 { 358 HelpID = "filter:RadioButton:RID_PDF_TAB_OPNFTR:RB_MAGNF_VISIBLE" ; 359 // see PDF ref v 1.5 tab 8.2, pg. 542 ( /FitBH top ) 360 Pos = MAP_APPFONT ( 12, 121 ) ; 361 Size = MAP_APPFONT ( 158, 10 ) ; 362 Text [ en-US ] = "Fit ~visible" ; 363 }; 364 RadioButton RB_MAGNF_ZOOM 365 { 366 HelpID = "filter:RadioButton:RID_PDF_TAB_OPNFTR:RB_MAGNF_ZOOM" ; 367 // see PDF ref v 1.6 tab 8.2, pg. 551 ( /XYZ left top zoom ) 368 Pos = MAP_APPFONT ( 12, 135 ) ; 369 Size = MAP_APPFONT ( 109, 10 ) ; 370 Text [ en-US ] = "~Zoom factor" ; 371 }; 372 MetricField NUM_MAGNF_ZOOM 373 { 374 HelpID = "filter:MetricField:RID_PDF_TAB_OPNFTR:NUM_MAGNF_ZOOM" ; 375 Pos = MAP_APPFONT ( 124, 135 ) ; 376 Size = MAP_APPFONT ( 40, 12 ) ; 377 Unit = FUNIT_PERCENT ; 378 Value = 100 ; 379 Spin = TRUE ; 380 Border = TRUE ; 381 Minimum = 50 ; 382 Maximum = 1600 ; 383 }; 384//////////////////////////////////////// 385 FixedLine FL_PAGE_LAYOUT 386 { 387 Pos = MAP_APPFONT ( 182, 5 ) ; 388 Size = MAP_APPFONT (164 , 8 ) ; 389 Text [ en-US ] = "Page layout" ; 390 }; 391 RadioButton RB_PGLY_DEFAULT 392 { 393 HelpID = "filter:RadioButton:RID_PDF_TAB_OPNFTR:RB_PGLY_DEFAULT" ; 394 Pos = MAP_APPFONT ( 188, 16 ) ; 395 Size = MAP_APPFONT ( 158, 10 ) ; 396 Text [ en-US ] = "D~efault" ; 397 }; 398 RadioButton RB_PGLY_SINGPG 399 { 400 HelpID = "filter:RadioButton:RID_PDF_TAB_OPNFTR:RB_PGLY_SINGPG" ; 401 Pos = MAP_APPFONT ( 188, 29 ) ; 402 Size = MAP_APPFONT ( 158, 10 ) ; 403 Text [ en-US ] = "~Single page" ; 404 }; 405 RadioButton RB_PGLY_CONT 406 { 407 HelpID = "filter:RadioButton:RID_PDF_TAB_OPNFTR:RB_PGLY_CONT" ; 408 Pos = MAP_APPFONT ( 188, 42 ) ; 409 Size = MAP_APPFONT ( 158, 10 ) ; 410 Text [ en-US ] = "~Continuous" ; 411 }; 412 RadioButton RB_PGLY_CONTFAC 413 { 414 HelpID = "filter:RadioButton:RID_PDF_TAB_OPNFTR:RB_PGLY_CONTFAC" ; 415 Pos = MAP_APPFONT ( 188, 55 ) ; 416 Size = MAP_APPFONT ( 158, 10 ) ; 417 Text [ en-US ] = "C~ontinuous facing" ; 418 }; 419 CheckBox CB_PGLY_FIRSTLEFT 420 { 421 HelpID = "filter:CheckBox:RID_PDF_TAB_OPNFTR:CB_PGLY_FIRSTLEFT" ; 422 Pos = MAP_APPFONT ( 198, 68 ) ; 423 Size = MAP_APPFONT ( 148, 10 ) ; 424 Text [ en-US ] = "First page is ~left" ; 425 }; 426}; 427 428// ---------------------------------------------------------- 429// tab page for PDF Export, viewer preferences 430TabPage RID_PDF_TAB_VPREFER 431{ 432 HelpId = HID_FILTER_PDF_USER_INTERFACE ; 433 Text [ en-US ] = "User Interface" ; 434 TAB_PDF_SIZE ; 435 Hide = TRUE ; 436 437////////////////////////////////////// 438 FixedLine FL_WINOPT 439 { 440 Pos = MAP_APPFONT ( 6, 5 ) ; 441 Size = MAP_APPFONT ( 164, 8 ) ; 442 Text [ en-US ] = "Window options" ; 443 }; 444 445 CheckBox CB_WNDOPT_RESINIT 446 { 447 HelpID = "filter:CheckBox:RID_PDF_TAB_VPREFER:CB_WNDOPT_RESINIT" ; 448 Pos = MAP_APPFONT ( 12, 16 ) ; 449 Size = MAP_APPFONT ( 158, 10 ) ; 450 TabStop = TRUE ; 451 Text [ en-US ] = "~Resize window to initial page" ; 452 }; 453 CheckBox CB_WNDOPT_CNTRWIN 454 { 455 HelpID = "filter:CheckBox:RID_PDF_TAB_VPREFER:CB_WNDOPT_CNTRWIN" ; 456 Pos = MAP_APPFONT ( 12, 29 ) ; 457 Size = MAP_APPFONT ( 158, 10 ) ; 458 TabStop = TRUE ; 459 Text [ en-US ] = "~Center window on screen" ; 460 }; 461 CheckBox CB_WNDOPT_OPNFULL 462 { 463 HelpID = "filter:CheckBox:RID_PDF_TAB_VPREFER:CB_WNDOPT_OPNFULL" ; 464 Pos = MAP_APPFONT ( 12, 42) ; 465 Size = MAP_APPFONT ( 158, 10 ) ; 466 Text [ en-US ] = "~Open in full screen mode" ; 467 }; 468 CheckBox CB_DISPDOCTITLE 469 { 470 HelpID = "filter:CheckBox:RID_PDF_TAB_VPREFER:CB_DISPDOCTITLE" ; 471 Pos = MAP_APPFONT ( 12, 55 ) ; 472 Size = MAP_APPFONT ( 158, 10 ) ; 473 TabStop = TRUE ; 474 Text [ en-US ] = "~Display document title" ; 475 }; 476 477//////////////////////////////// 478 FixedLine FL_USRIFOPT 479 { 480 Pos = MAP_APPFONT ( 6, 68 ) ; 481 Size = MAP_APPFONT ( 164, 8 ) ; 482 Text [ en-US ] = "User interface options" ; 483 }; 484 CheckBox CB_UOP_HIDEVMENUBAR 485 { 486 HelpID = "filter:CheckBox:RID_PDF_TAB_VPREFER:CB_UOP_HIDEVMENUBAR" ; 487 Pos = MAP_APPFONT ( 12, 81 ) ; 488 Size = MAP_APPFONT ( 158, 10 ) ; 489 TabStop = TRUE ; 490 Text [ en-US ] = "Hide ~menubar" ; 491 }; 492 CheckBox CB_UOP_HIDEVTOOLBAR 493 { 494 HelpID = "filter:CheckBox:RID_PDF_TAB_VPREFER:CB_UOP_HIDEVTOOLBAR" ; 495 Pos = MAP_APPFONT ( 12, 94 ) ; 496 Size = MAP_APPFONT ( 158, 10 ) ; 497 TabStop = TRUE ; 498 Text [ en-US ] = "Hide ~toolbar" ; 499 }; 500 CheckBox CB_UOP_HIDEVWINCTRL 501 { 502 HelpID = "filter:CheckBox:RID_PDF_TAB_VPREFER:CB_UOP_HIDEVWINCTRL" ; 503 Pos = MAP_APPFONT ( 12, 107 ) ; 504 Size = MAP_APPFONT ( 158, 10 ) ; 505 TabStop = TRUE ; 506 Text [ en-US ] = "Hide ~window controls" ; 507 }; 508 509//////////////////////////////// 510 FixedLine FL_TRANSITIONS 511 { 512 Pos = MAP_APPFONT ( 182, 6 ) ; 513 Size = MAP_APPFONT ( 164, 8 ) ; 514 Text [ en-US ] = "Transitions" ; 515 }; 516 CheckBox CB_TRANSITIONEFFECTS 517 { 518 HelpID = "filter:CheckBox:RID_PDF_TAB_VPREFER:CB_TRANSITIONEFFECTS" ; 519 Pos = MAP_APPFONT ( 188, 18 ) ; 520 Size = MAP_APPFONT ( 158, 10 ) ; 521 TabStop = TRUE ; 522 Text [ en-US ] = "~Use transition effects" ; 523 }; 524//////////////////////////////// 525 FixedLine FL_BOOKMARKS 526 { 527 Pos = MAP_APPFONT ( 182, 32 ) ; 528 Size = MAP_APPFONT ( 164, 8 ) ; 529 Text [ en-US ] = "Bookmarks" ; 530 }; 531 RadioButton RB_ALLBOOKMARKLEVELS 532 { 533 HelpID = "filter:RadioButton:RID_PDF_TAB_VPREFER:RB_ALLBOOKMARKLEVELS" ; 534 Pos = MAP_APPFONT ( 188, 44 ) ; 535 Size = MAP_APPFONT ( 158, 10 ) ; 536 Text [ en-US ] = "All bookmark levels" ; 537 }; 538 RadioButton RB_VISIBLEBOOKMARKLEVELS 539 { 540 HelpID = "filter:RadioButton:RID_PDF_TAB_VPREFER:RB_VISIBLEBOOKMARKLEVELS" ; 541 Pos = MAP_APPFONT ( 188, 58 ) ; 542 Size = MAP_APPFONT ( 117, 10 ) ; 543 Text [ en-US ] = "Visible bookmark levels" ; 544 }; 545 NumericField NUM_BOOKMARKLEVELS 546 { 547 HelpID = "filter:NumericField:RID_PDF_TAB_VPREFER:NUM_BOOKMARKLEVELS" ; 548 Pos = MAP_APPFONT ( 308, 57 ) ; 549 Size = MAP_APPFONT ( 32, 12 ) ; 550 Border = TRUE ; 551 Spin = TRUE ; 552 Minimum = 1 ; 553 Maximum = 10 ; 554 }; 555}; 556 557// ---------------------------------------------------------- 558// tab page for PDF Export, security 559TabPage RID_PDF_TAB_SECURITY 560{ 561 HelpId = HID_FILTER_PDF_SECURITY ; 562 Text [ en-US ] = "Security" ; 563 TAB_PDF_SIZE ; 564 Hide = TRUE ; 565 566 FixedLine FL_PWD_GROUP 567 { 568 Pos = MAP_APPFONT ( 5, 5 ) ; 569 Size = MAP_APPFONT ( 125, 10 ) ; 570 Text [ en-US ] = "File encryption and permission" ; 571 }; 572 PushButton BTN_SET_PWD 573 { 574 HelpID = "filter:PushButton:RID_PDF_TAB_SECURITY:BTN_PWD" ; 575 TabStop = TRUE ; 576 Disable = TRUE ; 577 Pos = MAP_APPFONT ( 12, 20 ) ; 578 Size = MAP_APPFONT ( 120, 13 ) ; 579 Text [ en-US ] = "Set ~passwords..." ; 580 }; 581 String STR_SET_PWD 582 { 583 Text [ en-US ] = "Set passwords" ; 584 }; 585 586 FixedText FT_USER_PWD 587 { 588 Pos = MAP_APPFONT (12, 40 ) ; 589 Size = MAP_APPFONT ( 160, 20 ) ; 590 }; 591 592 String STR_USER_PWD_SET 593 { 594 Text [ en-US ] = "Open password set" ; 595 }; 596 597 String STR_USER_PWD_ENC 598 { 599 Text [ en-US ] = "PDF document will be encrypted" ; 600 }; 601 602 String STR_USER_PWD_UNSET 603 { 604 Text [ en-US ] = "No open password set" ; 605 }; 606 607 String STR_USER_PWD_UNENC 608 { 609 Text [ en-US ] = "PDF document will not be encrypted" ; 610 }; 611 612 String STR_USER_PWD_PDFA 613 { 614 Text [en-US] = "PDF document will not be encrypted due to PDF/A export." ; 615 }; 616 617 FixedText FT_OWNER_PWD 618 { 619 Pos = MAP_APPFONT ( 12, 65 ) ; 620 Size = MAP_APPFONT ( 160, 20 ) ; 621 }; 622 623 String STR_OWNER_PWD_SET 624 { 625 Text [ en-US ] = "Permission password set" ; 626 }; 627 628 String STR_OWNER_PWD_REST 629 { 630 Text [ en-US ] = "PDF document will be restricted" ; 631 }; 632 633 String STR_OWNER_PWD_UNSET 634 { 635 Text [ en-US ] = "No permission password set" ; 636 }; 637 638 String STR_OWNER_PWD_UNREST 639 { 640 Text [ en-US ] = "PDF document will be unrestricted" ; 641 }; 642 643 String STR_OWNER_PWD_PDFA 644 { 645 Text [en-US] = "PDF document will not be restricted due to PDF/A export." ; 646 }; 647 648////////////////////////////// 649 FixedLine FL_PRINT_PERMISSIONS 650 { 651 Pos = MAP_APPFONT ( 182, 6 ) ; 652 Size = MAP_APPFONT (156 , 8 ) ; 653 Text [ en-US ] = "Printing" ; 654 }; 655 RadioButton RB_PRINT_NONE 656 { 657 HelpID = "filter:RadioButton:RID_PDF_TAB_SECURITY:RB_PRINT_NONE" ; 658 Pos = MAP_APPFONT ( 188, 17 ) ; 659 Size = MAP_APPFONT ( 150, 10 ) ; 660 Text [ en-US ] = "~Not permitted" ; 661 }; 662 RadioButton RB_PRINT_LOWRES 663 { 664 HelpID = "filter:RadioButton:RID_PDF_TAB_SECURITY:RB_PRINT_LOWRES" ; 665 Pos = MAP_APPFONT ( 188, 30 ) ; 666 Size = MAP_APPFONT ( 150, 10 ) ; 667 Text [ en-US ] = "~Low resolution (150 dpi)" ; 668 }; 669 RadioButton RB_PRINT_HIGHRES 670 { 671 HelpID = "filter:RadioButton:RID_PDF_TAB_SECURITY:RB_PRINT_HIGHRES" ; 672 Pos = MAP_APPFONT ( 188, 43 ) ; 673 Size = MAP_APPFONT ( 150, 10 ) ; 674 Text [ en-US ] = "~High resolution" ; 675 }; 676 677///////////////////////////// 678 FixedLine FL_CHANGES_ALLOWED 679 { 680 Pos = MAP_APPFONT ( 182, 58 ) ; 681 Size = MAP_APPFONT (156 , 8 ) ; 682 Text [ en-US ] = "Changes" ; 683 }; 684 RadioButton RB_CHANGES_NONE 685 { 686 HelpID = "filter:RadioButton:RID_PDF_TAB_SECURITY:RB_CHANGES_NONE" ; 687 Pos = MAP_APPFONT ( 188, 69 ) ; 688 Size = MAP_APPFONT ( 150, 10 ) ; 689 Text [ en-US ] = "No~t permitted" ; 690 }; 691 RadioButton RB_CHANGES_INSDEL 692 { 693 HelpID = "filter:RadioButton:RID_PDF_TAB_SECURITY:RB_CHANGES_INSDEL" ; 694 Pos = MAP_APPFONT ( 188, 82 ) ; 695 Size = MAP_APPFONT ( 150, 10 ) ; 696 Text [ en-US ] = "~Inserting, deleting, and rotating pages" ; 697 }; 698 RadioButton RB_CHANGES_FILLFORM 699 { 700 HelpID = "filter:RadioButton:RID_PDF_TAB_SECURITY:RB_CHANGES_FILLFORM" ; 701 Pos = MAP_APPFONT ( 188, 95 ) ; 702 Size = MAP_APPFONT ( 150, 10 ) ; 703 Text [ en-US ] = "~Filling in form fields" ; 704 }; 705 RadioButton RB_CHANGES_COMMENT 706 { 707 HelpID = "filter:RadioButton:RID_PDF_TAB_SECURITY:RB_CHANGES_COMMENT" ; 708 Pos = MAP_APPFONT ( 188, 108 ) ; 709 Size = MAP_APPFONT ( 152, 16 ) ; 710 WordBreak = TRUE ; 711 Text [ en-US ] = "~Commenting, filling in form fields" ; 712 }; 713 RadioButton RB_CHANGES_ANY_NOCOPY 714 { 715 HelpID = "filter:RadioButton:RID_PDF_TAB_SECURITY:RB_CHANGES_ANY_NOCOPY" ; 716 Pos = MAP_APPFONT ( 188, 127 ) ; 717 Size = MAP_APPFONT ( 152, 10 ) ; 718 Text [ en-US ] = "~Any except extracting pages" ; 719 }; 720 721 CheckBox CB_ENDAB_COPY 722 { 723 HelpID = "filter:CheckBox:RID_PDF_TAB_SECURITY:CB_ENDAB_COPY" ; 724 Pos = MAP_APPFONT ( 182, 142 ) ; 725 Size = MAP_APPFONT ( 158, 10 ) ; 726 TabStop = TRUE ; 727 Text [ en-US ] = "Ena~ble copying of content" ; 728 }; 729 730 CheckBox CB_ENAB_ACCESS 731 { 732 HelpID = "filter:CheckBox:RID_PDF_TAB_SECURITY:CB_ENAB_ACCESS" ; 733 Pos = MAP_APPFONT ( 182, 158 ) ; 734 Size = MAP_APPFONT ( 158, 10 ) ; 735 TabStop = TRUE ; 736 Text [ en-US ] = "Enable text access for acce~ssibility tools" ; 737 }; 738}; 739 740// ---------------------------------------------------------- 741// tab page for PDF Export, links management 742TabPage RID_PDF_TAB_LINKS 743{ 744 HelpId = HID_FILTER_PDF_LINKS ; 745 Text [ en-US ] = "---" ; 746 TAB_PDF_SIZE ; 747 Hide = TRUE ; 748 749 CheckBox CB_EXP_BMRK_TO_DEST 750 { 751 HelpID = "filter:CheckBox:RID_PDF_TAB_LINKS:CB_EXP_BMRK_TO_DEST" ; 752 Pos = MAP_APPFONT ( 6, 5 ) ; 753 Size = MAP_APPFONT ( 164, 16 ) ; 754 TabStop = TRUE ; 755 WordBreak = TRUE ; 756 Text [ en-US ] = "Export bookmarks as named destinations" ; 757 }; 758 759 CheckBox CB_CNV_OOO_DOCTOPDF 760 { 761 HelpID = "filter:CheckBox:RID_PDF_TAB_LINKS:CB_CNV_OOO_DOCTOPDF" ; 762 Pos = MAP_APPFONT ( 6, 24 ) ; 763 Size = MAP_APPFONT ( 164, 16 ) ; 764 TabStop = TRUE ; 765 WordBreak = TRUE ; 766 Text [ en-US ] = "Convert document references to PDF targets" ; 767 }; 768 769 CheckBox CB_ENAB_RELLINKFSYS 770 { 771 HelpID = "filter:CheckBox:RID_PDF_TAB_LINKS:CB_ENAB_RELLINKFSYS" ; 772 Pos = MAP_APPFONT ( 6, 43 ) ; 773 Size = MAP_APPFONT ( 164, 16 ) ; 774 TabStop = TRUE ; 775 WordBreak = TRUE ; 776 Text [ en-US ] = "Export URLs relative to file system" ; 777 }; 778 779 FixedLine FL_DEFAULT_LINK_ACTION 780 { 781 Pos = MAP_APPFONT ( 6, 62 ) ; 782 Size = MAP_APPFONT ( 164 , 8 ) ; 783 Text [ en-US ] = "Cross-document links" ; 784 }; 785 786 RadioButton CB_VIEW_PDF_DEFAULT 787 { 788 HelpID = "filter:RadioButton:RID_PDF_TAB_LINKS:CB_VIEW_PDF_DEFAULT" ; 789 Pos = MAP_APPFONT ( 12, 73 ) ; 790 Size = MAP_APPFONT ( 158, 10 ) ; 791 TabStop = TRUE ; 792 Text [ en-US ] = "Default mode" ; 793 }; 794 795 RadioButton CB_VIEW_PDF_APPLICATION 796 { 797 HelpID = "filter:RadioButton:RID_PDF_TAB_LINKS:CB_VIEW_PDF_APPLICATION" ; 798 Pos = MAP_APPFONT ( 12, 86 ) ; 799 Size = MAP_APPFONT ( 158 , 10 ) ; 800 TabStop = TRUE ; 801 Text [ en-US ] = "Open with PDF reader application" ; 802 }; 803 804 RadioButton CB_VIEW_PDF_BROWSER 805 { 806 HelpID = "filter:RadioButton:RID_PDF_TAB_LINKS:CB_VIEW_PDF_BROWSER" ; 807 Pos = MAP_APPFONT ( 12, 99 ) ; 808 Size = MAP_APPFONT ( 158 , 10 ) ; 809 TabStop = TRUE ; 810 Text [ en-US ] = "Open with Internet browser" ; 811 }; 812}; 813 814// ---------------------------------------------------------- 815TabDialog RID_PDF_EXPORT_DLG 816{ 817 HelpId = HID_FILTER_PDF_OPTIONS ; 818 OutputSize = TRUE ; 819 SVLook = TRUE ; 820 Moveable = TRUE ; 821 Text [ en-US ] = "PDF Options" ; 822 823 TabControl 1 824 { 825 HelpId = HID_FILTER_PDF_OPTIONS ; 826 OutputSize = TRUE ; 827 PageList = 828 { 829 PageItem 830 { 831 Identifier = RID_PDF_TAB_GENER ; 832 Text [ en-US ] = "General" ; 833 }; 834 PageItem 835 { 836 Identifier = RID_PDF_TAB_OPNFTR ; 837 Text [ en-US ] = "Initial View" ; 838 }; 839 PageItem 840 { 841 Identifier = RID_PDF_TAB_VPREFER ; 842 Text [ en-US ] = "User Interface" ; 843 }; 844 PageItem 845 { 846 Identifier = RID_PDF_TAB_LINKS ; 847 Text [ en-US ] = "Links" ; 848 }; 849 PageItem 850 { 851 Identifier = RID_PDF_TAB_SECURITY ; 852 Text [ en-US ] = "Security" ; 853 }; 854 }; 855 }; 856}; 857 858ModalDialog RID_PDF_ERROR_DLG 859{ 860 HelpID = "filter:ModalDialog:RID_PDF_ERROR_DLG" ; 861 OutputSize = TRUE ; 862 SVLook = TRUE ; 863 Moveable = TRUE ; 864 Text [en-US] = "Problems during PDF export" ; 865 Size = MAP_APPFONT ( 200, 150 ) ; 866 867 FixedText FT_PROCESS 868 { 869 WordBreak = TRUE ; 870 Pos = MAP_APPFONT ( 5, 5 ) ; 871 Size = MAP_APPFONT ( 210, 24 ) ; 872 Text [en-US] = "During PDF export the following problems occurred:" ; 873 }; 874 875 Bitmap IMG_WARN 876 { 877 File = "ballgreen_7.png" ; 878 }; 879 Bitmap IMG_ERR 880 { 881 File = "ballred_7.png" ; 882 }; 883 884 String STR_WARN_TRANSP_PDFA_SHORT 885 { 886 Text [en-US] = "PDF/A transparency" ; 887 }; 888 String STR_WARN_TRANSP_PDFA 889 { 890 Text [en-US] = "PDF/A forbids transparency. A transparent object was painted opaque instead." ; 891 }; 892 String STR_WARN_TRANSP_VERSION_SHORT 893 { 894 Text [en-US] = "PDF version conflict" ; 895 }; 896 String STR_WARN_TRANSP_VERSION 897 { 898 Text [en-US] = "Transparency is not supported in PDF versions earlier than PDF 1.4. A transparent object was painted opaque instead." ; 899 }; 900 String STR_WARN_FORMACTION_PDFA_SHORT 901 { 902 Text [en-US] = "PDF/A form action" ; 903 }; 904 String STR_WARN_FORMACTION_PDFA 905 { 906 Text [en-US] = "A form control contained an action not supported by the PDF/A standard. The action was skipped." ; 907 }; 908 String STR_WARN_TRANSP_CONVERTED 909 { 910 Text [en-US] = "Some objects were converted to an image in order to remove transparencies, because the target PDF format does not support transparencies. Possibly better results can be achieved if you remove the transparent objects before exporting." ; 911 }; 912 String STR_WARN_TRANSP_CONVERTED_SHORT 913 { 914 Text [en-US] = "Transparencies removed" ; 915 }; 916}; 917 918// ********************************************************************** EOF 919