Sort Score
Result 10 results
Languages All
Labels All
Results 4,381 - 4,390 of 8,761 for

document conversion

(0.36 sec)
  1. Get source and target text from files | GroupDocs

    This article explains how to get source and target texts of specific changes using GroupDocs.Comparison for Java....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/java/get-source-a...
  2. 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....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/image-viewer-get...
  3. 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...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/add-watermark...
  4. Unicode did not support - Free Support Forum - ...

    There is problem in unicode. In my Documents it’s broken.... In my documents it’s broken. Professionalize...encountering with Unicode in your documents? atir.tahir June 30, 2025...

    forum.groupdocs.com/t/unicode-did-not-support/1...
  5. 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 (!...Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/password-protect...
  6. Perform Fuzzy Search using C#

    Learn how to perform fuzzy search using C# for accurate and efficient query matching. Discover how to build Document search with fuzzy logic in C# for better results....Conversion Product Family GroupDocs...through large volumes of documents accurately and efficiently...

    kb.groupdocs.com/search/net/perform-fuzzy-searc...
  7. Perform Fuzzy Search using Java

    Learn to perform fuzzy search using Java for precise and efficient query matching. Explore how to build Document search with fuzzy logic in Java for improved results....Conversion Product Family GroupDocs...to search large volumes of documents quickly and accurately is...

    kb.groupdocs.com/search/java/perform-fuzzy-sear...
  8. Render SVG as JPG using Python

    Render SVG as JPG using Python in simple and few steps. This tutorial explains how to convert SVG to JPG in Python with custom image dimensions for scalable output....Conversion Product Family GroupDocs...for embedding visuals into documents, presentations, or platforms...

    kb.groupdocs.com/viewer/python/render-svg-as-jp...
  9. Extract metadata from Microsoft Office PowerPoi...

    To extract metadata from Microsoft Office PowerPoint presentations getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the presentation. subject The subject of the presentation. keywords The keyword of the presentation. comments The comments of the presentation. content-status The content status of the presentation. category The category of the presentation. company The company of the presentation. manager The manager of the presentation....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/extract-metadata...
  10. How to Run Examples | GroupDocs

    This article describes how to run Python digital signature API code examples. We offer multiple solutions on how you can run GroupDocs.Signature examples, by building your own or using our examples out-of-the-box....Conversion Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/python-net/how-to-...