Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 3,661 for

packaging

(0.09 sec)
  1. 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 the DicomRootPackage.getDicomPackage method Read the DICOM metadata properties examples.advanced_usage.managing_metadata_for_specific_formats.image.dicom.DicomReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDicom)) { DicomRootPackage root = metadata.getRootPackageGeneric(); if (root.getDicomPackage() != null) { System.out.println(root.getDicomPackage().getBitsAllocated()); System.out.println(root.getDicomPackage().getReds()); System.out.println(root.getDicomPackage().getGreens()); System.out.println(root.getDicomPackage().getBlues()); System....metadata package Extract the native metadata package using the...

    docs.groupdocs.com/metadata/java/working-with-d...
  2. Document Viewer 2.0.0 with Image Mode, Page nav...

    Today, we are pleased to announce another release of ASP.NET WebForms Modern UI Document Viewer 2.0.0 using GroupDocs.Viewer for .NET version 17.11.0. This release v2.0.0 comes up with new features and improvements to view document in both HTML and Image representations for different document formats like DOCX, PDF, XLSX, PPTX, MSG with attachments and allow user to Zoom, Navigate to Pages, set Watermark and tools/features configuration options through JS Parameters and many more features....Download - MSI Package as well as Zipped DLLs NuGet Package - NuGet...

    blog.groupdocs.com/viewer/asp.net-webforms-mode...
  3. تنظیم مجدد صفحات PDF با استفاده از C# | سازماند...

    با استفاده از سی شارپ، صفحات فایل های PDF را دوباره مرتب کنید. مثال در حال اجرا نحوه تصحیح ترتیب صفحات پی دی اف نامرتب را در برنامه .NET نشان می دهد.... /packages/groupdocs.merger). PM> Install-Package GroupDocs...

    blog.groupdocs.com/fa/merger/move-pdf-pages-usi...
  4. Convertir un document Word en page Web à l'aide...

    Cette rubrique explique comment convertir un document Word en page Web avec Node.js. Un exemple de code sera également fourni pour convertir un document Word en page Web avec Node.js....les pages Web Intégrez le package groupdocs.viewer à votre projet...rendu spécialisée à l’aide du package groupdocs.viewer. Configurez...

    kb.groupdocs.com/fr/viewer/nodejs/render-word-d...
  5. Hapus Tag MP3 menggunakan C# - (ID3, Lirik, APE...

    Hapus tag MP3 dari file mp3 menggunakan C#. Hilangkan tag metadata ID3v1, ID3v2, Lirik, dan APEv2 dari file mp3 menggunakan .NET Metadata API....org /packages/groupdocs.metadata). PM> Install-Package GroupDocs...

    blog.groupdocs.com/id/metadata/remove-mp3-tags-...
  6. Working with TORRENT files | Documentation

    In the BitTorrent file distribution system, a torrent file or METAINFO is a computer file that contains metadata about files and folders to be distributed, and usually also a list of the network locations of trackers, which are computers that help participants in the system find each other and form efficient distribution groups called swarms. A torrent file does not contain the content to be distributed; it only contains information about those files, such as their names, sizes, folder structure, and cryptographic hash values for verifying file integrity....metadata package Extract the native metadata package using Read...

    docs.groupdocs.com/metadata/net/working-with-to...
  7. Comment convertir XLSX en PDF en utilisant C#

    Dans cet article, vous serez guidé sur la façon de convertir XLSX en PDF en utilisant C#. De plus, un exemple de code sera fourni pour montrer comment générer un PDF à partir de XLSX en C#....la façon de configurer le package de conversion de documents...partir du gestionnaire de packages NuGet Ajoutez une référence...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  8. Comment convertir DOCX en MHTML en utilisant C#

    Cet article vous guidera tout au long du processus de conversion de docx en mhtml à l'aide de C#. Vous trouverez également un exemple de code dans cet article pour générer du mhtml à partir de docx en C#....instructions pour configurer le package de conversion de documents...partir du gestionnaire de packages NuGet Ajoutez une référence...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  9. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....metadata package Extract the native metadata package using Read...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package....encountered in a particular package. a file to examine Get a collection...instances for any desired metadata package Iterate through the extracted...

    docs.groupdocs.com/metadata/net/getting-known-p...