Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 5,693 for

file merger

(0.15 sec)
  1. 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...
  2. Get supported file formats | GroupDocs

    This article explains how to get the list of all supported File formats....Merger Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/watermark/java/get-supported...
  3. Merge Excel Files and Spreadsheets using C# | C...

    Combine Excel spreadsheet Files using C#. Merge specific sheets of XLS/XLSX Files using .NET Merger API by GroupDocs....Merging data from two spreadsheet files is not a difficult task in Excel...about if you have to combine files in large numbers? Don’t think...

    blog.groupdocs.com/merger/merge-excel-files-and...
  4. combine xls on GroupDocs Blog | Document Automa...

    combine xls on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in combine xls on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers G......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-xls/index.xml
  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. Get supported file formats | GroupDocs

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

    docs.groupdocs.com/comparison/java/get-supporte...
  7. Load password-protected file | GroupDocs

    Load password-protected File In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Merger Product Solution GroupDocs...password-protected file Load password-protected file Leave feedback...

    docs.groupdocs.com/redaction/java/load-password...
  8. Password Protect PDF Files in C# | Lock Unlock PDF

    Let's learn how to lock PDF Files with password protection using C#. Change the existing password or remove it to unlock the PDF Files using .NET API....Password Protection of PDF Files Lock PDF Files by Adding Password Change...API to Lock and Unlock PDF Files # To lock and unlock documents...

    blog.groupdocs.com/merger/lock-unlock-pdf-files...
  9. Determine the file type | GroupDocs

    This article explains how to get a type of a File with GroupDocs.Viewer for Java using Java....Merger Product Solution GroupDocs.../ Determine the file type Determine the file type Leave feedback...

    docs.groupdocs.com/viewer/java/how-to-determine...
  10. 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...