Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 31,848 for

groupdocs.metadata

(0.3 sec)
  1. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...Documentation / GroupDocs.Metadata Product Family / GroupDocs.Metadata for...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new API provided by Groupdocs.metadata for .NET starting from version 19.11: The* Metadata* class is introduced as a single entry point to manage metadata in files of all supported formats. Extracting and updating metadata was unified for all supported formats. The product architecture was redesigned from scratch in order to simplify most common operations with metadata properties. Getting document information and preview generation procedures were simplified....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...Documentation / GroupDocs.Metadata Product Family / GroupDocs.Metadata for...

    docs.groupdocs.com/metadata/net/migration-notes/
  3. GroupDocs.Conversion for .NET

    Find answers about converting documents and images of various types using .NET code on any platform....Signature Product Family GroupDocs.Metadata Product Family GroupDocs...

    kb.groupdocs.com/conversion/net/page/8/
  4. GroupDocs.Search for Java

    This API allows you to perform text search and index any type of file format using Java language on any platform....Signature Product Family GroupDocs.Metadata Product Family GroupDocs...

    kb.groupdocs.com/search/java/page/2/
  5. GroupDocs.Signature for .NET

    This API allows you to digitally sign any type of file format using .NET and C# language on any platform....Signature Product Family GroupDocs.Metadata Product Family GroupDocs...

    kb.groupdocs.com/signature/net/page/2/
  6. Working with metadata in ASF files | GroupDocs

    Reading ASF format-specific properties The Groupdocs.metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...Documentation / GroupDocs.Metadata Product Family / GroupDocs.Metadata for...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. GroupDocs.Signature for Java

    Այս API-ն թույլ է տալիս թվային կերպով ստորագրել ցանկացած տեսակի ֆայլի ձևաչափ՝ օգտագործելով Java լեզվի ցանկացած հարթակ:...Signature Product Family GroupDocs.Metadata Product Family GroupDocs...

    kb.groupdocs.com/hy/signature/java/page/2/
  8. Adding metadata | GroupDocs

    This article shows how to add metadata properties which is the most sophisticated feature of the Groupdocs.metadata Node.js via Java search engine...Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...Documentation / GroupDocs.Metadata Product Family / GroupDocs.Metadata for...

    docs.groupdocs.com/metadata/nodejs-java/adding-...
  9. Manage XMP and EXIF Data of HEIF HEIC Images us...

    Manage XMP and EXIF data of HEIF, HEIC images using C#. Read, update, remove EXIF and XMP data using Metadata automation API within .NET applications....XMP and EXIF Metadata # GroupDocs.Metadata provides .NET API to... PM> Install-Package GroupDocs.Metadata Read EXIF data of HEIC...

    blog.groupdocs.com/metadata/manage-xmp-and-exif...
  10. Working with interpreted values | GroupDocs

    This article contains a good example of numeric flag or enumeration in Java....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...Documentation / GroupDocs.Metadata Product Family / GroupDocs.Metadata for...

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