Pdflib Tutorial 9.2.0

Total Page:16

File Type:pdf, Size:1020Kb

Pdflib Tutorial 9.2.0 ABC PDFlib, PDFlib+PDI, PPS A library for generating PDF on the fly PDFlib 9.2.0 Tutorial For use with C, C++, COM, Java, .NET, Objective-C, Perl, PHP, Python, RPG, Ruby Copyright © 1997–2019 PDFlib GmbH and Thomas Merz. All rights reserved. PDFlib users are granted permission to reproduce printed or digital copies of this manual for internal use. PDFlib GmbH Franziska-Bilek-Weg 9, 80339 München, Germany www.pdflib.com phone +49 • 89 • 452 33 84-0 If you have questions check the PDFlib mailing list and archive at groups.yahoo.com/neo/groups/pdflib/info Licensing contact: [email protected] Support for commercial PDFlib licensees: [email protected] (please include your license number) This publication and the information herein is furnished as is, is subject to change without notice, and should not be construed as a commitment by PDFlib GmbH. PDFlib GmbH assumes no responsibility or lia- bility for any errors or inaccuracies, makes no warranty of any kind (express, implied or statutory) with re- spect to this publication, and expressly disclaims any and all warranties of merchantability, fitness for par- ticular purposes and noninfringement of third party rights. PDFlib and the PDFlib logo are registered trademarks of PDFlib GmbH. PDFlib licensees are granted the right to use the PDFlib name and logo in their product documentation. However, this is not required. PANTONE® colors displayed in the software application or in the user documentation may not match PANTONE-identified standards. Consult current PANTONE Color Publications for accurate color. PANTONE® and other Pantone, Inc. trademarks are the property of Pantone, Inc. © Pantone, Inc., 2003. Pantone, Inc. is the copyright owner of color data and/or software which are licensed to PDFlib GmbH to distribute for use only in combination with PDFlib Software. PANTONE Color Data and/or Software shall not be copied onto another disk or into memory unless as part of the execution of PDFlib Software. PDFlib contains modified parts of the following third-party software: ICClib, Copyright © 1997-2002 Graeme W. Gill GIF image decoder, Copyright © 1990-1994 David Koblas PNG image reference library (libpng), Copyright © 1998-2002, 2004, 2006-2017 Glenn Randers-Pehrson Zlib compression library, Copyright © 1995-2017 Jean-loup Gailly and Mark Adler TIFFlib image library, Copyright © 1988-1997 Sam Leffler, Copyright © 1991-1997 Silicon Graphics, Inc. Cryptographic software written by Eric Young, Copyright © 1995-1998 Eric Young ([email protected]) Independent JPEG Group’s JPEG software, Copyright © 1991-2017, Thomas G. Lane, Guido Vollbeding Cryptographic software, Copyright © 1998-2002 The OpenSSL Project (www.openssl.org) Expat XML parser, Copyright © 2001-2017 Expat maintainers ICU International Components for Unicode, Copyright © 1995-2012 International Business Machines Corpo- ration and others PDFlib contains the RSA Data Security, Inc. MD5 Message Digest Algorithm. The PDFlib Block Plugin contains the following third-party software: wxWindows Cross-Platform GUI Library, Copyright © 2018 wxWidgets Contents 0 Applying the PDFlib License Key 11 1 Introduction 15 1.1 Roadmap to Documentation and Samples 15 1.2 PDFlib Programming 17 1.3 What’s new in PDFlib/PDFlib+PDI/PPS 9.0? 19 1.4 What’s new in PDFlib/PDFlib+PDI/PPS 9.1? 21 1.5 What’s new in PDFlib/PDFlib+PDI/PPS 9.2? 21 1.6 Features in PDFlib 22 1.7 Additional Features in PDFlib+PDI 25 1.8 Additional Features in PPS 26 1.9 Availability of Features in different Products 27 2 PDFlib Language Bindings 29 2.1 C Binding 29 2.2 C++ Binding 32 2.3 COM Binding 34 2.4 Java Binding 36 2.5 .NET Binding 39 2.5.1 .NET Binding Variants 39 2.5.2 .NET Core Binding 39 2.5.3 Classic .NET Binding 40 2.5.4 Using the .NET Binding in Applications 41 2.6 Objective-C Binding 42 2.7 Perl Binding 44 2.8 PHP Binding 46 2.9 Python Binding 48 2.10 RPG Binding 49 2.11 Ruby Binding 51 3 Creating PDF Documents 53 3.1 General PDFlib Programming Aspects 53 3.1.1 Exception Handling 53 3.1.2 Logging 55 3.1.3 The PDFlib Virtual File System (PVF) 55 3.1.4 Resource Configuration and File Search 57 3.1.5 Generating PDF Documents in Memory 62 3.1.6 Maximum Size of PDF Documents and other Limits 63 3.1.7 Multi-threaded Programming 64 Contents 3 3.1.8 Using PDFlib on EBCDIC-based Platforms 64 3.2 Page Descriptions 65 3.2.1 Coordinate Systems 65 3.2.2 Page Size 67 3.2.3 Direct Paths and Path Objects 68 3.2.4 Templates (Form XObjects) 70 3.2.5 Referenced Pages from an external PDF Document 71 3.3 PDF Password Security 73 3.3.1 Password Security in PDF 73 3.3.2 Password-Protecting PDF Documents with PDFlib 76 4 Color Spaces 79 4.1 Device Color Spaces 79 4.2 Color Management with ICC Profiles 81 4.3 Device-Independent CIE L*a*b* Color 85 4.4 Pantone, HKS, and custom Spot Colors 86 4.5 DeviceN Colors 90 4.6 Shadings and Shading Patterns 94 4.7 Tiling Patterns 96 4.8 Transparency Blend Modes 97 4.9 Changing the Color of Objects 100 4.9.1 Changing the Color with Blend Modes 100 4.9.2 Changing the Color with Soft Masks 101 4.10 Rendering Intents 103 4.11 Overprint Control 104 5 Unicode and Legacy Encodings 107 5.1 Important Unicode Concepts 107 5.2 Unicode-capable Language Bindings 109 5.2.1 Language Bindings with native Unicode Strings 109 5.2.2 Language Bindings with UTF-8 Support 109 5.3 Non-Unicode-capable Language Bindings 111 5.4 Single-Byte (8-Bit) Encodings 115 5.5 Chinese, Japanese, and Korean Encodings 118 5.6 Addressing Characters 121 5.6.1 Escape Sequences 121 5.6.2 Character References 122 6 Font Handling 125 6.1 Font Formats 125 6.1.1 TrueType Fonts 125 6.1.2 OpenType Fonts 125 4 Contents 6.1.3 WOFF Fonts 126 6.1.4 SVG Fonts 126 6.1.5 PostScript Type 1 Fonts 127 6.1.6 SING Fonts (Glyphlets) 127 6.1.7 CEF Fonts 128 6.1.8 Type 3 Fonts 128 6.2 Unicode Characters and Glyphs 130 6.2.1 Glyph IDs 130 6.2.2 Unicode Mappings for Glyphs 130 6.2.3 Unicode Control Characters 132 6.3 The Text Processing Pipeline 133 6.3.1 Normalizing Input Strings to Unicode 133 6.3.2 Converting Unicode Values to Glyph IDs 134 6.3.3 Transforming Glyph IDs 135 6.4 Loading Fonts 136 6.4.1 Selecting an Encoding for Text Fonts 136 6.4.2 Selecting an Encoding for symbolic Fonts 138 6.4.3 Example: Selecting a Glyph from the Wingdings Symbol Font 140 6.4.4 Searching for Fonts 143 6.4.5 Host Fonts on Windows and macOS 147 6.4.6 Fallback Fonts 149 6.5 Font Embedding and Subsetting 153 6.5.1 Font Embedding 153 6.5.2 Font Subsetting 154 6.6 Querying Font Information 156 6.6.1 Font-independent Encoding, Unicode, and Glyph Name Queries 156 6.6.2 Font-specific Encoding, Unicode, and Glyph Name Queries 157 6.6.3 Querying Codepage Coverage and Fallback Fonts 158 7 Text Output 161 7.1 Text Output Methods 161 7.2 Font Metrics and Text Variations 162 7.2.1 Font and Glyph Metrics 162 7.2.2 Kerning 163 7.2.3 Text Variations 164 7.3 OpenType Layout Features 166 7.3.1 Supported OpenType Layout Features 166 7.3.2 OpenType Layout Features with Textlines and Textflows 168 7.4 Complex Script Output 172 7.4.1 Complex Scripts 172 7.4.2 Script and Language 174 7.4.3 Complex Script Shaping 175 7.4.4 Bidirectional Formatting 176 7.4.5 Arabic Text Formatting 178 7.5 Chinese, Japanese, and Korean Text Output 179 7.5.1 Using TrueType and OpenType CJK Fonts 179 Contents 5 7.5.2 EUDC and SING Fonts for Gaiji Characters 180 7.5.3 OpenType Layout Features for advanced CJK Text Output 181 7.5.4 Unicode Variation Selectors and Variation Sequences 183 7.5.5 Standard CJK Fonts 184 8 Importing Images, SVG Graphics and PDF Pages 187 8.1 Raster Images 187 8.1.1 Basic Image Handling 187 8.1.2 Supported Image File Formats 188 8.1.3 Clipping Paths 192 8.1.4 Image Transparency 193 8.1.5 Colorize Images with Spot or DeviceN Color 196 8.1.6 Modifying Color Values with a Decode Array 197 8.2 SVG Graphics 199 8.2.1 Supported SVG Flavors 199 8.2.2 SVG Processing Considerations 199 8.2.3 Visible Size of SVG Graphics 201 8.2.4 Font Selection 201 8.2.5 Dealing with missing Fonts and missing Glyphs 203 8.2.6 SVG Color Extension 205 8.2.7 SVG Contents beyond Vector Graphics and Text 205 8.2.8 Unsupported SVG Features 207 8.3 Importing PDF Pages with PDI 209 8.3.1 PDI Features and Applications 209 8.3.2 Using PDFlib+PDI 209 8.3.3 Document and Page-related Checks 211 8.3.4 Specific Aspects of imported PDF Documents 211 8.4 Placing Images, Graphics, and imported PDF Pages 214 8.4.1 Simple Object Placement 214 8.4.2 Placing an Object at a Point or Line or in a Box 214 8.4.3 Orientating an Object 216 8.4.4 Rotating an Object 217 8.4.5 Adjusting the Page Size 218 8.4.6 Querying Information about placed Images and PDF Pages 219 9 Text and Table Formatting 221 9.1 Placing and Fitting Textlines 221 9.1.1 Simple Textline Placement 221 9.1.2 Positioning Text in a Box 222 9.1.3 Fitting Text into a Box 223 9.1.4 Aligning Text at a Character 225 9.1.5 Placing a Stamp 226 9.1.6 Using Leaders 226 9.1.7 Text on a Path 227 9.1.8 Shadowed Text 228 9.1.9 Watermarks which can be edited in Acrobat 229 6 Contents 9.2 Multi-Line Textflows 231 9.2.1 Placing Textflows in the Fitbox 232 9.2.2 Paragraph Formatting Options 234 9.2.3 Inline Option Lists and Macros 234 9.2.4 Tab Stops 237 9.2.5 Numbered Lists and Paragraph Spacing 238 9.2.6 Control Characters and Character Mapping 239 9.2.7 Hyphenation 242 9.2.8 Widow and Orphan Lines 243 9.2.9 Controlling the standard Linebreak Algorithm 243 9.2.10 Advanced script-specific Line Breaking 246 9.2.11 Wrapping Text around Paths and Images 247 9.3 Table Formatting 251 9.3.1 Placing a Simple Table 252 9.3.2 Contents of a Table Cell 255
Recommended publications
  • A Method to Accommodate Backward Compatibility on the Learning Application-Based Transliteration to the Balinese Script
    (IJACSA) International Journal of Advanced Computer Science and Applications, Vol. 12, No. 6, 2021 A Method to Accommodate Backward Compatibility on the Learning Application-based Transliteration to the Balinese Script 1 3 4 Gede Indrawan , I Gede Nurhayata , Sariyasa I Ketut Paramarta2 Department of Computer Science Department of Balinese Language Education Universitas Pendidikan Ganesha (Undiksha) Universitas Pendidikan Ganesha (Undiksha) Singaraja, Indonesia Singaraja, Indonesia Abstract—This research proposed a method to accommodate transliteration rules (for short, the older rules) from The backward compatibility on the learning application-based Balinese Alphabet document 1 . It exposes the backward transliteration to the Balinese Script. The objective is to compatibility method to accommodate the standard accommodate the standard transliteration rules from the transliteration rules (for short, the standard rules) from the Balinese Language, Script, and Literature Advisory Agency. It is Balinese Language, Script, and Literature Advisory Agency considered as the main contribution since there has not been a [7]. This Bali Province government agency [4] carries out workaround in this research area. This multi-discipline guidance and formulates programs for the maintenance, study, collaboration work is one of the efforts to preserve digitally the development, and preservation of the Balinese Language, endangered Balinese local language knowledge in Indonesia. The Script, and Literature. proposed method covered two aspects, i.e. (1) Its backward compatibility allows for interoperability at a certain level with This study was conducted on the developed web-based the older transliteration rules; and (2) Breaking backward transliteration learning application, BaliScript, for further compatibility at a certain level is unavoidable since, for the same ubiquitous Balinese Language learning since the proposed aspect, there is a contradictory treatment between the standard method reusable for the mobile application [8], [9].
    [Show full text]
  • Intel® Quickassist for Windows*
    Intel® QuickAssist for Windows* Release Notes Package Version: QAT1.3.0-0009 April 2020 Revision 003US Document Number: 337758-003US You may not use or facilitate the use of this document in connection with any infringement or other legal analysis concerning Intel products described herein. You agree to grant Intel a non-exclusive, royalty-free license to any patent claim thereafter drafted which includes subject matter disclosed herein. Intel technologies’ features and benefits depend on system configuration and may require enabled hardware, software or service activation. Performance varies depending on system configuration. No computer system can be absolutely secure. Check with your system manufacturer or retailer or learn more at intel.com. Intel technologies may require enabled hardware, specific software, or services activation. Check with your system manufacturer or retailer. The products described may contain design defects or errors known as errata which may cause the product to deviate from published specifications. Current characterized errata are available on request. All information provided here is subject to change without notice. Contact your Intel representative to obtain the latest Intel product specifications and roadmaps. No computer system can be absolutely secure. Check with your system manufacturer or retailer or learn more at intel.com. No license (express or implied, by estoppel or otherwise) to any intellectual property rights is granted by this document. Intel does not control or audit third-party benchmark data or the web sites referenced in this document. You should visit the referenced web site and confirm whether referenced data are accurate. Copies of documents which have an order number and are referenced in this document may be obtained by calling 1-800-548-4725 or by visiting www.intel.com/design/literature.htm.
    [Show full text]
  • Comac Medical NLSP2 Thefo
    Issue May/14 No.2 Copyright © 2014 Comac Medical. All rights reserved Dear Colleagues, The Newsletter Special Edition No.2 is dedicated to the 1150 years of the Moravian Mission of Saints Cyril and Methodius and 1150 years of the official declaration of Christianity as state religion in Bulgaria by Tsar Boris I and imposition of official policy of literacy due to the emergence of the fourth sacral language in Europe. We are proudly presenting: • PUBLISHED BY COMAC-MEDICAL • ~Page I~ SS. CIRYL AND METHODIUS AND THE BULGARIAN ALPHABET By rescuing the creation of Cyril and Methodius, Bulgaria has earned the admiration and respect of not only the Slav peoples but of all other peoples in the world and these attitudes will not cease till mankind keeps implying real meaning in notions like progress, culture “and humanity. Bulgaria has not only saved the great creation of Cyril and Methodius from complete obliteration but within its territories it also developed, enriched and perfected this priceless heritage (...) Bulgaria became a living hearth of vigorous cultural activity while, back then, many other people were enslaved by ignorance and obscurity (…) Тhe language “ of this first hayday of Slavonic literature and culture was not other but Old Bulgarian. This language survived all attempts by foreign invaders for eradication thanks to the firmness of the Bulgarian people, to its determination to preserve what is Bulgarian, especially the Bulgarian language which has often been endangered but has never been subjugated… -Prof. Roger Bernard, French Slavist Those who think of Bulgaria as a kind of a new state (…), those who have heard of the Balkans only as the “powder keg of Europe”, those cannot remember that “Bulgaria was once a powerful kingdom and an active player in the big politics of medieval Europe.
    [Show full text]
  • Speaker Biographies
    SPEAKER BIOGRAPHIES Speakers: Dr. Deborah Anderson, Researcher, Dept. of Linguistics, UC Berkeley Deborah (Debbie) Anderson is a Researcher in the Department of Linguistics at UC Berkeley. Since 2002, she has run the Script Encoding Initiative project, which helps get scripts and characters into the Unicode Standard. She also represents UC Berkeley in the Unicode Technical Committee meetings and is a member of the US National Body in ISO/IEC JTC1/SC2. In addition, she is a Unicode Technical Director. Zibi Braniecki, Mozilla, Sr. Staff Platform Engineer Zibi Braniecki is a Sr. Staff Platform Engineer at Mozilla working on internationalization and localization of Gecko and Firefox. Zibi represents Mozilla at TC39 committee and is championing multiple ECMA402 proposals. When not in front of the keyboard, he's captaining the Polish National Team in Ultimate Frisbee. Shane Carr, Senior Software Engineer, Internationalization, Google, Inc. Shane Carr is a Senior Software Engineer on Google's i18n Engineering team. He is chair of the ECMA 402 subcommittee for JavaScript i18n standards and is a core contributor to the International Components for Unicode (ICU) project. His work on ICU has focused on locale data, number formatting, and performance optimization. Shane has previously presented on Zawgyi and on ICU number formatting at the 41st and 42nd Internationalization & Unicode Conference (IUC). He has also presented at the 33rd International Conference on Machine Learning (ICML) and the 2015 Annual Meeting of the American Institute of Chemical Engineers (AIChE). He holds an MS and BS in Computer Science and BS in Chemical Engineering summa cum laude from Washington University in St.
    [Show full text]
  • 4.4. Is Unicode Font Available? 14 4.4.1
    1 Contents 1. Introduction 3 1.1. Who we are 3 1.2. The UNESCO and IYIL initiative 4 2. Process overview 4 2.1. Language Status Workflow 5 2.2. Technology Implementation Workflow 6 3. Language Status 7 3.1. Is language currently used by a community? 7 3.2. Is language intended for active community use? 7 3.2.1. Revitalize language 7 3.3. Is language in a public registry? 8 3.4. Is language written? 8 3.4.1. Develop written form 8 3.4.2. Document language 8 3.4.2.1. Language is documented 8 3.4.2.2. Language is not documented 9 3.5. Does language use a consistent writing system? 9 3.5.1. Are the characters used already supported? 9 3.6. Is writing supported by a standard? 10 3.6.1. Submit character proposals 10 3.6.2. Develop standard 11 3.7. Proceed to implementation 11 4. Language Technology Implementation Workflow 11 4.1 Note on technology for text in digital systems 11 4.2. Definitions for implementing digital support 12 4.3. Standard language code available? 13 4.3.1. Apply for language code 13 4.4. Is Unicode font available? 14 4.4.1. Create font 14 4.5. Is font available on devices? 14 4.5.1. Manual install or ask vendors for support 14 4.6. Does device have input support? 15 4.7. Is input supported by third party apps or devices? 15 4.7.1. Develop input method 15 4.8. Does device have Unicode data support? 16 This work is licensed under a Creative Commons Attribution 4.0 International License ​ 2 5.
    [Show full text]
  • Referência Debian I
    Referência Debian i Referência Debian Osamu Aoki Referência Debian ii Copyright © 2013-2021 Osamu Aoki Esta Referência Debian (versão 2.85) (2021-09-17 09:11:56 UTC) pretende fornecer uma visão geral do sistema Debian como um guia do utilizador pós-instalação. Cobre muitos aspetos da administração do sistema através de exemplos shell-command para não programadores. Referência Debian iii COLLABORATORS TITLE : Referência Debian ACTION NAME DATE SIGNATURE WRITTEN BY Osamu Aoki 17 de setembro de 2021 REVISION HISTORY NUMBER DATE DESCRIPTION NAME Referência Debian iv Conteúdo 1 Manuais de GNU/Linux 1 1.1 Básico da consola ................................................... 1 1.1.1 A linha de comandos da shell ........................................ 1 1.1.2 The shell prompt under GUI ......................................... 2 1.1.3 A conta root .................................................. 2 1.1.4 A linha de comandos shell do root ...................................... 3 1.1.5 GUI de ferramentas de administração do sistema .............................. 3 1.1.6 Consolas virtuais ............................................... 3 1.1.7 Como abandonar a linha de comandos .................................... 3 1.1.8 Como desligar o sistema ........................................... 4 1.1.9 Recuperar uma consola sã .......................................... 4 1.1.10 Sugestões de pacotes adicionais para o novato ................................ 4 1.1.11 Uma conta de utilizador extra ........................................ 5 1.1.12 Configuração
    [Show full text]
  • Welcome Tape 97
    Peace Corps An introductory guide to the Bulgarian language AN INTRODUCTORY GUIDE TO THE BULGARIAN LANGUAGE For those who are interested in facts and information, the following is a short description of the Bulgarian Language. Bulgarian is a Slavonic language, like Russian, Czech, Polish, and Serbian. Its history is centuries old and it is the earliest written language. It is a phonetic language, i.e. you pronounce what is written. Of course, first you get familiar with the Cyrillic alphabet! Overall, it is easy to be mastered by English speakers: its structure is similar to English; besides so many Volunteers have learned it and speak it fluently. Naturally there are some distinctive features like the gender of nouns and the verb system. The Old Bulgarian period dates back to the creation of the alphabet, the Glagolitsa, (circa 862 - 863 AD) by the Thessaloniki monks, Cyril and Methodius. The invention of the Glagolitic alphabet, comprised of 41 letters, constituted an original creative act. It was a new graphic system and ingenious creation, exactly adapted to the phonetic peculiarities of the Old Bulgarian language. Between the ninth and eleventh centuries yet another script was created in Bulgaria - the Cyrillic alphabet, or Kirilitsa. It includes the 24 letters of the Greek titular code lettering to which several new signs have been added for the sounds peculiar to the Old Bulgarian tongue. The Cyrillic script is used by (among others) Bulgarians, Russians, Ukrainians, Byelorussians, Serbians, Macedonians and Mongolians, who adopted it from the Russians. The Modern Bulgarian period is the third phase in the historical evolution of the traditional language of the Old Bulgarian and Middle Bulgarian periods.
    [Show full text]
  • Pdflib-9.3.1-Tutorial.Pdf
    ABC PDFlib, PDFlib+PDI, PPS A library for generating PDF on the fly PDFlib 9.3.1 Tutorial For use with C, C++, Java, .NET, .NET Core, Objective-C, Perl, PHP, Python, RPG, Ruby Copyright © 1997–2021 PDFlib GmbH and Thomas Merz. All rights reserved. PDFlib users are granted permission to reproduce printed or digital copies of this manual for internal use. PDFlib GmbH Franziska-Bilek-Weg 9, 80339 München, Germany www.pdflib.com phone +49 • 89 • 452 33 84-0 [email protected] [email protected] (please include your license number) This publication and the information herein is furnished as is, is subject to change without notice, and should not be construed as a commitment by PDFlib GmbH. PDFlib GmbH assumes no responsibility or lia- bility for any errors or inaccuracies, makes no warranty of any kind (express, implied or statutory) with re- spect to this publication, and expressly disclaims any and all warranties of merchantability, fitness for par- ticular purposes and noninfringement of third party rights. PDFlib and the PDFlib logo are registered trademarks of PDFlib GmbH. PDFlib licensees are granted the right to use the PDFlib name and logo in their product documentation. However, this is not required. PANTONE® colors displayed in the software application or in the user documentation may not match PANTONE-identified standards. Consult current PANTONE Color Publications for accurate color. PANTONE® and other Pantone, Inc. trademarks are the property of Pantone, Inc. © Pantone, Inc., 2003. Pantone, Inc. is the copyright owner of color data and/or software which are licensed to PDFlib GmbH to distribute for use only in combination with PDFlib Software.
    [Show full text]
  • Europe Phrasebook & Dictionary 6 Preview
    contents Bul Cro Cze Fre Ger Gre Hun Ita Pol Por Rom Rus Spa Swe Tur chapter contents 7 45 83 121 159 197 235 273 311 349 387 425 463 501 539 about 9 47 85 123 161 199 237 275 313 351 389 427 465 503 541 pronunciation 10 48 86 124 162 200 238 276 314 352 390 428 466 504 542 language difficulties 12 50 88 126 164 202 240 278 316 354 392 430 468 506 544 numbers 13 51 89 127 165 203 241 279 317 355 393 431 469 507 545 time & dates 13 51 89 127 165 203 241 279 317 355 393 431 469 507 545 weather 15 53 91 129 167 205 243 281 319 357 395 433 471 509 547 border crossing 15 53 91 129 167 205 243 281 319 357 395 433 471 509 547 transport & getting around 16 54 92 130 168 206 244 282 320 358 396 434 472 510 548 directions 19 57 95 133 171 209 247 285 323 361 399 437 475 513 551 accommodation 21 59 97 135 173 211 249 287 325 363 401 439 477 515 553 communications & banking 23 61 99 137 175 213 251 289 327 366 404 442 480 517 555 sightseeing 26 64 102 140 178 216 254 292 330 369 406 445 482 520 558 shopping 28 66 104 141 180 218 255 293 332 370 408 446 484 521 560 CONTENTS contents 4 00--prelims-pb-eur6.inddprelims-pb-eur6.indd 4 115/03/20195/03/2019 11:08:06:08:06 PM Bul Cro Cze Fre Ger Gre Hun Ita Pol Por Rom Rus Spa Swe Tur meeting people 31 69 107 144 183 221 258 296 335 373 411 449 487 524 563 entertainment 33 71 109 147 185 223 261 299 337 375 413 451 489 527 565 food & drink 34 72 110 148 186 224 262 300 338 376 414 452 490 528 566 self-catering 36 74 112 150 188 226 264 302 340 378 416 454 492 530 568 special diets & allergies 36 74 112 150 188 226 264 302 340 378 416 454 492 530 568 emergencies 37 75 113 151 189 227 265 303 341 379 417 455 493 531 569 health 38 76 114 152 190 228 266 304 342 380 418 456 494 532 570 dictionary 40 78 116 154 192 230 268 306 344 382 420 458 496 534 572 CONTENTS contents 5 00--prelims-pb-eur6.inddprelims-pb-eur6.indd 5 115/03/20195/03/2019 11:08:06:08:06 PM europe – at a glance One of the most rewarding things about travelling through Europe is the rich variety of cuisine, customs, architecture and history.
    [Show full text]
  • Download Windows 10 Iso Preview Can't Leave Insider Program
    download windows 10 iso preview Can't leave insider program. My Acer notebook came with fully licensed Windows 8. I joined the insider program before the release of Windows 10 to preview it. During the previews I had problems, my PC wouldn't boot at one stage and I reset the system which wiped all my drivers and Acer software. Now I am stuck with Windows 10 Home Insider Preview build th2_release 10532 core. I wish to leave the insider program and continue with the release version of Windows 10. Settings>Windows Update>Advanced Options says "We need to restart your PC before you can start getting Insider Builds" but I have repeatedly restarted my PC (both from the Power menu and clicking the "Restart now" button, and this never changes. Get Insider Builds -- Error 0x80070005. Build 10547 is installed on my Surface Pro 2. However, the ADVANCED OPTIONS of UPDATE tells me the error message: "Your Microsoft Account requires attention to get Insider builds." However, when I click on Fix Me, I get "Sorry, something went wrong" and it has the error code 0x80070005. How do I fix my Account? Subscribe Subscribe to RSS feed. Report abuse. Thank you for posting your query in Microsoft Community. Regrets the inconvenience caused. Let us know few things to help you in this regard. Which account are you using to perform this action? Either Local account or Microsoft account? The error code 0x80070005 usually means that you do not have enough permission to perform actions or install updates. Ensure that you have administrative privileges for the account which you're logged in.
    [Show full text]
  • List of New Applications Added in ARL #2570
    List of New Applications Added in ARL #2570 Application Name Publisher Nomad Branch Admin Extensions 7.0 1E FineReader Server 14.1 ABBYY VoxConverter 2.0 Acarda Sales Technologies VoxConverter 3.0 Acarda Sales Technologies Sample Master Accelerated Technology Laboratories License Manager 3.5 AccessData Prizm ActiveX Viewer AccuSoft Add-in Express for Microsoft Office and .NET 7.7 Professional Add-in Express Ultimate Suite for Microsoft Excel 18.5 Business Add-in Express Office 365 Reporter 3.5 AdminDroid Solutions RoboHelp 2020 Adobe Photoshop Lightroom Classic CC 10 Adobe Help Manager 4.0 Adobe Creative Cloud Desktop Application 5.3 Adobe Bridge CC (2021) Adobe Dimension 3.4 Adobe Monarch Server 15.0 Altair Engineering Monarch Server 15.3 Altair Engineering Angoss Server 10.4 Altair Engineering License Server 14.1 Altair Engineering ARGUS Enterprise 12.0 Altus Group Anaconda 2020.07 Anaconda SMath Studio 0.98 Andrey Ivashov PDFTK Builder 3.10 Angus Johnson Groovy 2.6 Apache Software Foundation Mesos Agent 0.28 Apache Software Foundation Kafka Server 1.0 Apache Software Foundation Mesos Agent 1.8 Apache Software Foundation Kafka Server 2.4 Apache Software Foundation Kafka Server 2.6 Apache Software Foundation Kafka Server 2.3 Apache Software Foundation Groovy 2.5 Apache Software Foundation Subversion server 1.9 Apache Software Foundation Solr 2.0 Apache Software Foundation Kafka Server 2.1 Apache Software Foundation Kafka Server 2.2 Apache Software Foundation Kafka Server 2.5 Apache Software Foundation Cassandra 3.9 Apache Software Foundation
    [Show full text]
  • License Agreement/Product Use Rights
    Microsoft Volume Licensing License Agreement/Product Use Rights August 2012 Table of Contents INTRODUCTION ..................................................................................... 4 Project 2010 Professional 28 UNIVERSAL LICENSE TERMS .............................................................. 7 Project 2010 Standard 28 Definitions 7 Publisher 2010 29 Your Use Rights 8 Rental Rights for Office 29 Rights to use other versions 8 SharePoint Workspace 2010 29 Third Party Software 9 Streets & Trips 2013 30 Pre-release Code 9 Visio 2010 Premium 30 Updates and Supplements 9 Visio 2010 Professional 30 No Commercial Hosting 9 Visio 2010 Standard 30 Technical Limitations 9 Word 2010 30 Other Rights 9 Word for Mac 2011 30 Documentation 9 DESKTOP OPERATING SYSTEMS (PER COPY PER DEVICE) ......... 31 License Reassignment 9 Windows 8 Professional 32 Product Activation 10 Rental Rights for Windows 33 Additional Functionality 10 SERVERS: PROCESSOR/CAL (PROCESSOR LICENSE + CAL + Using More than One Product or Functionality Together 10 OPTIONAL EXTERNAL CONNECTOR) ............................................... 34 Font Components 11 Windows Server 2012 Datacenter 35 .NET Framework and PowerShell Software 11 Windows Server 2012 Standard 36 Benchmark Testing 11 SERVERS: SERVER / CAL (SERVER LICENSE + CAL + OPTIONAL Products That Include SQL Server Technology 11 EXTERNAL CONNECTOR) .................................................................. 38 SQL Server Reporting Services Map Report Item 11 Bing Maps Server 39 Multiplexing 11 Bing Maps Server with Enhanced Content Pack 40 Management Packs 11 Business Intelligence Appliance 2012 40 Distributable Code 11 Duet Enterprise for Microsoft SharePoint and SAP 1.0 41 Software Plus Services 13 Duet for Microsoft Office and SAP 1.5 41 The following license terms apply to your use of products in the Exchange Server 2007 Standard for Small Business 42 Microsoft Servers licensing models.
    [Show full text]