Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 5,712 for

file merger

(0.79 sec)
  1. Password Protect PowerPoint Files in C# | Lock ...

    How to lock PowerPoint Files with passwords using C#. Change the existing password and remove it to unlock the PPT/PPTX Files using the .NET API....protection to our presentation files programmatically. Previously...password protection of PDF files in C# . In this article, we...

    blog.groupdocs.com/merger/lock-unlock-ppt-pptx-...
  2. Licensing and Subscription | GroupDocs

    This article explains evaluation limitations and licensing of GroupDocs.Merger for .NET. Please note that you can avail a Free Trial and a 30-day Temporary License for evaluation...Merger Product Solution GroupDocs...GroupDocs.Merger Product Family / GroupDocs.Merger for .NET /...

    docs.groupdocs.com/merger/net/licensing-and-sub...
  3. Load document from InputStream | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from stream when using GroupDocs.Merger for Java....Merger Product Solution GroupDocs...GroupDocs.Merger Product Family / GroupDocs.Merger for Java /...

    docs.groupdocs.com/merger/java/load-document-fr...
  4. Load Password-Protected File | GroupDocs

    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. Save overwriting original file | GroupDocs

    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...
  6. Supported file formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more...Merger Product Solution GroupDocs...Java / Supported file formats Supported file formats Leave feedback...

    docs.groupdocs.com/conversion/java/supported-fi...
  7. Supported File Formats | GroupDocs

    The following article indicates the File formats that GroupDocs.Comparison can work with....Merger Product Solution GroupDocs...Started / Supported File Formats Supported File Formats Leave feedback...

    docs.groupdocs.com/comparison/java/supported-do...
  8. Supported File Formats | GroupDocs

    The following article indicates the File formats that GroupDocs.Comparison can work with....Merger Product Solution GroupDocs...Started / Supported File Formats Supported File Formats Leave feedback...

    docs.groupdocs.com/comparison/nodejs-java/suppo...
  9. Supported file formats | GroupDocs

    This topic lists File formats supported by GroupDocs.Viewer for .NET....Merger Product Solution GroupDocs...started / Supported file formats Supported file formats Leave feedback...

    docs.groupdocs.com/viewer/net/supported-documen...
  10. Get supported file formats | GroupDocs

    List all supported File formats using Python via .NET....Merger Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/watermark/python-net/get-sup...