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

locale

(0.02 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. Редагувати документи 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...
  3. Load documents from different sources | Documen...

    Load documents in Python apps with GroupDocs.Viewer. Explore practical use cases and examples....feedback Load document using the local path string Load from stream...

    docs.groupdocs.com/viewer/python-net/loading-do...
  4. Load documents from different sources | Documen...

    This article contains document loading use-cases with GroupDocs.Viewer within your Java applications....feedback Load document using the local path string Load from stream...

    docs.groupdocs.com/viewer/java/loading-document...
  5. Loading documents from different sources | Docu...

    Following this guide you will learn how to load PDF, Word, Excel, PowerPoint documents by local file path, stream or URL for further processing with GroupDocs.Annotation for Java API....feedback Load document from local disk Load document from stream...

    docs.groupdocs.com/annotation/java/loading-docu...
  6. InstanceID: using multiple simultaneous instanc...

    Two months ago we presented a new feature called InstanceID in GroupDocs.Viewer for .NET for the first time. In short, InstanceID allows you to configure several simultaneous instances of GroupDocs.Viewer associated with different independent root storage paths. Since that time, we’ve received a lot of feedback on the feature and this time would like to clarify how you can benefit from InstqanceID and how to configure it correctly in more details....users to browse through the local file storage, select documents...

    blog.groupdocs.com/viewer/instanceid-using-mult...
  7. 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
  8. 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-...
  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/java/basic-usage/
  10. Basic usage | Documentation

    Quick Start section for GroupDocs.Parser API Parse your documents and extract data easily 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 parse them and extract data using GroupDocs.Parser API....when documents are stored in a local drive and you want to parse...

    docs.groupdocs.com/parser/net/basic-usage/