Sort Score
Result 10 results
Languages All
Labels All
Results 2,431 - 2,440 of 5,693 for

file merger

(0.1 sec)
  1. GroupDocs.Signature for Java | GroupDocs

    GroupDocs.Signature for Java is an easy to use electronic signature API designed for Java applications...Merger Product Solution GroupDocs...digital signatures for various file formats. Using digital signatures...

    docs.groupdocs.com/signature/java/
  2. Save in original format | GroupDocs

    The following example demonstrates how to save File in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Merger Product Solution GroupDocs...example demonstrates how to save file in its original format with...

    docs.groupdocs.com/redaction/java/save-in-origi...
  3. Save comparison result in different format | Gr...

    Learn how to save the comparison result to different output formats using GroupDocs.Comparison for Python via .NET....Merger Product Solution GroupDocs...formats depend on the source file type. Common targets include...

    docs.groupdocs.com/comparison/python-net/save-c...
  4. Control temporary files | GroupDocs

    This article explains how to control temporary Files used by GroupDocs.Comparison for Java....Merger Product Solution GroupDocs...Control temporary files Control temporary files Leave feedback On...

    docs.groupdocs.com/comparison/java/control-temp...
  5. Work with Search Results using C#

    Learn how to work with search results using C# efficiently. Discover method to retrieve search results in C# and manage search reports for optimized performance....Merger Product Family GroupDocs.Redaction...For each document, display its file path and occurrence count For...

    kb.groupdocs.com/search/net/work-with-search-re...
  6. Developer Guide | GroupDocs

    Explains GroupDocs.Editor for .NET File editor features and shows how to edit Word, XML and text documents, Excel spread sheets, PowerPoint presentations inside your .NET applications...Merger Product Solution GroupDocs...document metainfo How to edit Mobi file Working with formats Working...

    docs.groupdocs.com/editor/net/developer-guide/
  7. Developer Guide | GroupDocs

    Developer Guide section explains all aspects of GroupDocs.Editor for Java File editor features, provides code snippets and examples of editing Microsoft Office formats progammatically in Java applications...Merger Product Solution GroupDocs...document metainfo How to edit Mobi file Working with formats Working...

    docs.groupdocs.com/editor/java/developer-guide/
  8. Basic usage | GroupDocs

    Quick Start section about main features of GroupDocs.Conversion API, describes how to convert Files in JavaScript....Merger Product Solution GroupDocs...usage scenarios when the source file is stored on a local drive and...

    docs.groupdocs.com/conversion/nodejs-java/basic...
  9. Basic usage | GroupDocs

    Quick Start section about main features of GroupDocs.Conversion API, describes how to convert Files with just couple lines of code....Merger Product Solution GroupDocs...usage scenarios when the source file is stored on a local drive and...

    docs.groupdocs.com/conversion/java/basic-usage/
  10. Getting indexed documents | GroupDocs

    This article explains how to get a list of indexed documents from an index, and how to get the text of indexed documents in HTML or plain text format....Merger Product Solution GroupDocs...text of a document into a file, this file can be opened by an Internet...

    docs.groupdocs.com/search/java/getting-indexed-...