Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 3,661 for

packaging

(0.02 sec)
  1. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new API provided by GroupDocs.Metadata for .NET starting from version 19.11: The* Metadata* class is introduced as a single entry point to manage metadata in files of all supported formats. Extracting and updating metadata was unified for all supported formats. The product architecture was redesigned from scratch in order to simplify most common operations with metadata properties. Getting document information and preview generation procedures were simplified....properties across all metadata packages and works with all supported...properties across all metadata packages and works with all supported...

    docs.groupdocs.com/metadata/net/migration-notes/
  2. Gérer les données XMP et EXIF des images HEIF H...

    Gérez les données XMP et EXIF des images HEIF, HEIC à l'aide de C#. Lisez, mettez à jour, supprimez les données EXIF et XMP à l'aide de l'API d'automatisation des métadonnées dans les applications .NET.... PM> Install-Package GroupDocs.Metadata Lire les... Obtenez le package racine. Récupérez le package EXIF à partir...

    blog.groupdocs.com/fr/metadata/manage-xmp-and-e...
  3. How to Convert PowerPoint to PDF using C#

    This short tutorial describes the complete process to convert PowerPoint to PDF using C# and provides a sample working code for C# PowerPoint to PDF application....NET package from the NuGet package manager in the...configuring the document conversion package and including the required...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. How to Convert Word Document to Text in C#

    Do you want to perform document conversion in just a few steps, then learn how to convert Word document to Text in C# and explore C# Word to Text converter code?...NET package from the NuGet package manager in the...calls. After, configuring the package and importing essential namespaces...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. How to Convert RTF to HTML in C#

    Check out the detailed instructions to do document conversion and how to convert RTF to HTML in C#. Review sample code for RTF to HTML C# capability....NET package from the NuGet in the .NET...with the required package from the NuGet package manager and add...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. How to Convert MPP to PDF in C#

    This short tutorial describes the procedure to convert MPP to PDF in C# and how to use this guide to create the convert MS Project to PDF using C# capability....NET package from the NuGet package manager in the...after setting up the required package from NuGet and including the...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. How to Convert Bitmap to PNG using C#

    Quickly do image conversion and learn the process to convert Bitmap to PNG using C# and how to consume document converter APIs for C# BMP to PNG converter ability....NET package from the NuGet package manager in the...after setting up the required package from the NuGet website and...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. How to Convert Outlook Email to HTML in C#

    This quick article explains the process to convert Outlook Email to HTML in C# and learn how to use these instructions to create convert MSG to HTML C# application....NET package from the NuGet package manager in the...disk after configuring the package and including a reference to...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. Gérer les données XMP et EXIF des images HEIF H...

    Gérez les données XMP et EXIF des images HEIF, HEIC en Java. Lisez, mettez à jour, supprimez les données EXIF et XMP à l'aide de l'API de manipulation des métadonnées dans les applications Java.... Obtenez le package racine. Récupérez le package EXIF à partir...partir du package racine. À partir du package EXIF, vous pouvez parcourir...

    blog.groupdocs.com/fr/metadata/xmp-and-exif-dat...
  10. Working with Metadata in ASF Files | Documentation

    Working with metadata in ASF files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....metadata package Extract the native metadata package using Read...< AsfRootPackage >(); var package = root . AsfPackage ; // Display...

    docs.groupdocs.com/metadata/net/working-with-me...