Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 3,731 for

packaging

(0.08 sec)
  1. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....Extract the root metadata package Use the property to obtain...method for a certain metadata package (instance of the class), the...

    docs.groupdocs.com/metadata/net/working-with-me...
  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 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...
  6. 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...
  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. List of supported files for GetText function in...

    Hi, I’m trying to use “GetText” function from GroupDocs.Parser, to extract text from various files. Parser generally seems to support a lot of formats: But “GetText” specifically seems to be more limited. Is there …...NETFramework package 25.6 Here is a sample file:...GroupDocs.Total.NETFramework package 25.6 and previous versions...

    forum.groupdocs.com/t/list-of-supported-files-f...
  9. How to Convert HTML to Excel in C#

    Quickly review detailed instructions to convert HTML to Excel in C#, learn how to use these steps for the implementation of HTML to Excel converter C# functionality....NET package from the NuGet in the .NET...by installing the required package from the NuGet website and...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. ASP.NET WebForms Modern UI Document Viewer v2.1...

    GroupDocs is pleased to announce another release of ASP.NET WebForms Modern UI Document Viewer v2.1.0 using GroupDocs.Viewer for .NET 18.1. This release v2.1.0 comes up with new features and improvements for Search, Print and File Manager to view document in both HTML and Image representations for different document formats like DOCX, PDF, XLSX, PPTX, MSG with attachments and many more features. Let’s have a look at it. We recommend you to download and explore this new version....Download - MSI Package as well as Zipped DLLs NuGet Package - NuGet...

    blog.groupdocs.com/viewer/asp.net-webforms-mode...