Sort Score
Result 10 results
Languages All
Labels All
Results 2,251 - 2,260 of 5,458 for

file merger

(0.04 sec)
  1. Basic usage | Documentation

    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/
  2. Basic usage | Documentation

    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...
  3. Preserve linking of OLE objects to Excel when P...

    Hi I have a use case where I have a PowerPoint with multiple OLE Objects that are linked to an Excel File. I am sending the PowerPoint and Excel as base64 encoded strings via an API and will be inserting the slide into…...that are linked to an Excel file. I am sending the PowerPoint...clarify if you’re using GroupDocs.Merger API to insert a slide? sukritisehgal...

    forum.groupdocs.com/t/preserve-linking-of-ole-o...
  4. Get document information | Documentation

    This article explains how to detect document File type, obtain document details,  retrieve list of existing form fields and added signatures, calculate pages count when processing document File with GroupDocs.Signature....Merger Product Solution GroupDocs...Get document information from file on local disk The following...

    docs.groupdocs.com/signature/net/get-document-i...
  5. GroupDocs.Signature for Java | Documentation

    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/
  6. GroupDocs.Redaction for Java | Documentation

    A Java API for redaction of sensitive and classified information from the documents. You can redact in adobe pdf, redact in excel or in many of different File formats....Merger Product Solution GroupDocs...from the documents of different file formats. The API provides a...

    docs.groupdocs.com/redaction/java/
  7. GroupDocs.Redaction for Python via .NET | Docum...

    A .NET API for redaction of sensitive and classified information from the documents. You can redact in adobe pdf, redact in excel or in many of different File formats using c#...Merger Product Solution GroupDocs...from documents across various file formats. It provides a unified...

    docs.groupdocs.com/redaction/python-net/
  8. Sign documents with additional image adjustment...

     This article explains how to use different image adjustment with electronic signatures on document page....Merger Product Solution GroupDocs...imageAppearance ); // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/java/sign-document...
  9. Save in original format | Documentation

    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...
  10. GroupDocs.Watermark Overview | Documentation

    Protect and customize documents with watermarks using GroupDocs.Watermark for .NET. Add, remove, search, and manage visible or invisible watermarks in over 50 document formats including PDF, Word, Excel, PowerPoint, and images....Merger Product Solution GroupDocs...and images across more than 50 file formats. Whether you need to...

    docs.groupdocs.com/watermark/net/groupdocs-wate...