Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed:
Load a ZIP archive Get the root metadata package Extract the native metadata package using the ZipRootPackage.getZipPackage method Read the ZIP archive properties Loop through ZipPackage.getFiles to extract information about the archived files The following code snippet shows how to get metadata from a ZIP archive.
advanced_usage.managing_metadata_for_specific_formats.archive.ZipReadNativeMetadataProperties...metadata package Extract the native metadata package using the...archive Get the root metadata package Update the comment using the...
Cet article explique la procédure complète pour convertir SVG en PDF en C# et apprendre à développer la fonctionnalité de conversion C# SVG en PDF....en PDF en C# Installez le package GroupDocs.Conversion for .NET...première étape, configurez le package requis et incluez l’espace...
Discover how to convert PDF to ODT using Python with straightforward steps. Effortlessly export PDF to ODT using Python, without any additional software....NET package to enable PDF-to-ODT conversion...installing the conversion package, which provides the necessary...
Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM images.
The following are the steps to read the native DICOM metadata.
Load a DICOM image Get the root metadata package Extract the native metadata package using DicomRootPackage.DicomPackage Read the DICOM metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Dicom.DicomReadNativeMetadataProperties
using (Metadata metadata = new Metadata(Constants.InputDicom)) { var root = metadata.GetRootPackage(); if (root.DicomPackage != null) { Console.WriteLine(root.DicomPackage.BitsAllocated); Console.WriteLine(root.DicomPackage.LengthValue); Console.WriteLine(root.DicomPackage.DicomFound); Console.WriteLine(root.DicomPackage.HeaderOffset); Console.WriteLine(root.DicomPackage.NumberOfFrames); // ....metadata package Extract the native metadata package using Read...
Змініть порядок сторінок PDF-файлів за допомогою C#. Запущений приклад показує, як виправити послідовність невпорядкованих PDF-сторінок у програмі .NET.... /packages/groupdocs.merger). PM> Install-Package GroupDocs...
Zmień kolejność stron plików PDF za pomocą języka C#. Uruchomiony przykład pokazuje, jak poprawić kolejność nieuporządkowanych stron PDF w aplikacji .NET....org /packages/groupdocs.merger). PM> Install-Package GroupDocs...
This article demonstrates how to edit MOBI files using Node.js via Java....internal content is divided into packages and, if yes, how. This parameter...file is stored in packages, usually one package per chapter. Some...
Combineer Excel-spreadsheetbestanden met C#. Voeg specifieke bladen van XLS/XLSX-bestanden samen met behulp van de .NET-fusie-API van GroupDocs....vanuit NuGet Packages Gallery. Install-Package GroupDocs.Merger...Merger OR Update-Package GroupDocs.Merger Download de MSI of DLL’s...
Let's learn how to convert ODT to HTML using C# without installing any extra software. Also, write code example to export ODT to HTML in C# using conversion library....installing the package via the NuGet package manager Add a reference...
Dans cet article, vous apprendrez comment convertir MSG en JPG en utilisant C # sans installer de logiciel tiers. De plus, nous fournirons le code pour exporter MSG vers JPG en C#....Utilisez le gestionnaire de packages NuGet pour installer GroupDocs...commencer par installer le package requis à partir de NuGet et...