Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 3,720 for

packaging

(0.07 sec)
  1. How to Insert Area Annotation to PDF using C#

    In this subject, you will learn how to insert area annotation to PDF using C#. It also includes guidance and code example to add area annotation to PDF in C#....document, you can use the NuGet package manager to install GroupDocs...to configure the annotation package. Once you have installed the...

    kb.groupdocs.com/annotation/net/how-to-insert-a...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  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. 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...
  8. Générer des codes QR en C# | Signer des documen...

    Signez électroniquement des documents et des images en générant des codes QR en C# et joignez-les à des fichiers Word, Excel, PDF, PNG, JPG, WebP à l'aide de l'API de signature .NET....partir du gestionnaire de packages NuGet ou d’obtenir le programme...gestionnaire de packages. PM> Install-Package GroupDocs.Signature...

    blog.groupdocs.com/fr/signature/generate-qr-cod...
  9. How to edit Mobi file | Documentation

    This article demonstrates how to edit Mobi files using Java programming language....internal content is divided onto packages and if yes, then how. This...is stored in the packages, usually, a package per chapter. And...

    docs.groupdocs.com/editor/java/how-to-edit-mobi...
  10. Running in Docker | Documentation

    Learn how to run GroupDocs.Total for .NET in Docker containers with complete examples, troubleshooting tips, and best practices for document processing in containerized environments....environment, the following packages should be installed as they...ttf-mscorefonts-installer - package with Microsoft compatible fonts...

    docs.groupdocs.com/total/net/running-in-docker/