Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 3,709 for

packaging

(0.08 sec)
  1. 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...
  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. 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...
  4. แก้ไข PDF และเอกสารที่สแกนใน C# | ข้อความปิดทึบ...

    แก้ไขข้อความใน PDF และเอกสารอื่นๆ โดยใช้ C# ในแอปพลิเคชัน .NET ของคุณ ทำซ้ำเอกสารเพื่อปิดข้อความและข้อความภายในภาพที่ฝังไว้...ติดตั้งผ่าน Package Manager Console # PM> Install-Package GroupDocs...Redaction ติดตั้งผ่าน NuGet Package Manager # แก้ไขข้อความ PDF...

    blog.groupdocs.com/th/redaction/redact-text-and...
  5. Supprimer les balises MP3 en Java - (ID3, Parol...

    Supprimez les balises MP3 des fichiers mp3 en Java. Supprimez les balises de métadonnées ID3v1, ID3v2, Paroles et APEv2 des fichiers mp3 à l'aide de l'API Java Metadata.... Obtenir le package racine MP3 # Obtenez le paquet...définissez la propriété ID3V1 du package racine sur null. root.setID3V1(null);...

    blog.groupdocs.com/fr/metadata/remove-mp3-tags-...
  6. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the getSpreadsheetType method to obtain file format information advanced_usage....Extract the root metadata package Use the method to obtain file...method for a certain metadata package (instance of the class), the...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. GroupDocs.Conversion throws with Out of Memory ...

    Sometimes, we may encounter corrupted files, or files with unknown extensions. Will be good if GroupDocs.Conversion can fail gracefully when it encounters such situations. Attached is a simple text file with filename “…...6:58am 8 Removing all Nuget packages and adding only GroupDocs...exception. Removing all Nuget packages and adding only GroupDocs...

    forum.groupdocs.com/t/groupdocs-conversion-thro...
  8. Installation | Documentation

    This topic describes how to install GroupDocs.Assembly for Python....GroupDocs packages are hosted at . You can download packages or reference...

    docs.groupdocs.com/assembly/java/installation/
  9. Releasing Modern Web-Form Front End for GroupDo...

    Good news for ASP.NET Web-Form developers, we are proudly announcing the first release of our modern Web-Form based user interface for GroupDocs.Viewer for .NET API. This new release is simple, efficient and, user friendly showcase project. We would recommend you to clone this showcase project from GitHub and provide you valuable feedback. Let’s explore key highlights in this new user interface. Modern Look-and-FeelThe look and feel has been completely revamped using Material Design....Download - MSI Package and Zipped DLLs NuGet Package - NuGet Installation...

    blog.groupdocs.com/viewer/releasing-modern-web-...
  10. Convert PDF to BMP using Python

    Learn how to export PDF to BMP using Python. This guide shows how to convert PDF to BMP using Python for legacy systems, archiving, and specialized workflows....NET package to add PDF to BMP conversion...by installing the required package and importing the necessary...

    kb.groupdocs.com/conversion/python/convert-pdf-...