Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 5,685 for

file merger

(0.51 sec)
  1. 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-...
  2. 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...
  3. Merge Word Docs in CSharp on GroupDocs Blog | D...

    Merge Word Docs in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Merge Word Docs in CSharp on GroupDocs Blog | Document Automation Solutions ...... Dokumen Word, Spreadsheet, File Presentasi dalam C# Gabungkan... dokumen Word, spreadsheet, file presentasi secara terprogram...

    blog.groupdocs.com/id/tag/merge-word-docs-in-cs...
  4. Optimize spreadsheets in a PDF file | GroupDocs

    This topic describes how to optimize spreadsheets in a PDF File using the GroupDocs.Viewer .NET API (C#)....Merger Product Solution GroupDocs...output PDF file / Optimize spreadsheets in a PDF file Optimize...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  5. Saving a File to Local Disk | GroupDocs

    This article demonstrates how to convert Files stored on local disk using GroupDocs.Conversion for Java API....Merger Product Solution GroupDocs...Saving / Saving a File to Local Disk Saving a File to Local Disk...

    docs.groupdocs.com/conversion/java/save-file-to...
  6. 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...
  7. Load specific file formats | GroupDocs

    Learn how to load specific File formats manually using LoadOptions in GroupDocs.Parser for Python via .NET....Merger Product Solution GroupDocs...Load specific file formats Load specific file formats Leave feedback...

    docs.groupdocs.com/parser/python-net/load-speci...
  8. Merge Excel Sheets in CSharp on GroupDocs Blog ...

    Merge Excel Sheets in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Merge Excel Sheets in CSharp on GroupDocs Blog | Document Automation Solu......documenti Word, fogli di calcolo, file di presentazione in C# Unisci...documenti Word, fogli di calcolo, file di presentazione all&#39;interno...

    blog.groupdocs.com/it/tag/merge-excel-sheets-in...
  9. 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...
  10. The headers and footer of my documents gets rem...

    Hi Atir, You can ignore this now. I have figured it out...removed after using Merger.Join GroupDocs.Merger Product Family dpinca...documents gets removed after using Merger.Join Group docs isn't capturing...

    forum.groupdocs.com/t/the-headers-and-footer-of...