Sort Score
Result 10 results
Languages All
Labels All
Results 4,861 - 4,870 of 11,378 for

document comparison

(0.09 sec)
  1. GroupDocs.Viewer for .NET overview | GroupDocs

    GroupDocs.Viewer for .NET allows you to render Documents in various formats as HTML, PDF, JPEG, and PNG files. You do not need to use third-party software to view files within your .NET application....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/product-overview/
  2. Iterate through container items | GroupDocs

    This article explains that how to extract containers items and iterate through container items....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/iterate-through-c...
  3. Extract text from Emails | GroupDocs

    Extract text from emails using GetText method....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/extract-text-from...
  4. Set metadata properties | GroupDocs

    The SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 files....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/set-metadata-p...
  5. Add watermarks to email attachments | GroupDocs

    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...
  6. Get text coordinates | GroupDocs

    Learn how to obtain text coordinates when rendering your Documents with Image Viewer by GroupDocs and place text over rendered Document page image....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/image-viewer-get...
  7. Redact Text in RTF using C#

    This tutorial will guide you through the process of how to redact text in RTF using C#. Additionally, you'll get simple code example to replace text in RTF using C#....Comparison Product Family GroupDocs...Rich Text Format ( RTF ) documents using C# is a valuable skill...

    kb.groupdocs.com/redaction/net/redact-text-in-r...
  8. Render HTML as JPG using Python

    Discover how to render HTML as JPG using Python. This tutorial guides you through the steps to convert HTML to JPG in Python with customizable dimensions....Comparison Product Family GroupDocs...HTML into applications and documents that don’t natively support...

    kb.groupdocs.com/viewer/python/render-html-as-j...
  9. Render Project documents as HTML, PDF, and imag...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert Microsoft Project files to HTML, PDF, PNG, and JPEG formats....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/nodejs-java/render-ms...
  10. Password-protected documents | GroupDocs

    GroupDocs.Parser provides the functionality to open the password-protected Documents. The following are the steps to work with password protected Documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected Documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if text extraction is supported if (!...Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/password-protect...