Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 3,602 for

packaging

(0.13 sec)
  1. How to Convert MHTML to HTML using C#

    Easily perform document conversion and learn the process to convert MHTML to HTML using C#. Also, learn how to implement the convert MHTML to HTML C# capability....NET package from the NuGet website in the...all, install the required package from NuGet and add the necessary...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. Compare Shapes and Watermark Text Style With Gr...

    We are excited to announce another monthly release of GroupDocs.Comparison for .NET 16.12.0 API new features, Improvements and fixes are introduced in this release. Major changes are done for Spreadsheet and PDF document formats. This monthly release is also introduced enhanced Support for Visual Basic Scripts handling and detection of shapes for Spreadsheet format and watermark text style for PDF document format.In this monthly release 2 new feature are introduced along with 4 improvements and 2 Bug fixes....Downloads -MSI Package and Zipped DLLs Nuget Package -NuGet Install...

    blog.groupdocs.com/comparison/groupdocs.compari...
  3. Comment convertir XLSX en JPG en utilisant C#

    Cet article comprend des étapes complètes pour convertir XLSX en JPG à l'aide de C# et un exemple de code pour transformer XLSX en JPG en C# ainsi que la configuration du produit de conversion....instructions sur la configuration du package de conversion de documents...l’aide du gestionnaire de packages NuGet Ajouter une référence...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  4. Comment convertir du HTML en image en C#

    Examinez un exemple de code sur la façon de convertir HTML en Image en C# ainsi que des instructions détaillées pour mettre en action la fonctionnalité C# HTML vers PNG....partir du gestionnaire de packages NuGet dans votre application...document converti. Installez le package dans votre application, puis...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  5. Comment convertir XLS en XLSX en utilisant C#

    Suivez facilement le guide pratique étape par étape pour convertir XLS en XLSX en utilisant C # et étudiez le code C # pour convertir XLS en XLSX en utilisant l'un des meilleurs packages....utilisant C# Configurer le package GroupDocs.Conversion for .NET...assez simples. Téléchargez le package approprié à partir de NuGet...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  6. Comment convertir JPG en XLSM en C#

    Ce guide rapide vous explique brièvement le processus de conversion de JPG en XLSM en C# et apprend à utiliser ce guide pour convertir JPG en XLSM en utilisant C#....en XLSM en C# Installez le package GroupDocs.Conversion for .NET...partir du gestionnaire de packages NuGet dans votre projet pour...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  7. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...metadata package Extract the native metadata package using the...

    docs.groupdocs.com/metadata/java/working-with-b...
  8. Extract TOC from EPUB Documents using GroupDocs...

    It gives us immense pleasure to announce the release of version 18.4 of GroupDocs.Text for .NET. The latest version allows extracting the table of contents from the EPUB documents. Furthermore, we have added the feature of detecting media type of .one file. Following sections provide details about the newly added features. Extracting TOC from EPUB Documents Using version 18.4, you can now extract TOC from the EPUB documents. To access the TOC, TableOfContents property of **EpubPackage **class is used....- MSI Package or Zipped DLLs Only NuGet - NuGet Package Documentation...

    blog.groupdocs.com/parser/extract-toc-from-epub...
  9. DemoApp.zip

    DemoApp/.dockerignore **/.dockerignore **/Dockerfile* **/.vs **/.vscode **/*.*proj.user **/bin **/obj DemoApp/DemoApp.csproj Exepackage sources list RUN sed -i 's/^Components:...d/debian.sources # Download the package lists from the repositories...

    docs.groupdocs.com/viewer/net/sample-files/how-...
  10. Working with vCard metadata | Documentation

    What is vCard? vCard, also known as VCF (Virtual Contact File), is a file format standard for electronic business cards. vCards are often attached to e-mail messages, but can be exchanged in other ways. They can contain name and address information, telephone numbers, e-mail addresses, URLs, logos, photographs, and even audio clips. Note For more information on the format please see https://en.wikipedia.org/wiki/VCard Getting Simple vCard metadata To access Metadata in a vCard, GroupDocs....metadata package Extract the native metadata package using the...metadata package Extract the native metadata package using he...

    docs.groupdocs.com/metadata/java/working-with-v...