Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 4,797 for

packaging

(0.42 sec)
  1. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for Java 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 getSpreadsheetType 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...
  2. Convertir RTF en HTML avec Node.js

    Convertissez facilement du RTF en HTML avec Node.js pour une intégration web fluide. Avec les API appropriées, vous pouvez exporter du RTF en HTML avec Node.js, tout en préservant la structure du document....conversion RTF en HTML Intégrez le package groupdocs.conversion dans votre...HTML, nous utiliserons un package de traitement de documents...

    kb.groupdocs.com/fr/conversion/nodejs/convert-r...
  3. Usuń tagi MP3 za pomocą C# - (ID3, teksty, APE)...

    Usuń tagi MP3 z plików mp3 za pomocą C#. Wyeliminuj tagi metadanych ID3v1, ID3v2, Lyrics i APEv2 z plików mp3 za pomocą interfejsu API metadanych platformy .NET....org /packages/groupdocs.metadane). PM> Install-Package GroupDocs...główny MP3 # Pobierz MP3 Root Package pliku MP3 za pomocą [GetRo...

    blog.groupdocs.com/pl/metadata/remove-mp3-tags-...
  4. GroupDocs.Merger para .NET 25.11 – Atualizações...

    Explore as novidades do GroupDocs.Merger para .NET 25.11. Disponível agora no NuGet e no site da GroupDocs....NuGet Gallery: dotnet add package GroupDocs.Merger --version...0 ou use o Package Manager Console: Install-Package GroupDocs...

    blog.groupdocs.com/pt/merger/groupdocs-merger-f...
  5. GroupDocs.Merger voor .NET 25.11 – Laatste upda...

    Ontdek wat er nieuw is in GroupDocs.Merger voor .NET 25.11. Nu beschikbaar op NuGet en de GroupDocs‑website....NuGet‑galerij: dotnet add package GroupDocs.Merger --version...gebruik de Package Manager Console: Install-Package GroupDocs...

    blog.groupdocs.com/nl/merger/groupdocs-merger-f...
  6. System Requirements | GroupDocs

    No external software needed! GroupDocs.Viewer for Python via .NET renders files directly....Linux, install the following packages to ensure correct operation...version required ) Note: The packages libicu67 and libssl1.1 must...

    docs.groupdocs.com/viewer/python-net/system-req...
  7. 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...
  8. 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...
  9. 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...
  10. 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...