Sort Score
Result 10 results
Languages All
Labels All
Results 3,171 - 3,180 of 7,582 for

document comparison

(0.06 sec)
  1. Search by chunks | Documentation

    This article gives the knowledge about the ability to perform search by chunks using Java search API....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/search-by-chunks/
  2. Render Outlook data files as HTML, PDF, and ima...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Outlook data files (PST and OST) to HTML, PDF, PNG, and JPEG formats....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/render-outlook-d...
  3. Load from local disk | Documentation

    This article explains how to load from local disk while using GroupDocs. Watermarks API....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/net/load-from-loca...
  4. Add watermarks to email attachments | Documenta...

    The API allows you to add watermark to all the attachments of supported types in an email message as shown in the following code sample. advanced_usage.add_watermarks_to_email_attachments.EmailAddWatermarkToAllAttachments TextWatermark watermark = new TextWatermark("Test watermark", new Font("Arial", 19)); EmailLoadOptions loadOptions = new EmailLoadOptions(); // Specify an absolute or relative path to your Document. Ex: "C:\\Docs\\message.msg" Watermarker watermarker = new Watermarker("message.msg", loadOptions); EmailContent content = watermarker.getContent(EmailContent.class); for (EmailAttachment attachment : content.getAttachments()) { // Check if the attached file is supported by GroupDocs....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/add-watermark...
  5. Calculate Formula while Assembling Spreadsheet ...

    Calculate Formula The Recipe Set up source Document template path Set up destination report path Instantiate DocumentAssembler class Set options, DocumentAssemblyOptions.UPDATE_FIELDS_AND_FORMULAS Generate report Download Template Get the template from here. Update formula.xlsx The Code...Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/calculate-form...
  6. Perform Synonym Search using C#

    Enhance search functionality with perform synonym search using C# to retrieve relevant results. Achieve accuracy with C# search with synonym matching solutions....Comparison Product Family GroupDocs...efficiency and accuracy of document retrieval systems. It allows...

    kb.groupdocs.com/search/net/perform-synonym-sea...
  7. Features Overview | Documentation

    A .NET metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/features-overview/
  8. Rotate pages | Documentation

    This article explains how to rotate PDF, HTML or Image pages when rendering Documents with GroupDocs.Viewer within your .NET applications....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/flip-or-rotate-pa...
  9. Replace missing font | Documentation

    This article explains how to replace missing font when rendering Documents with GroupDocs.Viewer within your .NET applications....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/replace-missing-f...
  10. Using OCR to redact image documents | Documenta...

    GroupDocs.Redaction supports both types of image Documents for Optical Character Recognition (OCR): image files, such as printed Document scans (PNG, JPG, etc.) embedded images within office Documents (PDF, DOCX, etc.) You have to implement IOcrConnector interface and pass the instance to RedactorSettings constructor. For more details, see OCR Usage Basics article. OCR usage limitations There are the following limitations of the OCR with GroupDocs.Redaction for Java v21.6: textual replacements are not supported, so you have to use color box replacements to redact text in images....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/using-ocr/