Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 4,698 for

text annotations

(0.04 sec)
  1. Working with saved Emails | Documentation

    GroupDocs.Metadata for .NET provides functionality that allows handling the most popular email message formats: EML and MSG. The following are some commonly used scenarios of working with the message content and metadata. Reading EML message metadata The EML message format is used by many email clients including Novell GroupWise, Microsoft Outlook Express, Lotus notes, Windows Mail, Mozilla Thunderbird, and Postbox. The files contain the email contents as plain Text in MIME format, containing the email header and body, including attachments in one or more of several formats....Annotation Product Solution GroupDocs...the email contents as plain text in MIME format, containing the...

    docs.groupdocs.com/metadata/net/working-with-sa...
  2. Single Row Image in Presentation Document | Doc...

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Presentation Document format based on the use case: Working with a Business Case. Single Row in Microsoft PowerPoint Document Creating a Single Row Please follow below steps to create Single Row Image in MS PowerPoint 2013: Create a new presentation slide. Insert the desired shape to display the image in it. Go to Insert Tab and select shape by clicking on Shape Icon....Annotation Product Solution GroupDocs...“Save As”. Select “OpenDocument Text” from “Save As Type” drop down...

    docs.groupdocs.com/assembly/net/single-row-imag...
  3. eSign document with Barcode signature | Documen...

    This article explains how to add Barcode signature on document page with various options like barcode type, barcode Text, positioning, alignment and other visual settings with GroupDocs.Signature...Annotation Product Solution GroupDocs...etc.); - specifies the Barcode text. Here are the steps to eSign...

    docs.groupdocs.com/signature/net/esign-document...
  4. Load document | Documentation

    Following this guide you will learn how to load document from local disk or file stream for editing with GroupDocs.Editor for .NET API....Annotation Product Solution GroupDocs...document Leave feedback The text provides a comprehensive guide...

    docs.groupdocs.com/editor/net/load-document/
  5. Working with CSV Data Sources | Documentation

    Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releases. To access CSV data while building a report, you can pass a CsvDataSource instance to the assembler as a data source. Using of CsvDataSource enables you to work with typed values rather than just strings in template documents. Although CSV as a format does not define a way to store values of types other than strings, CsvDataSource is capable to recognize values of the following types by their string representations:...Annotation Product Solution GroupDocs...document becomes possible, because text values of Column3 and Column2...

    docs.groupdocs.com/assembly/net/working-with-cs...
  6. Sign documents with Metadata embedded object | ...

    This article explains how to create encrypted Metadata electronic signature with embedded custom object....Annotation Product Solution GroupDocs...salt ); // setup options with text of signature MetadataSignOptions...

    docs.groupdocs.com/signature/net/sign-documents...
  7. Search operation table | Documentation

    This article shows that how to provides syntax of all elements allowed in Text search queries....Annotation Product Solution GroupDocs...syntax of all elements allowed in text search queries. See also , ...

    docs.groupdocs.com/search/nodejs-java/search-op...
  8. Search for embedded object with custom encrypti...

    This article explains how to search for embedded electronic signatures with custom encryption in QR code electronic signatures. This topic contains example of custom encryption, class definition and search for encrypted objects in the QR-codes with GroupDocs.Signature....Annotation Product Solution GroupDocs...decrypt previously encrypted text of QR-Code and decrypt custom...

    docs.groupdocs.com/signature/net/search-for-emb...
  9. GroupDocs.Assembly Engine APIs | Documentation

    Note In this article, we will discuss the behavior of GroupDocs.Assembly APIs. Overview of the API Classes of GroupDocs.Assembly are located within the GroupDocs.Assembly namespace. The main of the classes is DocumentAssembler. All the functionality required to build a report from a template is assembled within the class. Building Reports To build a report from a template, you can use one of the DocumentAssembler.AssembleDocument overloads. The following table describes parameters of these overloads....Annotation Product Solution GroupDocs...DataSet , all attributes and text values of XML elements are loaded...

    docs.groupdocs.com/assembly/python-net/groupdoc...
  10. Working with slide backgrounds | Documentation

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Annotation Product Solution GroupDocs...loadOptions ); // Initialize image or text watermark TextWatermark watermark...

    docs.groupdocs.com/watermark/java/working-with-...