Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 1,523 for

updated packages

(2.04 sec)
  1. GroupDocs.Metadata 25.5 .NET Release - Edit dan...

    Temukan pembaruan terbaru di GroupDocs.Metadata untuk .NET 25.5. Rilis ini mencakup fitur baru, perbaikan, dan perbaikan bug. Pelajari cara memperbarui dan membersihkan paket XMP dalam file SVG dengan contoh kode yang terperinci....Contoh Kode # // Clean XMP package using (Metadata metadata =...)) { // Retrieve the root package of the SVG file var format...

    blog.groupdocs.com/id/metadata/edit-and-clean-x...
  2. 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 getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Extract the root metadata package Use the method to obtain file...method for a certain metadata package (instance of the class), the...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Running in Docker | GroupDocs

    Learn how to run GroupDocs.Comparison for Node.js via Java inside Docker containers with examples, dependencies, and troubleshooting....container definition ├── 📄 package.json # Node.js project file.... compare ( outputPath ); package.json { "name" : "GroupDocs...

    docs.groupdocs.com/comparison/nodejs-java/runni...
  4. GroupDocs.Annotation pro .NET 25.11 – Nejnovějš...

    Prozkoumejte, co je nového v GroupDocs.Annotation pro .NET 25.11. K dispozici nyní na NuGet a na webu GroupDocs.... This update focuses on internal library...GroupDocs internal components. The updated libraries bring: Better compatibility...

    blog.groupdocs.com/cs/annotation/groupdocs-anno...
  5. Running in Docker | GroupDocs

    Learn how to run GroupDocs.Viewer for Node.js via Java inside Docker containers with examples, dependencies, and troubleshooting....container definition ├── 📄 package.json # Node.js project file...process process . exit ( 0 ); package.json { "name" : "GroupDocs...

    docs.groupdocs.com/viewer/nodejs-java/running-i...
  6. 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....Extract the root metadata package Use the property to obtain...method for a certain metadata package (instance of the class), the...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported document formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the getPresentationType method to obtain file format information advanced_usage....Extract the root metadata package Use the method to obtain file...method for a certain metadata package (instance of the class), the...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Extract ZIP and MOV File Format Metadata using ...

    GroupDocs team is pleased to announce the release of version 17.10 of the GroupDocs.Metadata for .NET API. Keeping in mind customer’s feedback, this release has new features and bug fixes. Users can now extract metadata from ZIP and MOV file formats. Furthermore, few issues reported on forums are also fixed. We, therefore, recommend you to download or update your applications to use the latest version of the API for a better and smoother experience....recommend you to download or update your applications to use the...file Unable to update XMPBasic metadata when updating PdfMetadata...

    blog.groupdocs.com/metadata/extract-zip-and-mov...
  9. Handling the ID3v1 tag | GroupDocs

    This article explains how to handle ID3v1 tag....Extract the root metadata package Get the ID3v1 tag by using...ID3V1 . Comment ); // ... } } Updating an ID3v1 tag The following...

    docs.groupdocs.com/metadata/net/handling-the-id...
  10. GroupDocs.Metadata 25.5 .NET-release - Bewerk e...

    Ontdek de nieuwste updates in GroupDocs.Metadata voor .NET 25.5. Deze release bevat nieuwe functies, verbeteringen en bugfixes. Leer hoe u XMP‑pakketten in SVG‑bestanden kunt bijwerken en opschonen met gedetailleerde codevoorbeelden....Codevoorbeeld # // Clean XMP package using (Metadata metadata =...)) { // Retrieve the root package of the SVG file var format...

    blog.groupdocs.com/nl/metadata/edit-and-clean-x...