Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 5,981 for

informations

(0.47 sec)
  1. Inserting Documents Dynamically | GroupDocs

    Note This feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. Warning Dynamic insertion of documents from Base64-encoded bytes is available for file formats where dynamic document insertion is available for Word Processing documents and emails with HTML and RTF bodies only. You can insert contents of outer documents to your reports dynamically using doc tags. A doc tag denotes a placeholder within a template for a document to be inserted during run time....Purchase Buy Now Pricing Information Free Trials Temporary License...Member Access” for more information) Known external types (see...

    docs.groupdocs.com/assembly/java/inserting-docu...
  2. Pie Chart in Word Processing Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Pie Chart report in Word Processing Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Pie Chart in Microsoft Word Document Creating a Pie Chart Please follow below steps to can create Pie Chart in MS Word 2013. Click in the document where you want to insert the chart, 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: The report must show information on a Pie Chart. It must indicate...

    docs.groupdocs.com/assembly/net/pie-chart-in-wo...
  3. In-Table List with Filtering Grouping and Order...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableList with Filtering, Grouping, and Ordering report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List with Filtering, Grouping, and Ordering in Microsoft Word Document Creating a In-Table List with Filtering, Grouping, and Ordering Practicing the following steps you can create In-Table List with Filtering, Grouping, and Ordering Template in MS Word 2013....Purchase Buy Now Pricing Information Free Trials Temporary License...represent managers’ contract information with the following key requirements:...

    docs.groupdocs.com/assembly/java/in-table-list-...
  4. Individual Series Point Coloring in Email Docum...

    Note This feature is supported by version 18.6 or greater. Note The code uses some of the objects defined in The Business Layer. Individual Series Point Coloring in Email Document Please follow below steps to create Pie Chart in MS Outlook 2013: Create a new Email Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box Select “Pie” Preview “Pie” and press OK to insert the chart and Worksheet template to your email Edit the Worksheet with your data to update the chart Reporting Requirement As a report developer, you are required to share your customer orders details dynamically with the following key requirements:...Purchase Buy Now Pricing Information Free Trials Temporary License...requirements: The report must show information on a Pie Chart It must indicate...

    docs.groupdocs.com/assembly/net/individual-seri...
  5. Features overview | GroupDocs

    Salient features of file conversion API using Java are described in this article...Purchase Buy Now Pricing Information Free Trials Temporary License...document appearance. Document information extraction GroupDocs.Conversion...

    docs.groupdocs.com/conversion/nodejs-java/featu...
  6. How to generate QR Code and sign document using...

    This guide describes how to improve your document with generated QR code using C#. Sign your documents with a QR Code and various standard QR code elements like Event QR Code, contact QR Code as VCard or MeCard, SEPA payment QR Code using GroupDocs.Signature .NET API by GroupDocs....Purchase Buy Now Pricing Information Free Trials Temporary License...contains unique textual information that confirms the identity...

    docs.groupdocs.com/signature/net/how-to-generat...
  7. XML to DOCX in Java on GroupDocs Blog | Documen...

    XML to DOCX in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in XML to DOCX in Java on GroupDocs Blog | Document Automation Solutions for .NET & J......& Java Developers Generar informes a partir de datos XML en Java...Automatice la generación de informes convirtiendo datos XML en...

    blog.groupdocs.com/es/tag/xml-to-docx-in-java/i...
  8. Determine the file type | GroupDocs

    This article explains how to get a type of a file with GroupDocs.Viewer for Java using Java....Purchase Buy Now Pricing Information Free Trials Temporary License.../ Retrieve the document information / Determine the file type...

    docs.groupdocs.com/viewer/java/how-to-determine...
  9. Single Row in Text Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row report in Text Document format. Single Row in Text Document Note This feature is supported by version 17.03 or greater. Reporting Requirement As a report developer, you are required to represent information of first single customer with the following key requirements: It must show Name and Contact Number of the customer Report must be generated in the Text Document Adding Syntax to be evaluated by GroupDocs....Purchase Buy Now Pricing Information Free Trials Temporary License...are required to represent information of first single customer...

    docs.groupdocs.com/assembly/net/single-row-in-t...
  10. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....Purchase Buy Now Pricing Information Free Trials Temporary License...extracting format-specific information from AVI file headers. The...

    docs.groupdocs.com/metadata/java/working-with-m...