Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 2,126 for

properties

(0.04 sec)
  1. Manage EPUB Metadata using Java – Metadata Editor

    Discover ways to view and edit EPUB eBook metadata using Java. Programmatically update specific EPUB Properties and Dublin Core items....metadata properties, including Dublin Core set of properties, using...want to modify EPUB metadata properties, follow these steps: Load...

    blog.groupdocs.com/metadata/manage-epub-metadat...
  2. Migration Notes | Documentation

    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....operations with metadata properties. Getting document information...only MetadataPropertyColl properties = SearchFacade . ScanDocument...

    docs.groupdocs.com/metadata/net/migration-notes/
  3. Working with interpreted values | Documentation

    This article contains a good example of numeric flag or enumeration in Node.js via Java....what a particular metadata property is supposed to mean. A good...good example of such vague property is a numeric flag or enumeration...

    docs.groupdocs.com/metadata/nodejs-java/working...
  4. Extracting property values | Documentation

    This article shows knowledge about The most common way to get the metadata property value is to check its type and convert it to the appropriate platform-specific type in Java....with metadata properties / Extracting property values Extracting...Extracting property values Leave feedback The most common way to get...

    docs.groupdocs.com/metadata/java/extracting-pro...
  5. Clean metadata | Documentation

    Sometimes you may need to just remove all or clean metadata Properties without applying any filters. The best way to do this is to use the Sanitize method....Remove all recognized metadata properties from a file Sometimes you...remove all or clean metadata properties without applying any filters...

    docs.groupdocs.com/metadata/python-net/clean-me...
  6. Extracting property values | Documentation

    This article shows knowledge about The most common way to get the metadata property value is to check its type and convert it to the appropriate platform-specific type....with metadata properties / Extracting property values Extracting...Extracting property values Leave feedback The most common way to get...

    docs.groupdocs.com/metadata/net/extracting-prop...
  7. Metadata Scrubbing - Online and Programmatic Ap...

    Discover the online and programmatic way to remove or clean the metadata Properties of documents and images....how we can edit metadata properties of different file formats...metadata or selective metadata properties within our documents? We...

    blog.groupdocs.com/metadata/metadata-scrubber/
  8. Clean metadata | Documentation

    This artcle explains how to remove all or clean metadata Properties without applying any filters. The best way to do this is to use the Sanitize method....Remove all recognized metadata properties from a file Sometimes you...remove all or clean metadata properties without applying any filters...

    docs.groupdocs.com/metadata/net/clean-metadata/
  9. Define and Use Custom Objects for PDF Metadata ...

    Metadata signature is a convenient way to sign documents using metadata Properties. In GroupDocs.Signature for .NET 18.9, we introduced the feature of signing the PDF documents using various metadata Properties including: Author CreateDate MetadataDate CreatorTool ModifyDate Producer Entry Keywords Title Subject Description Creator You can set all or some of the above-mentioned Properties while signing the documents. Since these are the built-in Properties, you can only add/update their value. There could be a situation when the built-in metadata Properties may not fulfill your requirements and you may want to use your own set of Properties to add metadata signatures....documents using metadata properties. In GroupDocs.Signature for...documents using various metadata properties including: Author CreateDate...

    blog.groupdocs.com/signature/define-and-use-cus...
  10. Working with metadata in PDF documents | Docume...

    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....root metadata package Use the property to obtain file format information...Reading built-in metadata properties To access built-in metadata...

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