Sort Score
Result 10 results
Languages All
Labels All
Results 3,651 - 3,660 of 10,810 for

document comparison

(0.16 sec)
  1. Text Compare on GroupDocs Blog | Document Autom...

    Text Compare on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Text Compare on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers......Compare on GroupDocs Blog | Document Automation Solutions for ...Compare on GroupDocs Blog | Document Automation Solutions for ...

    blog.groupdocs.com/he/tag/text-compare/index.xml
  2. Save in rasterized PDF | GroupDocs

    The following example demonstrates how to save the Document as a rasterized PDF file: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use Document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }...Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/save-in-raste...
  3. Search in Documents with Keyboard Layout Correc...

    Learn to search in Documents with keyboard layout correction using Java. This guide provides code on how to correct keyboard layout for Document search in Java....Comparison Product Family GroupDocs...Product Family Search in Documents with Keyboard Layout Correction...

    kb.groupdocs.com/search/java/search-in-document...
  4. Supported File Formats | GroupDocs

    The following article indicates the file formats that GroupDocs.Comparison can work with....Comparison Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Comparison Product Family...

    docs.groupdocs.com/comparison/net/supported-doc...
  5. Reorder pages | GroupDocs

    Reorder pages when rendering Documents to PDF with GroupDocs.Viewer for Java...Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/reorder-pages/
  6. Saving documents | GroupDocs

    Saving a Document with methods save(String) or save(OutputStream) of Watermarker class, GroupDocs.Watermark puts it to any custom location. You can see examples of save() methods in one of these guides:...Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/saving-docume...
  7. Save signed Presentation with different output ...

    This article explains how to save signed Presentation Documents with various file formats by GroupDocs.Signature API....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/java/save-signed-p...
  8. Compare PDF to Accept or Reject Changes in Java...

    Compare PDF to Accept or Reject Changes in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Compare PDF to Accept or Reject Changes in Java on Gro......in Java on GroupDocs Blog | Document Automation Solutions for ...in Java on GroupDocs Blog | Document Automation Solutions for ...

    blog.groupdocs.com/id/tag/compare-pdf-to-accept...
  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....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/save-overwrit...
  10. Compare PDF to Accept or Reject Changes in Java...

    Compare PDF to Accept or Reject Changes in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Compare PDF to Accept or Reject Changes in Java on Gro......in Java on GroupDocs Blog | Document Automation Solutions for ...in Java on GroupDocs Blog | Document Automation Solutions for ...

    blog.groupdocs.com/pl/tag/compare-pdf-to-accept...