Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 5,350 for

informations

(0.04 sec)
  1. Get document info | Documentation

    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...
  2. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....Purchase Buy Now Pricing Information Free Trials Temporary License...demonstrates how to extract information about known properties that...

    docs.groupdocs.com/metadata/java/getting-known-...
  3. Working with metadata in GIF images | Documenta...

    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...
  4. Lägg till Ellipse Annotation till JPG med C#

    Den här guiden ger instruktioner om hur du lägger till ellipskommentarer till JPG med C#. Den omfattar också kodexempel för att infoga ellipskommentarer till JPG i C#....förbättra och kommunicera information effektivt. I den här artikeln...kommer att ge ytterligare information om hur man infogar ellipskommentarer...

    kb.groupdocs.com/sv/annotation/net/add-ellipse-...
  5. XML to DOCX in CSharp on GroupDocs Blog | Docum...

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

    blog.groupdocs.com/es/tag/xml-to-docx-in-csharp...
  6. Lägg till bildkommentar till JPG med Java

    Den här handledningen ger instruktioner om hur du lägger till bildkommentarer till JPG med Java. Vi kommer att ge dig kod för att infoga bildkommentarer till JPG i Java....erbjuda viktig sammanhang och information. Det har potential att avsevärt...nivå av interaktivitet och information till visuellt innehåll. Oavsett...

    kb.groupdocs.com/sv/annotation/java/add-image-a...
  7. Lägg till bildkommentar till JPG med C#

    Denna handledning ger vägledning om hur du lägger till bildkommentarer till JPG med C#. Du kan infoga bildkommentarer till JPG i C# utan att installera extra verktyg....ge värdefull kontext och information. Det kan också avsevärt förbättra...lager av interaktivitet och information till visuellt innehåll. Oavsett...

    kb.groupdocs.com/sv/annotation/net/add-image-an...
  8. Get the width and height of the document pages ...

    This article explains how to get the width and height of the document pages using GroupDocs.Viewer for Java....Purchase Buy Now Pricing Information Free Trials Temporary License.../ Retrieve the document information / Get the width and height...

    docs.groupdocs.com/viewer/java/how-to-get-page-...
  9. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package....Purchase Buy Now Pricing Information Free Trials Temporary License...demonstrates how to extract information about known properties that...

    docs.groupdocs.com/metadata/net/getting-known-p...
  10. Get file info | Documentation

    This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....Purchase Buy Now Pricing Information Free Trials Temporary License...provides general document information, which includes: FileType...

    docs.groupdocs.com/redaction/java/get-file-info/