Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 3,661 for

packaging

(0.02 sec)
  1. Working with ZIP archives | Documentation

    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...

    docs.groupdocs.com/metadata/java/working-with-z...
  2. Comment convertir SVG en PDF en C#

    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...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  3. Convert PDF to ODT using Python

    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...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  4. Working with DICOM metadata | Documentation

    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...

    docs.groupdocs.com/metadata/net/working-with-di...
  5. Перевпорядкування сторінок PDF за допомогою C# ...

    Змініть порядок сторінок PDF-файлів за допомогою C#. Запущений приклад показує, як виправити послідовність невпорядкованих PDF-сторінок у програмі .NET.... /packages/groupdocs.merger). PM> Install-Package GroupDocs...

    blog.groupdocs.com/uk/merger/move-pdf-pages-usi...
  6. Zmień kolejność stron PDF za pomocą C# | Organi...

    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...

    blog.groupdocs.com/pl/merger/move-pdf-pages-usi...
  7. How to Edit MOBI File | Documentation

    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...

    docs.groupdocs.com/editor/nodejs-java/how-to-ed...
  8. Voeg Excel-bestanden en spreadsheets samen met ...

    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...

    blog.groupdocs.com/nl/merger/merge-excel-files-...
  9. How to Convert ODT to HTML using C#

    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...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. Comment convertir MSG en JPG en utilisant C#

    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...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...