Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 31,059 for

groupdocs.annotation

(0.19 sec)
  1. Common List Image in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Common List report in Email Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.8.0 or greater. Common List in Email Document Reporting Requirement As a report developer, you are required to share the following key requirements: A report must be in .eml or .msg format It must add email recipient, CSS and subject of the email A report must show multiple customers’ name Adding Syntax to be evaluated by GroupDocs....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/common-list-ima...
  2. 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 Reporting Requirement As a report developer, you are required to share the following key requirements: Report must show all the clients in a bulleted list format. Report must be generated in the HTML Document....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/bulleted-list-...
  3. In-Paragraph List in HTML Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate In-ParagraphList report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. In-Paragraph List in HTML Document Reporting Requirement As a report developer, you are required to share the following key requirements: A descriptive or informative line like “We provide support for the following clients:”. Show all the clients along with the above sentence....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/in-paragraph-l...
  4. Ինչպես փոխարկել 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...
  5. NoClassDefFoundError javax/xml/bind/DatatypeCon...

    This article is about NoClassDefFoundError: javax/xml/bind/DatatypeConverter...Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/noclassdeffounde...
  6. Show Revisions | GroupDocs

    This article explains how to customize the display of revisions in the output document in GroupDocs.Comparison for Java....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/comparison/java/show-revisions/
  7. Convert to grayscale | GroupDocs

    This topic describes how to convert PDF file to grayscale using the GroupDocs.Viewer .NET API (C#)....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  8. List and print all supported file types | Group...

    This article explains how to list and print file types supported by GroupDocs.Viewer for .NET...Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/viewer/net/how-to-list-and-p...
  9. Subset fonts | GroupDocs

    This topic describes how to subset fonts in PDF file using the GroupDocs.Viewer .NET API (C#)....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  10. 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...