Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 5,908 for

file merger

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

    This article explains how to obtain supported File formats list when viewing documents with GroupDocs.Watermark within your Java applications....Merger Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/watermark/nodejs-java/get-su...
  2. Split document | GroupDocs

    This guide describes how to split document of PDF, Word, Excel, PowerPoint and many other formats into several resultant documents using GroupDocs.Merger for Java API....Merger Product Solution GroupDocs...GroupDocs.Merger Product Family / GroupDocs.Merger for Java /...

    docs.groupdocs.com/merger/java/split-document/
  3. Split document | GroupDocs

    This guide describes how to split document of PDF, Word, Excel, PowerPoint and many other formats into several resultant documents using GroupDocs.Merger API....Merger Product Solution GroupDocs...GroupDocs.Merger Product Family / GroupDocs.Merger for .NET /...

    docs.groupdocs.com/merger/net/split-document/
  4. Merge Excel Files Online | Combine Multiple Spr...

    Easily merge two or more Excel Files into one online. Combine entire spreadsheets or selectively join sheets from multiple Files both online and programmatically using .NET and Java APIs...to effortlessly merge Excel files online and combine two or more...powerful online spreadsheet merger application and also provides...

    blog.groupdocs.com/merger/merge-excel-files-onl...
  5. combine spreadsheets on GroupDocs Blog | Docume...

    combine spreadsheets on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in combine spreadsheets on GroupDocs Blog | Document Automation Solutions for .NET &......Gabungkan File Excel dan Spreadsheet di Java Menggabungkan file spreadsheet...Excel di Java. Gabungkan lembar file XLS/XLSX tertentu menggunakan...

    blog.groupdocs.com/id/tag/combine-spreadsheets/...
  6. 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...
  7. Load file from local disk | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Comparison for Node.js via Java....Merger Product Solution GroupDocs...Loading / Load file from local disk Load file from local disk...

    docs.groupdocs.com/comparison/nodejs-java/load-...
  8. 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...
  9. Save overwriting original file | GroupDocs

    This article demonstrates that how to save the redacted document, replacing an original File...Merger Product Solution GroupDocs...overwriting original file Save overwriting original file Leave feedback...

    docs.groupdocs.com/redaction/net/save-overwriti...
  10. Get supported file formats | GroupDocs

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported File types. An example of obtaining a list of supported File types is presented below. Iterable<FileType> supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType FileType = (FileType)iterator.next(); System.out.println(FileType.getExtension() + " - " + FileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....Merger Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/metadata/java/get-supported-...