Sort Score
Result 10 results
Languages All
Labels All
Results 2,391 - 2,400 of 5,438 for

file merger

(0.05 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(); }...Merger Product Solution GroupDocs...As an alternative to a local file, Redactor can open a document...

    docs.groupdocs.com/redaction/java/load-from-str...
  2. Font embedding options | Documentation

    Learn this guide to know about embedding fonts into output Word document when editing with GroupDocs.Editor API....Merger Product Solution GroupDocs...resembles the “Embed fonts in the file” option with all sub-options...

    docs.groupdocs.com/editor/java/font-embedding-o...
  3. Working with metadata in MOV Files | Documentation

    Reading MOV format-specific properties The GroupDocs.Metadata API supports extracting QuickTime atoms from a MOV video. The atom is the basic data unit in any QuickTime File. Please find more information on QuickTime atoms in the official specification: https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html The following are the steps to extract QuickTime atoms from a MOV video. Load a MOV video Get the root metadata package Extract the native metadata package using MovRootPackage.MovPackage Read the QuickTime atoms AdvancedUsage....Merger Product Solution GroupDocs...metadata in MOV Files Working with metadata in MOV Files Leave feedback...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. How to integrate GroupDocs.Viewer in ASP.NET Co...

    This guide steps through integration process of GroupDocs.Viewer.UI in ASP.NET Core Web application...Merger Product Solution GroupDocs...that project and configuration files has been created. Install packages...

    docs.groupdocs.com/viewer/net/how-to-integrate-...
  5. How to Add Watermark to Excel Worksheets using C#

    This brief piece of writing provides guidance how to add watermark to excel worksheets using C# along with instructions and code to insert watermark in xlsx using C#....Merger Product Family GroupDocs.Redaction...class with the path of XLSX file Instantiate object of WatermarkAnnotation...

    kb.groupdocs.com/annotation/net/how-to-add-wate...
  6. How to Extract Images from PDF in Java

    Let's understand the easy-to-use procedure to extract images from PDF in Java and learn how to write the code to extract images from PDF using Java....Merger Product Family GroupDocs.Redaction...allows you to load the input PDF file and the getImages method of...

    kb.groupdocs.com/parser/java/how-to-extract-ima...
  7. Load Note document with options | Documentation

    Learn this article and check how to load and convert Microsoft OneNote documents with advanced options using GroupDocs.Conversion for Java API....Merger Product Solution GroupDocs...documents, such as OneNote files, using GroupDocs.Conversion...

    docs.groupdocs.com/conversion/java/load-note-do...
  8. Verifying documents with exception handling | D...

     This article explains how to handle specific exceptions when verifying document electronic signatures with GroupDocs.Signature API....Merger Product Solution GroupDocs...issues, missing required data, files etc. For handling these exceptions...

    docs.groupdocs.com/signature/net/verifying-docu...
  9. Working with saved Emails | Documentation

    GroupDocs.Metadata for .NET provides functionality that allows handling the most popular email message formats: EML and MSG. The following are some commonly used scenarios of working with the message content and metadata. Reading EML message metadata The EML message format is used by many email clients including Novell GroupWise, Microsoft Outlook Express, Lotus notes, Windows Mail, Mozilla Thunderbird, and Postbox. The Files contain the email contents as plain text in MIME format, containing the email header and body, including attachments in one or more of several formats....Merger Product Solution GroupDocs...Thunderbird, and Postbox. The files contain the email contents as...

    docs.groupdocs.com/metadata/net/working-with-sa...
  10. Load text from string | Documentation

    This article explains how to load values from variables of string type when using GroupDocs.Comparison for Node.js via Java....Merger Product Solution GroupDocs...a text to be compared, not a file path). Instantiate the Comparer...

    docs.groupdocs.com/comparison/nodejs-java/load-...