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

locale

(0.03 sec)
  1. 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/nodejs-java/basic-u...
  2. Loading files | Documentation

    The listed articles below explain how to load password-protected documents and load files from different sources....following guides: Load from a local disk Load from a stream Load...

    docs.groupdocs.com/metadata/net/loading-files/
  3. 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.Merger for .NET API.... Load document from local disk Load document from stream...

    docs.groupdocs.com/merger/net/loading-documents...
  4. Introducing a More Optimized and Simplified Gro...

    It’s been quite long since we released the last version of GroupDocs.Watermark for .NET API. The reason behind this gap was to introduce a more simplified and optimized watermark manipulation API for the .NET platform. Today, I am excited to announce that the API v2 of GroupDocs.Watermark for .NET has been released as v19.10 and it is available for download. What’s new in the latest release? The major updates have been done at the architecture level of the API to simplify its usage....document information from the local file. Old API # New API # For...

    blog.groupdocs.com/watermark/net-api-to-add-sea...
  5. Loading | Documentation

    Following this guide you will learn how to load PDF, Word, Excel, PowerPoint documents by local file path, stream or third-party storage for further processing with GroupDocs.Comparison for .NET API....Leave feedback Load file from local disk Load file from stream Load...

    docs.groupdocs.com/comparison/net/loading/
  6. Loading files | Documentation

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

    docs.groupdocs.com/metadata/nodejs-java/loading...
  7. Unicode Font(Bangla) Support Issue - Free Suppo...

    Bangla Sample Text 01.docx (22.6 KB) Bangla Sample Text 02.docx (12.9 KB) Distorted Text in Group Docs Viewer.pdf (1.6 MB) We were trying to render Bangla Unicode font in Group Docs viewer but we found it get distorte…...output with the one that I get locally? vladimir.litvinchik July 23...

    forum.groupdocs.com/t/unicode-font-bangla-suppo...
  8. Basic usage | Documentation

    Quick Start section for GroupDocs.Redaction API Perform redactions for your documents easily with our intuitive and powerful API just with a few lines of code. Let’s review common usage scenarios when source document “sample.docx” is stored at a local drive and you want to apply redactions to it....docx” is stored at a local drive and you want to apply...

    docs.groupdocs.com/redaction/net/basic-usage/
  9. Loading documents from different sources | Docu...

    This section explains how to load document from various sources and data storage like file on disk, data stream, remote web resources, FTP servers, Amazon Cloud or Azure storage etc....Amazon S3 → Amazon Blob → FTP → Local → Stream → URL Was this page...

    docs.groupdocs.com/signature/java/loading-docum...
  10. Save to stream | Documentation

    You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....file at any location on the local disc or a even a Stream. The...

    docs.groupdocs.com/redaction/java/save-to-stream/