Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 6,001 for

file merger

(0.48 sec)
  1. 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...
  2. Get Supported File Types | GroupDocs

    Enumerate all 72 document formats supported by GroupDocs.Merger for Python via .NET using FileType.get_supported_File_types()....Merger Product Solution GroupDocs...GroupDocs.Merger Product Family / GroupDocs.Merger for Python...

    docs.groupdocs.com/merger/python-net/get-suppor...
  3. 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...
  4. Text file encoding detection | GroupDocs

    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...
  5. Load file from local disk | GroupDocs

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

    docs.groupdocs.com/parser/python-net/load-file-...
  6. how to merge excel sheets on GroupDocs Blog | D...

    how to merge excel sheets on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in how to merge excel sheets on GroupDocs Blog | Document Automation Solutions ......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/how-to-merge-excel-sh...
  7. 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/...
  8. Get supported file formats | GroupDocs

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

    docs.groupdocs.com/comparison/python-net/get-su...
  9. Merge Word Documents using C# | Join All or Sel...

    C# way to merge two or more Word documents into a single File. Combine only the selective pages of multiple Word Files within your .NET application....sections of them into a single file. In order to converge the data...more Word files within the .NET application. Word Merger – .NET...

    blog.groupdocs.com/merger/merge-word-files-usin...
  10. Password Protect Word Documents in C# | Lock Un...

    C# way to add passwords to Word documents within .NET application. Change the existing password of protected DOC DOCX Files or remove passwords to unlock....unlock PDF , and PowerPoint files. In this article, we will see...existing password of DOC & DOCX files within the .NET applications...

    blog.groupdocs.com/merger/password-protect-word...