Sort Score
Result 10 results
Languages All
Labels All
Results 2,351 - 2,360 of 5,796 for

file conversion

(0.06 sec)
  1. Load document from Stream | GroupDocs

    This section explains how to load document from stream with GroupDocs.Signature API....Conversion Product Solution GroupDocs...overhead of saving stream as a file on disk, enables you to work...

    docs.groupdocs.com/signature/java/load-document...
  2. Extract data from Emails | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from emails. Both email message (eml, msg) and Outlook Storage (ost, pst) formats are supported. Also POP, IMAP and Exchange Web Services protocols are supported. The following table provides the list of supported formats: Format Description EML E-Mail Message EMLX Apple Mail Message MSG Microsoft Outlook Mail Message PST Microsoft Outlook Personal Information Store File OST Microsoft Outlook Offline Data File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Conversion Product Solution GroupDocs...Information Store File Microsoft Outlook Offline Data File More resources...

    docs.groupdocs.com/parser/java/extract-data-fro...
  3. How to Sign DOCX with QR Code using Java

    In this tutorial, we will help you on how to sign DOCX with QR Code using Java. We will also supply you code example to create QR Code in DOCX using Java....Conversion Product Family GroupDocs...the signing process of DOCX files. Steps to Sign DOCX with QR...

    kb.groupdocs.com/signature/java/how-to-sign-doc...
  4. Add Image Watermark to PPT Using Python

    This guide shows how to add image watermark to PPT using Python, helping you apply a centered logo watermark across slides for professional presentations....Conversion Product Family GroupDocs...namespaces needed for PowerPoint files and slide-level alignment Load...

    kb.groupdocs.com/watermark/python/add-image-wat...
  5. GroupDocs.Redaction Overview | GroupDocs

    Learn what redaction is and how it works. Redaction refers to editing a document to remove or hide confidential or sensitive information....Conversion Product Solution GroupDocs...sensitive content from various file formats, including PDF, Microsoft...

    docs.groupdocs.com/redaction/python-net/groupdo...
  6. Show results of comparison as a Word Track Chan...

    This article explains how to use the Microsoft Word Track Changes comparing as a built in feature in GroupDocs.Comparison for .NET....Conversion Product Solution GroupDocs...the object. Specify the source file path or stream. Call the method...

    docs.groupdocs.com/comparison/net/word-track-ch...
  7. Document filtering in search result | GroupDocs

    This article gives the knowledge that how the document filters used during the search using Java search API....Conversion Product Solution GroupDocs...search ( query , options ); File path filters The first supported...

    docs.groupdocs.com/search/nodejs-java/document-...
  8. Load from stream | GroupDocs

    Load documents directly from streams (URLs, FTP, etc.) in your Python applications using GroupDocs.Viewer....Conversion Product Solution GroupDocs...stream without saving it as a file on a disk. You can use this...

    docs.groupdocs.com/viewer/python-net/load-docum...
  9. How to Render DOCX as JPG using C#

    In this article, we will guide you on how to render DOCX as JPG using C# without installing extra software. We will also provide code to render DOCX to JPG using C#....Conversion Product Family GroupDocs...Word document’s pages to JPG files Instantiate the object of Viewer...

    kb.groupdocs.com/viewer/net/how-to-render-docx-...
  10. 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....Conversion Product Solution GroupDocs...()) { // Check if the attached file is supported by GroupDocs.Watermark...

    docs.groupdocs.com/watermark/java/add-watermark...