Sort Score
Result 10 results
Languages All
Labels All
Results 2,641 - 2,650 of 5,082 for

packaging

(2.37 sec)
  1. Get Supported File Formats Programmatically | G...

    Programmatically enumerate the list of file formats supported by GroupDocs.Comparison for Python via .NET via FileType.get_supported_file_types()....bat) Configuration file for package control on the server-side...

    docs.groupdocs.com/comparison/python-net/develo...
  2. مسح الباركود من PPT باستخدام C#

    يقدم هذا الدليل نظرة عامة مفصلة حول كيفية مسح الباركود من PPT باستخدام C#. علاوة على ذلك، ستحصل على مثال رمز عينة لاستخراج الباركود من PPT في C#....يمكن إضافتها بسهولة عبر NuGet Package Manager. توضح الخطوات التالية...

    kb.groupdocs.com/ar/parser/net/scan-barcode-fro...
  3. วิธีเพิ่มคำอธิบายประกอบ Polyline โดยใช้ C#

    ทำความคุ้นเคยกับขั้นตอนที่จำเป็นในการเพิ่มคำอธิบายประกอบเส้นหลายเส้นโดยใช้ C# และใช้ API อย่างง่ายดายเพื่อรับความสามารถในการเพิ่มคำอธิบายประกอบเส้นหลายเส้นใน C#...NET ผ่าน NuGet package manager เพื่อเพิ่มคำอธิบาย...

    kb.groupdocs.com/th/annotation/net/how-to-add-p...
  4. Comment convertir Excel en HTML en utilisant C#

    Familiarisons-nous avec la procédure de conversion d'Excel en HTML à l'aide de C#. Apprenez à utiliser les instructions pour écrire le code permettant d'exporter Excel vers HTML en C#....l’aide de C# Installez le package GroupDocs.Conversion for .NET...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  5. Comment convertir XLSX en JPG en utilisant Java

    Cet article fournit un guide complet sur la façon de convertir XLSX en JPG en utilisant Java, y compris un exemple de code et des instructions pour exporter XLSX en JPG en utilisant Java....conseils sur la configuration du package de conversion de documents...

    kb.groupdocs.com/fr/conversion/java/how-to-conv...
  6. Comment convertir HTML en ODT en utilisant C#

    Convertissez rapidement HTML en ODT à l'aide de C# avec une bibliothèque de conversion populaire ainsi qu'un exemple de code pour exporter HTML vers ODT en C# sur les systèmes d'exploitation couramment utilisés....Utiliser le gestionnaire de packages NuGet pour installer GroupDocs...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  7. Convertir un PDF en XLSX en utilisant C#

    Apprenez rapidement comment convertir un PDF en XLSX à l'aide de C# en suivant notre didacticiel complet. Nous vous fournirons également un exemple de code pour exporter un PDF vers XLSX en utilisant C#....l’installant via le gestionnaire de packages NuGet. Les étapes suivantes...

    kb.groupdocs.com/fr/conversion/net/convert-pdf-...
  8. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Extract the root metadata package Use the method to obtain file...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Extracting common image information | GroupDocs

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the getImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Extract the root metadata package Use the method to obtain file...

    docs.groupdocs.com/metadata/java/extracting-com...
  10. Handling MPEG audio metadata | GroupDocs

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 files....file Get the root metadata package Use the property to read the...

    docs.groupdocs.com/metadata/net/handling-mpeg-a...