Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 6,528 for

informations

(0.13 sec)
  1. Read Metadata from PPTX using Java

    Learn how to read metadata from PPTX using Java without requiring any extra software installations. Take a look at a code example to read metadata of PPTX using Java....Metadata, the hidden store of information within digital documents...Metadata for Java for obtaining information from PPTX files Create an...

    kb.groupdocs.com/metadata/java/read-metadata-fr...
  2. Why Use an Online Signature Application?

    In the digital world e-signature is actively replacing the traditional way of signing documents. Today, you can find a large number of online signature services on the market. All of them intend to help people sign documents online, using only a web browser. If you’re wondering why such applications are so popular, and what benefits they provide, this article is for you. The Benefits of an Online Signature Application Save Time The normal process of signing a contract includes updating a document with client information, printing or scanning it, filing, signing, mailing, and then waiting for the signed document to be returned....updating a document with client information, printing or scanning it...document, add all necessary information, sign it and invite signers...

    blog.groupdocs.com/signature/why-use-online-sig...
  3. Handling metadata in WAV files | GroupDocs

    This article explains about the API supports extracting metadata from WAV files...Purchase Buy Now Pricing Information Free Trials Temporary License...extracting technical audio information from WAV files. The following...

    docs.groupdocs.com/metadata/net/handling-metada...
  4. Supprimer les métadonnées de RTF à l'aide de C#

    Découvrez comment supprimer efficacement les métadonnées de RTF en utilisant C# avec un code qui montre comment supprimer les métadonnées de RTF en C# sans installer de logiciel supplémentaire....métadonnées, qui sont des informations cachées sur le fichier,...sans risque d’exposer des informations personnelles ou sensibles...

    kb.groupdocs.com/fr/metadata/net/remove-metadat...
  5. 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...
  6. 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...
  7. Custom logging | GroupDocs

    This article explains how to implement custom logging and use it while document processing with GroupDocs.Signature within your .NET applications....Purchase Buy Now Pricing Information Free Trials Temporary License...like errors, warnings and information messages (traces). There...

    docs.groupdocs.com/signature/net/how-to-impleme...
  8. Get file info | GroupDocs

    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. Developer Guide | GroupDocs

    Step-by-step code examples for merging documents, splitting, extracting and removing pages, security operations, page preview, and loading documents with GroupDocs.Merger for Python via .NET. Every example is runnable in the companion GitHub repository....Purchase Buy Now Pricing Information Free Trials Temporary License...get-document-information cd get-document-information Step 2: Create...

    docs.groupdocs.com/merger/python-net/developer-...
  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 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...