Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 620 for

locale

(0.08 sec)
  1. Load from Stream | Documentation

    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. How to Convert ODG to PDF using Java

    This tutorial provides step-by-step instructions to convert ODG to PDF using Java and a working sample code for ODG to PDF file converter in Java capability....how to configure it in your local environment for the development...

    kb.groupdocs.com/conversion/java/how-to-convert...
  3. Basic Usage | Documentation

    Artcles listed in this page explain the 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/net/basic-usage/
  4. GroupDocs.Total for .NET 25.8 – Latest Updates ...

    Explore what’s new in GroupDocs.Total for .NET 25.8. Available now on NuGet and GroupDocs website....Annotation Resolved missing localized string error: “CONSTRUCTOR...

    blog.groupdocs.com/total/groupdocs-total-for-ne...
  5. Extract Text and Metadata from HTML Online

    Free online document text and metadata extractor. Secure and easy to use HTML text and metadata parser and extractor...hosted, or can be loaded from local system as well. Read More How...

    products.groupdocs.app/parser/html
  6. Working with Folders Contained in Outlook Data ...

    We are pleased to announce the monthly release of GroupDocs.Viewer for .NET 18.12. This release includes three new features, two bug fixes, and four improvements. By upgrading to the latest version, you’ll be able to get the list of folders and render messages from a specific folder contained in Outlook Data Files (OST/PST). Furthermore, it also allows you to ignore empty columns when rendering Excel documents. Below is the list of new features, fixes, and the improvements added in version 18....empty folders Set exception localization feature as obsolete Prevent...

    blog.groupdocs.com/viewer/working-with-folders-...
  7. Slow files viewer - Free Support Forum - groupd...

    Hello, We have facing problem for Group Doc, in particular with the function GetViewerInfo which remains very slow even with the latest version 22.9 ( about 7 seconds ). Is this normal? Is there a faster function to u…...did a couple of tests on my local machine and on VM on AWS (Intel...4.584989 s on VM when on my local machine it is more than two...

    forum.groupdocs.com/t/slow-files-viewer/11971
  8. 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...
  9. Basic Usage | Documentation

    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/python-net/basic-us...
  10. Loading documents | Documentation

    GroupDocs.Watermark allows you to load password-protected documents and load documents from different sources. For more details please refer to the following guides:...following guides: Load from local disk Load from stream Load document...

    docs.groupdocs.com/watermark/java/loading-docum...