Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 6,033 for

file comparison

(0.16 sec)
  1. 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...()) { // Check if the attached file is supported by GroupDocs.Watermark...

    docs.groupdocs.com/watermark/java/add-watermark...
  2. Installation | GroupDocs

    This guide explains how to install GroupDocs.Conversion for Python via .NET to your environment...Comparison Product Solution GroupDocs...dependency to your requirements.txt file by including the following line:...

    docs.groupdocs.com/conversion/python-net/gettin...
  3. GroupDocs.Parser for .NET | GroupDocs

    A convenient text extractor API that permits users to extract raw or formatted text from different document formats. Besides, it is not only a text extractor API, the user can extract metadata from the document as well....Comparison Product Solution GroupDocs...you to extract text from PDF files, Word documents, Excel spreadsheets...

    docs.groupdocs.com/parser/net/
  4. Install GroupDocs.Watermark for Python via .NET...

    This topic describes how to install GroupDocs.Watermark for Python....Comparison Product Solution GroupDocs...assemblies. Download the Wheel File: On the download page, locate...

    docs.groupdocs.com/watermark/python-net/install...
  5. Working with Text | GroupDocs

    Perform keyword or regex searches and inspect text extraction features with GroupDocs.Parser for Python via .NET....Comparison Product Solution GroupDocs...sample.pdf The following sample file is used in this example: Notes...

    docs.groupdocs.com/parser/python-net/working-wi...
  6. Using Markdown Documents | GroupDocs

    Note This feature is supported by version 19.8 or greater. Note The code uses some of the objects defined in The Business Layer. Markdown Documents (MD) Markdown is a lightweight markup language intended for one purpose, to be used to format text on the web with plain text formatting syntax. Let it be clear that Markdown is not a replacement for HTML because its syntax is very small, containing a very small subset of HTML tags....Comparison Product Solution GroupDocs...a writing format. The text files created with Markdown language...

    docs.groupdocs.com/assembly/java/using-markdown...
  7. Add text watermarks | GroupDocs

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your JavaScript applications....Comparison Product Solution GroupDocs..."sample.docx" ) // Create an HTML file. const viewOptions = HtmlViewOptions...

    docs.groupdocs.com/viewer/nodejs-java/add-text-...
  8. Extract a text from images and PDFs | GroupDocs

    This article explains how to extract a text from images and PDFs...Comparison Product Solution GroupDocs...Parser is used, see readme.txt file for the additional information...

    docs.groupdocs.com/parser/net/extract-text-from...
  9. Create a Docker Image to Run GroupDocs.Viewer f...

    Learn how to create a docker image to run GroupDocs.Viewer for node.js via java. It includes details on configuring the environment along with sample code....Comparison Product Family GroupDocs...your project files Inside this directory, create a file named Dockerfile...

    kb.groupdocs.com/total/nodejs/create-a-docker-i...
  10. Render with responsive layout | GroupDocs

    Learn how to render your document with responsive HTML layout that looks great on mobile and desktop devices....Comparison Product Solution GroupDocs...ForEmbeddedResources (); // Render the file with responsive layout. viewOptions...

    docs.groupdocs.com/viewer/net/render-with-respo...