Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 3,580 for

packaging

(0.09 sec)
  1. 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-...
  2. 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...
  3. Vonalkód beolvasása PPT-ből C# használatával

    Ez az útmutató részletes áttekintést nyújt a vonalkód PPT-ből C# használatával történő beolvasásáról. Ezenkívül kap egy mintakódot a vonalkód PPT-ből C#-ban történő kinyerésére....egyszerűen hozzáadható a NuGet Package Manager segítségével. A következő...

    kb.groupdocs.com/hu/parser/net/scan-barcode-fro...
  4. Extracting common image information | Documenta...

    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...
  5. Working with metadata in GIF images | Documenta...

    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...
  6. Handling MPEG audio metadata | Documentation

    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...
  7. بارکد خوان با استفاده از C# | اسکن بارکد از تصویر

    نحوه اسکن بارکد با استفاده از C# در یک برنامه دات نت. مثال C# که بارکد را از روی یک تصویر می خواند که به شما در ساختن بارکد خوان آنلاین کمک می کند.... PM> Install-Package GroupDocs.Parser نحوه اسکن...

    blog.groupdocs.com/fa/parser/scan-barcode-using...
  8. Modern UI Document Viewer 3.1 with Paging JS Pa...

    Today, we are pleased to announce another release of Java Modern UI Document Viewer 3.1.0 using GroupDocs.Viewer for Java version 17.2.0. This release v3.1.0 comes up with new features and improvements to view document in both HTML and Image representations for different document formats like DOCX, PDF, XLSX, PPTX, MSG with attachments and allow user to Zoom, Navigate to Pages, set Watermark and tools/features configuration options through JS Parameters and many more features.... Download - API Package Documentation - Product Docs...

    blog.groupdocs.com/viewer/modern-ui-document-vi...
  9. Convert Word Documents to PDF in Node.js | DOCX...

    Convert Word DOC & DOCX documents to PDF within Node.js applications. Automate your file conversion using the document conversion Node.js API....You can install the required package from the npm repository and...

    blog.groupdocs.com/conversion/convert-word-doc-...
  10. Find any Word and its Synonyms in Multiple File...

    Find specific words and their synonyms within different files of a folder using C#. Get all the synonyms, grouped by different meanings using .NET API.... PM> Install-Package GroupDocs.Search Find Synonyms...

    blog.groupdocs.com/search/find-synonyms-in-mult...