Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 535 for

locale

(0.04 sec)
  1. GroupDocs.Viewer for .NET Library Version 2.8.0...

    Recently we’ve updated our GroupDocs.Viewer for .NET library up to the version 2.8.0. In this post I’d like to discover some of the most remarkable updates implemented in this latest version: New Page Layout OptionsSo far, when viewing documents, you had the following page layout options: Scroll view – pages are placed in a continuous chain, one after another. One page in a row – one page fit to client’s screen....from Italy – an Italian GUI localization has been finally added in...The following are all GUI localizations currently available: # ar-AE...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  2. Edit Word | Documentation

    This guide demonstrates how to edit DOC, DOT, DOCX, DOCM, DOTX, ODT, RTF documents with font extraction, different pagination modes and many other powerful features of GroupDocs.Editor for .NET.... Locale = System . Globalization ....enable it in . You can set locale for output WordProcessing document...

    docs.groupdocs.com/editor/net/edit-word/
  3. Edit Word | Documentation

    This guide demonstrates how to edit DOC, DOT, DOCX, DOCM, DOTX, ODT, RTF documents with font extraction, different pagination modes and many other powerful features of GroupDocs.Editor for Java.... Locale . US ); //#5 saveOptions ....enable it in . You can set locale for output WordProcessing document...

    docs.groupdocs.com/editor/java/edit-word/
  4. Releasing GroupDocs.Viewer for Java 3.2.2 with ...

    Here at GroupDocs we always look for new ways to enhance our products. We constantly strive to improve our user’s experience. Hence, we are excited to announce the new release of GroupDocs.Viewer for Java 3.2.2. The latest version of our document viewer API provides 10+ new features, 25+ improvements and fixes. Let’s explore the exciting features in GroupDocs.Viewer for Java 3.2.2. Document Viewer API for Java - FeaturesFollowing features are announced in this latest release: Ability to specify custom font paths New conversion mechanism for displaying multipage TIFF files Implement option that allows setting text document encoding Implement method that returns supported document formats Implement file description property that returns document type format Provide JPEG image quality setting Implement configuration option that allows set cells sheet conversion mode when converting to PDF Add support for Portuguese Locale Add ability to show/hide gridlines for excel files Implement PdfFileOptions same as another Options classes Process files from the stream without specifying the fileName parameter GroupDocs....Add support for Portuguese locale Add ability to show/hide gridlines...PDF Improve localization engine to use custom locales from the path...

    blog.groupdocs.com/viewer/releasing-groupdocs-v...
  5. New release of GroupDocs.Viewer for .NET introd...

    GroupDocs is always keen to get the feedback from the customers and provide enhanced, improved and bug free version of the products. Our dedicated teams have been working on the the requirements and the suggestions of our valued customers and released GroupDocs.Viewer for .NET 3.2.0. The latest version of the API has come with many new and improved features. Moreover, bugs faced by the users in previous version have been fixed in the latest version....PDF Support for Portuguese locale Implementation of configuration...Improved localization engine to use custom locales from path...

    blog.groupdocs.com/viewer/new-release-groupdocs...
  6. Edit Word Documents in C# | Build your own .NET...

    Editing Word documents is explained with C# examples to edit DOC, DOCX, ODT files within your .NET application using document editing API....include; pagination, set password, locale, protection, or memory optimization...EnablePagination = true; saveOptions.Locale = System.Globalization.CultureInfo...

    blog.groupdocs.com/editor/edit-word-documents-i...
  7. Field Management in GroupDocs.Editor for Java |...

    This documentation section explains how to the management and manipulation of form fields within documents....getLocaleId() : Gets or sets the locale identifier for the form field...

    docs.groupdocs.com/editor/java/form-field-manag...
  8. Field Management in GroupDocs.Editor for .NET |...

    This documentation section explains how to the management and manipulation of form fields within documents....LocaleId : Gets or sets the locale identifier for the form field...

    docs.groupdocs.com/editor/net/form-field-manage...
  9. Field Management in GroupDocs.Editor for Node.j...

    This documentation section explains the management and manipulation of form fields within documents using GroupDocs.Editor for Node.js via Java....getLocaleId() : Gets or sets the locale identifier for the form field...

    docs.groupdocs.com/editor/nodejs-java/form-fiel...
  10. Load from local disc | Documentation

    Load from local disc GroupDocs.Redaction.Redactor class is a main class in Redaction API, providing functionality to open a document. When document is located on the local disk, you can pass its path to *Redactor *class constructor. The following example demonstrates how to open a document from local disc: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor....documents / Load from local disc Load from local disc Leave feedback...feedback Load from local disc GroupDocs.Redaction.Redactor class is...

    docs.groupdocs.com/redaction/java/load-from-loc...