Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 4,574 for

packaging

(0.37 sec)
  1. GroupDocs.Conversion for .NET 25.9 - Najnowsze ...

    Poznaj nowości w GroupDocs.Conversion for .NET v25.9. Dostępny już teraz w serwisie NuGet oraz na stronie GroupDocs...NET 6 Package lub .NET Framework 4.6.2 Package Bezpośrednie...

    blog.groupdocs.com/pl/conversion/groupdocs-conv...
  2. GroupDocs.Parser per .NET 25.11 – Ultimi aggior...

    Esplora le novità di GroupDocs.Parser per .NET 25.11. Disponibile ora su NuGet e sul sito web di GroupDocs....NET 6 : NuGet\Install-Package GroupDocs.Parser -Version 25...2 e .NET 6 : NuGet\Install-Package GroupDocs.Parser.NETFramework...

    blog.groupdocs.com/it/parser/groupdocs-parser-f...
  3. Working with metadata in Word Processing docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, 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 document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the getWordProcessingType 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...
  4. Getting known property descriptors | GroupDocs

    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...
  5. Working with metadata in JPEG2000 images | Grou...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 image Get the root metadata package Extract the native metadata package using Jpeg2000RootPackage.Jpeg2000Package Read the JPEG2000 comments AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000.Jpeg2000ReadComments using (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { var root = metadata.GetRootPackage(); if (root....metadata package Extract the native metadata package using Read...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Working with metadata in FLV files | GroupDocs

    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...
  7. GroupDocs.Parser עבור .NET 25.12.1 – העדכונים ו...

    גלו מה חדש ב‑GroupDocs.Parser עבור .NET 25.12.1. זמין כעת ב‑NuGet ובאתר GroupDocs....באמצעות NuGet: dotnet add package GroupDocs.Parser --version...מנהל החבילות: NuGet\Install-Package GroupDocs.Parser -Version 25...

    blog.groupdocs.com/he/parser/groupdocs-parser-f...
  8. GroupDocs.Parser para .NET 25.12 – Atualizações...

    Explore as novidades do GroupDocs.Parser para .NET 25.12. Disponível agora no NuGet e no site da GroupDocs....Parser : dotnet add package GroupDocs.Parser --version...--version 25.12.0 dotnet add package GroupDocs.Parser.NETFramework --version...

    blog.groupdocs.com/pt/parser/groupdocs-parser-f...
  9. 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...
  10. 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...