Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 3,695 for

packaging

(0.15 sec)
  1. Automatisation des documents en C#

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....compatibilité améliorée, une taille de package plus petite, des économies...

    blog.groupdocs.com/fr/tag/automatisation-des-do...
  2. com.groupdocs.comparison.cells.style | GroupDoc...

    The package provides classes for working with component styles in Cells format file....style The package provides classes for working...

    reference.groupdocs.com/comparison/java/com.gro...
  3. com.groupdocs.comparison.common.delegates | Gro...

    The package provides classes that allows to specify additional options for documents comparison process....delegates The package provides classes that allows...

    reference.groupdocs.com/comparison/java/com.gro...
  4. com.groupdocs.comparison.logging | GroupDocs.Co...

    The package provides classes for working with integrated or your own logger....logging The package provides classes for working...

    reference.groupdocs.com/comparison/java/com.gro...
  5. 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...
  6. 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...
  7. Working with metadata in JPEG2000 images | Docu...

    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...
  8. Convert SVG to PNG using C# - Vector Graphics t...

    Convert SVG vector graphics to PNG images using C#. Rotate, flip, watermark, grayscale, and adjust brightness & gamma of converted PNG using .NET API....install the API by adding its package to your .NET application via...via NuGet . PM> Install-Package GroupDocs.Conversion Running examples...

    blog.groupdocs.com/conversion/convert-svg-to-pn...
  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...