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

packaging

(0.04 sec)
  1. Document Word sous forme de pages HTML réactive...

    Rendez les documents Word pour les afficher sous forme de pages HTML réactives à l'aide de C#. Convertissez les fichiers DOC, DOCX en pages HTML réactives à l'aide de l'API .NET de la visionneuse de documents....installer l’API en ajoutant son package à votre application .NET via...via NuGet . PM> Install-Package GroupDocs.Viewer Convertir des...

    blog.groupdocs.com/fr/viewer/view-word-document...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. Pen Style is Improved in GroupDocs.Annotation f...

    This month release of GroupDocs.Annotation for .NET 18.9 comes up with some improvements and fixes. Using this latest version, you can annotate documents with improved pen styles. We therefore recommend you to download this latest release of the API to enhance your document annotation experience. Improvements FontColor cleanup in Slides PenStyle property for following formats: Words Cells Diagrams PDF Slides Images Bug Fixes TIFF/Multi TIFF file is either corrupted or black and white when annotated Unstable sorting for Slides and Diagrams documents Available Channels and Resources Here are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....Annotation: Nuget Package - Download Documentation -...

    blog.groupdocs.com/annotation/groupdocs.annotat...
  9. HTML Comparison is improved in GroupDocs.Compar...

    GroupDocs.Comparison for .NET 18.5 comes with a new feature, improvement and a bug fix. It supports comparison of diagrams. Furthermore, HTML comparison is improved by increasing comparison speed and precision. Please follow the release notes here for further details. We’d recommend you to try latest version of the API and share your feedback. Features Introduced Implement Comparison of Diagrams Improvements Improve Comparison.HTML Bug Fixes Comparison.Notes: Wrong count of changes in SummaryPage Available Channels and Resources Here are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....NET API : Nuget Package - NuGet Install Documentation...

    blog.groupdocs.com/comparison/html-comparison-i...
  10. Style Comparison for HTML is Improved in GroupD...

    This month’s release of GroupDocs.Comparison for .NET 18.6 covers few improvements and a new feature. Improvements such as aligner for Comparison.Diagrams and support of CompariosnSettings to Html are introduced. Please follow the release notes here for further details. We’d recommend you to try latest version of the API and share your feedback. Features Implement comparing connect on Diagrams Improvements Improve styles comparing for HTML Aligner for Comparison.Diagrams Introduced support CompariosnSettings to Html Available Channels and Resources Here are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....NET API : Nuget Package - NuGet Install Documentation...

    blog.groupdocs.com/comparison/style-comparison-...