Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 5,453 for

file merger

(0.07 sec)
  1. How to edit e-Book file | Documentation

    This article demonstrates how to edit e-Book Files using Java programming language....Merger Product Solution GroupDocs...How to edit e-Book file How to edit e-Book file Leave feedback On...

    docs.groupdocs.com/editor/java/how-to-edit-ebook/
  2. Optimize a PDF file for a browser | Documentation

    This topic describes how to optimize PDF File using the GroupDocs.Viewer Java API for web browser or to reduce size....Merger Product Solution GroupDocs...Optimize the output PDF file / Optimize a PDF file for a browser Optimize...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  3. Save overwriting original file | Documentation

    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...
  4. Merge PDF Files in CSharp on GroupDocs Blog | D...

    Merge PDF Files in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Merge PDF Files in CSharp on GroupDocs Blog | Document Automation Solutions ......Merge PDF Files in CSharp on GroupDocs Blog | Document Automation...Recent content in Merge PDF Files in CSharp on GroupDocs Blog...

    blog.groupdocs.com/id/tag/merge-pdf-files-in-cs...
  5. Get supported file formats | Documentation

    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...
  6. Get supported file formats | Documentation

    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 | Documentation

    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. Create EditableDocument from file or markup | D...

    This article explains how to create instance of the EditableDocument class from HTML Files from disk or from HTML markup with resources using GroupDocs.Editor for Java API....Merger Product Solution GroupDocs...EditableDocument from file or markup Create EditableDocument from file or markup...

    docs.groupdocs.com/editor/java/create-editabled...
  9. Text file encoding detection | Documentation

    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...
  10. Create EditableDocument from File or Markup | D...

    This article explains how to create an instance of the EditableDocument class from HTML Files from disk or from HTML markup with resources using GroupDocs.Editor for Node.js via Java API....Merger Product Solution GroupDocs...EditableDocument from File or Markup Create EditableDocument from File or Markup...

    docs.groupdocs.com/editor/nodejs-java/create-ed...