Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 6,016 for

informations

(1.23 sec)
  1. Extraire des images de documents PDF, Excel, PP...

    API .NET avec des fonctionnalités pour extraire des images de PDF, de feuilles de calcul, de présentations, de documents de traitement de texte et de pages spécifiques à l'aide de l'API d'analyse en C#.... Obtenez les informations sur le document à l’aide...GetDocumentInfo . À partir des informations sur le document, retirez...

    blog.groupdocs.com/fr/parser/extract-images-fro...
  2. GroupDocs.Conversion for .NET | GroupDocs

    GroupDocs.Conversion for .NET is an advanced document conversion API developed to convert files of different formats from within C# applications....Purchase Buy Now Pricing Information Free Trials Temporary License...sources Retrieve document information Add watermarks Cache rendering...

    docs.groupdocs.com/conversion/net/
  3. Numbered List in Text Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.03 or greater. Numbered List in Text Document Reporting Requirement As a report developer, you are required to describe the services you are providing with the following key requirements: The report must show the products in the numbered list....Purchase Buy Now Pricing Information Free Trials Temporary License...Tip For detailed technical information about syntax, expressions...

    docs.groupdocs.com/assembly/net/numbered-list-i...
  4. Remove Metadata from PPT using C#

    In this topic, you will learn how to remove metadata from PPT using C#. The code will be provided to delete metadata from PPT in C# without installing extra software....contain a wide range of information, including author details...without the baggage of hidden information, paving the way for impactful...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  5. Read Metadata from XLSX using Java

    Discover how to read metadata from XLSX using Java without the need of additional software. You will be given a code example to read metadata of XLSX using Java.... This metadata includes information like the document’s title...developers to access crucial information stored within XLSX files...

    kb.groupdocs.com/metadata/java/read-metadata-fr...
  6. How to Extract Text from PDF using C#

    Learn how to efficiently extract text from PDF using C#. Also, explore step-by-step instructions and code of C# read PDF text without installing extra tools....ForHtmlView method to retrieve information about view Set the ViewInfoOptions...to harness the wealth of information contained in PDF documents...

    kb.groupdocs.com/viewer/net/how-to-extract-text...
  7. Add Area Annotation to JPG using C#

    In this topic, you will learn how to add area annotation to JPG using C#. It also includes comprehensive steps and code example to insert area annotation to JPG in C#....highlight and provide additional information about specific regions within...contributes to a more engaging and informative visual experience. In the...

    kb.groupdocs.com/annotation/net/add-area-annota...
  8. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....Purchase Buy Now Pricing Information Free Trials Temporary License...some additional file format information. a Spreadsheet document Extract...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Purchase Buy Now Pricing Information Free Trials Temporary License...some additional file format information. a GIF image Extract the...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Get document info | GroupDocs

    GroupDocs.Metadata allows users to get meta information of a document....Purchase Buy Now Pricing Information Free Trials Temporary License...allows users to get document information which includes: File format...

    docs.groupdocs.com/metadata/python-net/get-docu...