Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 5,613 for

informations

(0.07 sec)
  1. Common Master-Detail in Text Document | Documen...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in Text Document format. Common Master-Detail in Text Document Note This feature is supported by version 17.3.0 or greater. Reporting Requirement As a report developer, you are required to represent the information of the customers and products with the following key requirements: It must associate the customers with their products Report must be generated in the HTML Document Adding Syntax to be evaluated by GroupDocs....Purchase Buy Now Pricing Information Free Trials Temporary License...required to represent the information of the customers and products...

    docs.groupdocs.com/assembly/net/common-master-d...
  2. Common Master-Detail Image in HTML Document | D...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in HTML Document format. Common Master-Detail Image in HTML Document Note This feature is supported by version 17.03 or greater Reporting Requirement As a report developer, you are required to represent the information of the customers and products with the following key requirements: Report must show customers’ picture and name. It must associate the customers with their products....Purchase Buy Now Pricing Information Free Trials Temporary License...required to represent the information of the customers and products...

    docs.groupdocs.com/assembly/net/common-master-d...
  3. Remove Metadata from DOCX using Java

    Learn how to efficiently remove metadata from DOCX using Java. This guide includes a sample code example demonstrating how you can delete metadata from DOCX in Java....can encompass a range of information such as the author’s name...only safeguards sensitive information but also maintains a professional...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  4. Redact Text in PDF using Java

    In this tutorial, you will learn how to redact text in PDF using Java. Also, you will be provided with a straightforward code to replace text in PDF using Java....Java Removing sensitive information from PDF files is crucial...effectively redact sensitive information, like confidential or personally...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  5. Read Metadata from PPTX using C#

    Discover how to read metadata from PPTX using C# without the need for additional software installation. Explore a code example how to read metadata of PPTX using C#....hidden treasure trove of information within digital documents...Metadata for .NET to get information from PPTX files Instantiate...

    kb.groupdocs.com/metadata/net/read-metadata-fro...
  6. Integration of GroupDocs’ Powerful Contract Man...

    Great news to contract management world! After the successful integration of GroupDocs Annotation and GroupDocs Viewer apps with multiple platforms, GroupDocs have now introduced its efficient contract management software plugin to multiple platforms. Now, no matter what CMS you use, you can integrate our contract management software plugin to your websites. [caption id=“attachment_1721” align=“alignnone” width=“600” caption=“GroupDocs introduced its contract management software plugin for various CMSs”] [/caption] Once the plugin is installed, you can embed questionnaires and then collect data to automatically create new documents online....the method used to collect information and then create new, unique...documents where most of the information remains the same, but some...

    blog.groupdocs.com/assembly/integration-of-grou...
  7. In-Table List with Highlighted Rows in Presenta...

    Note In this article, we will use GroupDocs.Assembly to generate an In-Table List with Highlighted Rows report in Presentation 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. In-Table List with Highlighted Rows in Microsoft PowerPoint Document Creating a In-Table List with Highlighted Rows Practising the following steps you can create In-Table List with Highlighted Rows Template in MS PowerPoint 2013....Purchase Buy Now Pricing Information Free Trials Temporary License...represent customers’ orders information with a specific filtering...

    docs.groupdocs.com/assembly/net/in-table-list-w...
  8. Get file info | Documentation

    This article explains how to detect document file type, size and calculate pages count when annotate documents or images with GroupDocs.Comparison....Purchase Buy Now Pricing Information Free Trials Temporary License...to get the following file information: represents the document...

    docs.groupdocs.com/comparison/java/get-file-info/
  9. Common List Image in Spreadsheet Document | Doc...

    Note In this article, we will use GroupDocs.Assembly to generate a Common List Image report in Spreadsheet 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. Common List in Microsoft Excel Document Creating a Common List Please follow below steps to create Common List Image in MS Excel 2013: Insert the desired shape to display image in it....Purchase Buy Now Pricing Information Free Trials Temporary License...required to represent the information of the customers with the...

    docs.groupdocs.com/assembly/net/common-list-ima...
  10. Working with metadata in AVI files | Documentation

    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 AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Purchase Buy Now Pricing Information Free Trials Temporary License...extracting format-specific information from AVI file headers. The...

    docs.groupdocs.com/metadata/net/working-with-me...