Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 948 for

locale

(1.87 sec)
  1. Load from Stream | GroupDocs

    Load from Stream As an alternative to a local file, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...Stream As an alternative to a local file, Redactor can open a document...

    docs.groupdocs.com/redaction/java/load-from-str...
  2. Problems with date time converting .eml file - ...

    Hello, I’m having a problem converting the attached .eml file and the time displayed. In Outlook it displays as 11:21. image.png (1.4 KB) The UTC time in the email headers is 10:21. Interestingly the other e-mails in…...(UTC+01:00), so the correct local time is 11:21 — which is what...

    forum.groupdocs.com/t/problems-with-date-time-c...
  3. Basic Usage | GroupDocs

    Quick Start section for GroupDocs.Metadata API Manage metadata in your documents fast and easy with our intuitive and powerful API just with a few lines of code. Let’s review common usage scenarios when documents are stored in a local drive and you want to manage them using GroupDocs.Metadata API....when documents are stored in a local drive and you want to manage...

    docs.groupdocs.com/metadata/java/basic-usage/
  4. Basic usage | GroupDocs

    Basic usage examples for GroupDocs.Parser for .NET. Learn how to extract text, metadata, images, table of contents, and parse data from documents in C#....when documents are stored in a local drive and you want to parse...

    docs.groupdocs.com/parser/net/basic-usage/
  5. Editar documentos de Word en C# | Cree su propi...

    La edición de documentos de Word se explica con ejemplos de C# para editar archivos DOC, DOCX, ODT dentro de su aplicación .NET utilizando la API de edición de documentos....Locale = System.Globalization.CultureInfo...EnablePagination = true; saveOptions.Locale = System.Globalization.CultureInfo...

    blog.groupdocs.com/es/editor/edit-word-document...
  6. Modifica documenti Word in C# | Crea il tuo edi...

    La modifica di documenti Word è spiegata con esempi C# per modificare file DOC, DOCX, ODT all'interno dell'applicazione .NET utilizzando l'API di modifica dei documenti....Locale = System.Globalization.CultureInfo...EnablePagination = true; saveOptions.Locale = System.Globalization.CultureInfo...

    blog.groupdocs.com/it/editor/edit-word-document...
  7. Get a list of changes | GroupDocs

    This article explains how to get a collection of changes between compared documents when using GroupDocs.Comparison for Node.js via Java....from a local disk The following example compares two local documents...

    docs.groupdocs.com/comparison/nodejs-java/get-l...
  8. Редагувати документи Word у C# | Створіть власн...

    Редагування документів Word пояснюється на прикладах C# для редагування файлів DOC, DOCX, ODT у вашій програмі .NET за допомогою API редагування документів....Locale = System.Globalization.CultureInfo...EnablePagination = true; saveOptions.Locale = System.Globalization.CultureInfo...

    blog.groupdocs.com/uk/editor/edit-word-document...
  9. GroupDocs.Viewer for .NET UI 26.4 – Points fort...

    GroupDocs.Viewer for .NET UI 26.4.0 ajoute la prise en charge de .NET 10, met à jour les dépendances principales et améliore la compatibilité multi-cibles....Local.Cache – v26.4.0 GroupDocs.Viewer.UI.Api.Local.Storage...

    blog.groupdocs.com/fr/viewer/groupdocs-viewer-f...
  10. Bearbeiten Sie Word-Dokumente in C# | Erstellen...

    Das Bearbeiten von Word-Dokumenten wird anhand von C#-Beispielen zum Bearbeiten von DOC-, DOCX- und ODT-Dateien in Ihrer .NET-Anwendung mithilfe der Dokumentbearbeitungs-API erläutert....Locale = System.Globalization.CultureInfo...EnablePagination = true; saveOptions.Locale = System.Globalization.CultureInfo...

    blog.groupdocs.com/de/editor/edit-word-document...