Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 5,438 for

file merger

(0.05 sec)
  1. Load document from stream | Documentation

    This article explains how to load PDF, Word(.doc, .docx), Excel(.xls,.xlsx), PowerPoint(.ppt, .pptx) documents from stream when using GroupDocs.Merger for .NET....Merger Product Solution GroupDocs...GroupDocs.Merger Product Family / GroupDocs.Merger for .NET /...

    docs.groupdocs.com/merger/net/load-document-fro...
  2. Merge PPTX files using Java

    Discover the process of how to merge PPTX Files using Java. Improve document management efficiency by mastering the technique to combine PPTX Files in Java....Merger Product Family GroupDocs.Redaction...Redaction Product Family Merge PPTX files using Java In the modern corporate...

    kb.groupdocs.com/merger/java/merge-pptx-files-u...
  3. Password Protect PowerPoint Files in Java | Loc...

    How to lock PowerPoint Files with passwords in Java. Change the existing password and remove it to unlock the PPT/PPTX Files using the Java API....lock PowerPoint presentation files with a password in Java . Further...learn to unlock presentation files by removing their password and...

    blog.groupdocs.com/merger/lock-unlock-ppt-pptx-...
  4. Load Password-Protected File | Documentation

    Learn how to load and convert password-protected documents using the GroupDocs.Conversion for Python via .NET API, enabling seamless handling of secured Files....Merger Product Solution GroupDocs...Password-Protected File Load Password-Protected File Leave feedback...

    docs.groupdocs.com/conversion/python-net/develo...
  5. Insert OLE Objects in Word, Excel, PowerPoint w...

    Embed documents as OLE objects into other Word documents, Excel Spreadsheets, Powerpoint presentations programmatically in Java using GroupDocs.Merger API....Merger for Java to insert documents...groupdocs</groupId> <artifactId>groupdocs-merger</artifactId> <version>20.7</version>...

    blog.groupdocs.com/merger/insert-ole-objects-in...
  6. Save overwriting original file | Documentation

    The following example demonstrates how to save the redacted document, replacing an original File: // Make a copy of sample File Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original File redactor.save(options); } } finally { redactor....Merger Product Solution GroupDocs...overwriting original file Save overwriting original file Leave feedback...

    docs.groupdocs.com/redaction/java/save-overwrit...
  7. Document page builder - how to merge particular...

    Merge specific pages from multiple documents using API with GroupDocs.Merger. Create tailored, unified documents effortlessly....source Word document using the Merger class and pass to the constructor...CreatePageBuilder from the Merger instance This serves as the...

    blog.groupdocs.com/merger/page-builder-how-to-m...
  8. Merge PDF files using C#

    Learn how to merge PDF Files using C# programming. Streamline document management with code of how to combine PDF Files in C# without installing extra software....Merger Product Family GroupDocs.Redaction...Redaction Product Family Merge PDF files using C# In the digital era...

    kb.groupdocs.com/merger/net/merge-pdf-files-usi...
  9. Text file encoding detection | Documentation

    This article explains that how to detect encoding of a text File automatically....Merger Product Solution GroupDocs...Indexing / Text file encoding detection Text file encoding detection...

    docs.groupdocs.com/search/net/text-file-encodin...
  10. Migration Notes | Documentation

    How to migrate from earlier versions of GroupDocs.Merger for Java...Merger Product Solution GroupDocs...GroupDocs.Merger Product Family / GroupDocs.Merger for Java /...

    docs.groupdocs.com/merger/java/migration-notes/