Sort Score
Result 10 results
Languages All
Labels All
Results 2,561 - 2,570 of 32,522 for

groupdocs.annotation

(0.19 sec)
  1. In-Table List in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a In-Table List report in Email Document format. In-Table List in Email Document Note This feature is supported by version 17.8.0 or greater Reporting Requirement As a report developer, you are required to represent the information of the managers with the following key requirements: Report must be in .eml or .msg format. It must add email recipient, css and subject of the email....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/in-table-list-i...
  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....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/viewer/nodejs-java/
  3. Using aliases | GroupDocs

    This article shows the use of aliases which allows you to reduce the length of search queries in text form....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/search/java/using-aliases/
  4. Bulleted List in HTML Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. Bulleted List in HTML Document Note This feature is supported by version 17.03 or greater. Creating a Bulleted List Practising the following steps you can insert Bulleted List in an HTML document. To add a bulleted list start and end your list with
      tag and list all the elements by enclosing them between
    • tag....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

      docs.groupdocs.com/assembly/net/bulleted-list-i...
    • Search for Digital e-signatures | GroupDocs

      This topic explains how to search for digital electronic signatures across the documents with GroupDocs.Signature API....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

      docs.groupdocs.com/signature/java/search-for-di...
    • Generating Report using Multiple Data Sources i...

      Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft Word Document Creating a Template Add a bullet list at the place where you want it to display clients’ names. Insert a table with two columns, that will show managers’ and their contact prices....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

      docs.groupdocs.com/assembly/java/generating-rep...
    • Homophone search | GroupDocs

      This article gives the knowledge which allows you to find not only the words specified in the search query, but also the homophones, words that are pronounced the same but differ in meaning using Java search API....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

      docs.groupdocs.com/search/nodejs-java/homophone...
    • Loading specific file formats | GroupDocs

      Learn how to load specific file formats manually using LoadOptions in GroupDocs.Parser for .NET. Required for Markdown, MHTML, databases, and remote email files in C#....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

      docs.groupdocs.com/parser/net/loading-specific-...
    • Ինչպես փոխարկել TXT-ը PPTX-ին՝ օգտագործելով C#

      Այս հոդվածը տրամադրում է բոլոր քայլերը՝ TXT-ը PPTX-ի փոխարկելու համար՝ օգտագործելով C#, սովորաբար օգտագործվող օպերացիոն համակարգերում: Այն նաև ներառում է կոդի օրինակ՝ TXT-ին PPTX-ի փոխակերպելու համար՝ օգտագործելով C#:...Conversion Product Family GroupDocs.Annotation Product Family GroupDocs...

      kb.groupdocs.com/hy/conversion/net/how-to-conve...
    • Load a file of a specific format | GroupDocs

      This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

      docs.groupdocs.com/metadata/java/load-a-file-of...