Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 5,065 for

text annotations

(0.1 sec)
  1. Insert Hyperlinks Dynamically | GroupDocs

    Create hyperlinks in documents with URLs and Text dynamically set from data sources during assembly....Annotation Product Solution GroupDocs...<<link [uri_expression][display_text_expression]>> Provide URI and...

    docs.groupdocs.com/assembly/net/basic-usage-ins...
  2. GroupDocs.Viewer for Node.js via Java | GroupDocs

    GroupDocs.Viewer for Node.js 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 JavaScript application....Annotation Product Solution GroupDocs...Viewer supports over . Load text documents, spreadsheets, presentations...

    docs.groupdocs.com/viewer/nodejs-java/
  3. GroupDocs

    Central documentation index for GroupDocs on-premise document processing SDKs. Explore developer documentation and guides for all product families....Annotation Product Solution GroupDocs...comparison API that detects document text, styling and formating changes...

    docs.groupdocs.com/
  4. Update watermarks | GroupDocs

    Search and update existing Text or image watermarks using Python via .NET....Annotation Product Solution GroupDocs...Updating text watermarks Easily find and modify existing text watermarks...

    docs.groupdocs.com/watermark/python-net/basic-u...
  5. Get list of changes | GroupDocs

    Retrieve a typed list of every detected difference using Comparer.GetChanges() — each ChangeInfo item exposes change type, page number, ID, and Text in GroupDocs.Comparison for .NET....Annotation Product Solution GroupDocs... Page: {1}, Change ID: {2}, Text: {3}" , change . Type , change...

    docs.groupdocs.com/comparison/net/get-list-of-c...
  6. Email messages | GroupDocs

    Learn how to add watermark in Outlook email messages....Annotation Product Solution GroupDocs...the plain text body content . Body = "Test plain text body" ; //...

    docs.groupdocs.com/watermark/net/email-messages/
  7. Extract attachments from Emails | GroupDocs

    Extract attachments from Emails To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Email Attachment can contain the following metadata: Name Description content-type The MIME type of the attachment content These metadata refer to a container element itself, not a document. Here are the steps to extract an email Text from email attachments: Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and obtain Parser object to extract a Text....Annotation Product Solution GroupDocs...the steps to extract an email text from email attachments: Instantiate...

    docs.groupdocs.com/parser/java/extract-attachme...
  8. Load document from stream | GroupDocs

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a Text into the reader try (TextReader reader = parser....Annotation Product Solution GroupDocs...Parser ( stream )) { // Extract a text into the reader try ( TextReader...

    docs.groupdocs.com/parser/java/load-document-fr...
  9. Get list of changes | GroupDocs

    Learn how to obtain a collection of detected changes using GroupDocs.Comparison for Python via .NET....Annotation Product Solution GroupDocs...Id: { change . id } , Text: { change . text } " ) 🔹 Use case: Build...

    docs.groupdocs.com/comparison/python-net/get-li...
  10. Convert TXT to DOCX using Node.js

    Easily convert TXT to DOCX using Node.js with this simple guide. Learn how to export TXT to DOCX in Node.js using a powerful document conversion library....Annotation Product Family GroupDocs...Developers working with simple text files often find themselves...

    kb.groupdocs.com/conversion/nodejs/convert-txt-...