Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 5,540 for

informations

(0.11 sec)
  1. Template Syntax - Part 1 of 2 | Documentation

    Note This article is the first part of the Template Syntax series of articles. For second part, please visit Template Syntax - Part 2 of 2. Composing Template A typical template for GroupDocs.Assembly Engine is composed of common document contents and tags that describe the template’s structure and data bindings. You can form these tags using just running text that can occupy multiple paragraphs to be more descriptive. A tag body must meet the following requirements:...Purchase Buy Now Pricing Information Free Trials Temporary License...Sequential Data for more information) The name of a lambda function...

    docs.groupdocs.com/assembly/java/template-synta...
  2. Get document info | Documentation

    This article shows how to get the basic document info....Purchase Buy Now Pricing Information Free Trials Temporary License...getDocumentInfo (); // Print document information System . out . println (...

    docs.groupdocs.com/parser/java/get-document-info/
  3. GroupDocs.Viewer for Java overview | Documentation

    GroupDocs.Viewer for Java enables you to convert files to HTML, PNG, JPEG, PDF file formats, and save attachments without relying on third-party applications. GroupDocs.Viewer for Java is cross-platform class library....Purchase Buy Now Pricing Information Free Trials Temporary License...number of pages, and page information). or where GroupDocs.Viewer...

    docs.groupdocs.com/viewer/java/product-overview/
  4. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Purchase Buy Now Pricing Information Free Trials Temporary License...extracting format-specific information from PNG images. The following...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Features overview | Documentation

    GroupDocs.Watermark for .NET API presents a wide range of features like creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and more....Purchase Buy Now Pricing Information Free Trials Temporary License...Extract Page Setup & Other Information for Supported Formats Add...

    docs.groupdocs.com/watermark/python-net/feature...
  6. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....Purchase Buy Now Pricing Information Free Trials Temporary License...extracting format-specific information from the FLV file header...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. In-Paragraph List in Presentation Document | Do...

    Note In this article, we will use GroupDocs.Assembly to generate a In-ParagraphList report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. In-Paragraph List in Microsoft PowerPoint Document Creating a In-Paragraph List Practising the following steps you can create In-Paragraph List Template in MS PowerPoint 2013. Add a new presentation slide. Write a sentence, for example “We provide support for the following clients:”....Purchase Buy Now Pricing Information Free Trials Temporary License...requirements: A descriptive or informative line like “We provide support...

    docs.groupdocs.com/assembly/java/in-paragraph-l...
  8. Pie Chart in Presentation Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Pie Chart report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Pie Chart in Microsoft PowerPoint Document Creating a Pie Chart Please follow below steps to create Pie Chart in MS PowerPoint 2013: Add a new presentation slide. Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....Purchase Buy Now Pricing Information Free Trials Temporary License...requirements: Report must show information on a Pie Chart. It must indicate...

    docs.groupdocs.com/assembly/java/pie-chart-in-p...
  9. Common Master-Detail Image in Email Document | ...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in Email Document format. Common Master-Detail in Email Document Creating a Common Master-Detail Please follow below steps to create Common Master-Detail Template in MS Outlook 2013: Create a new Email. Insert two shapes, one for holding image and other for holding other details. Save the Email. Reporting Requirement As a report developer, you are required to represent the information of the managers and clients with the following key requirements:...Purchase Buy Now Pricing Information Free Trials Temporary License...required to represent the information of the managers and clients...

    docs.groupdocs.com/assembly/java/common-master-...
  10. 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. Note The code uses some of the objects defined in The Business Layer. Single Row in Microsoft PowerPoint Document Creating a Single Row Please follow below steps to create Single Row Image in MS PowerPoint 2013: Creat a new presentation slide. Insert a desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon....Purchase Buy Now Pricing Information Free Trials Temporary License...are required to represent information of first single manager with...

    docs.groupdocs.com/assembly/java/single-row-ima...