Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 5,842 for

file merger

(1.85 sec)
  1. Get supported file formats | GroupDocs

    This article shows that how to get the list of all supported File formats of GroupDocs.Redaction by using C#....Merger Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/redaction/python-net/get-sup...
  2. Get supported file formats | GroupDocs

    This page describes how the search api is used to obtain a list of supported File types....Merger Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/search/net/get-supported-fil...
  3. Specify file type for comparison manually | Gro...

    Following this guide you will learn how to specify File type for comparison manually when use GroupDocs.Comparison for .NET....Merger Product Solution GroupDocs...Specify file type for comparison manually Specify file type for...

    docs.groupdocs.com/comparison/net/specify-file-...
  4. XLTX File Format Support in GroupDocs.Merger fo...

    Document Manipulation and Modification is now programatically implemented in a lot of File formats. Keeping that in view, we are introducing some new File formats with the release of GroupDocs.Merger for .NET 19.2. Following new File formats are now supported by the API: XLT XLTX XLTM In excel these File formats are basically saved as a template Files. Beside new features, we also introduced a improvement and few bug fixes....programatically implemented in a lot of file formats. Keeping that in view...some new file formats with the release of GroupDocs.Merger for .NET...

    blog.groupdocs.com/merger/xltx-file-format-supp...
  5. Merge Documents in CSharp on GroupDocs Blog | D...

    Merge Documents in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Merge Documents in CSharp on GroupDocs Blog | Document Automation Solutions ......Menggabungkan Beberapa Jenis File menjadi Dokumen Tunggal menggunakan...format file yang berbeda ke dalam satu file. Gabungkan file PDF...

    blog.groupdocs.com/id/tag/merge-documents-in-cs...
  6. Get supported file types | GroupDocs

    This article explains how to obtain supported File formats list when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) documents with GroupDocs.Merger within your Java applications....Merger Product Solution GroupDocs...GroupDocs.Merger Product Family / GroupDocs.Merger for Java /...

    docs.groupdocs.com/merger/java/get-supported-fi...
  7. How to Edit XML File | GroupDocs

    This article demonstrates how to edit XML Files and XML documents using Node.js via Java....Merger Product Solution GroupDocs.../ How to Edit XML File How to Edit XML File Leave feedback On...

    docs.groupdocs.com/editor/nodejs-java/how-to-ed...
  8. Load Password-Protected File | GroupDocs

    Unlock and convert password-protected Word, Excel, PowerPoint, and PDF documents by passing a LoadOptions instance with the password attribute to the Converter constructor in GroupDocs.Conversion for Python via .NET....Merger Product Solution GroupDocs...Password-Protected File Load Password-Protected File Leave feedback...

    docs.groupdocs.com/conversion/python-net/develo...
  9. Merge multiple file types in Java on GroupDocs ...

    Merge multiple File types in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Merge multiple File types in Java on GroupDocs Blog | Document Autom......Merge multiple file types in Java on GroupDocs Blog | Document...Recent content in Merge multiple file types in Java on GroupDocs Blog...

    blog.groupdocs.com/pl/tag/merge-multiple-file-t...
  10. 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...