Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 4,530 for

packaging

(0.41 sec)
  1. Working with metadata in JPEG2000 images | Grou...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 image Get the root metadata package Extract the native metadata package using Jpeg2000RootPackage.Jpeg2000Package Read the JPEG2000 comments AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000.Jpeg2000ReadComments using (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { var root = metadata.GetRootPackage(); if (root....metadata package Extract the native metadata package using Read...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Comment convertir XLSX en PDF en utilisant C#

    Dans cet article, vous serez guidé sur la façon de convertir XLSX en PDF en utilisant C#. De plus, un exemple de code sera fourni pour montrer comment générer un PDF à partir de XLSX en C#....la façon de configurer le package de conversion de documents...partir du gestionnaire de packages NuGet Ajoutez une référence...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  3. GroupDocs.Parser עבור .NET 25.12.1 – העדכונים ו...

    גלו מה חדש ב‑GroupDocs.Parser עבור .NET 25.12.1. זמין כעת ב‑NuGet ובאתר GroupDocs....באמצעות NuGet: dotnet add package GroupDocs.Parser --version...מנהל החבילות: NuGet\Install-Package GroupDocs.Parser -Version 25...

    blog.groupdocs.com/he/parser/groupdocs-parser-f...
  4. GroupDocs.Parser para .NET 25.12 – Atualizações...

    Explore as novidades do GroupDocs.Parser para .NET 25.12. Disponível agora no NuGet e no site da GroupDocs....Parser : dotnet add package GroupDocs.Parser --version...--version 25.12.0 dotnet add package GroupDocs.Parser.NETFramework --version...

    blog.groupdocs.com/pt/parser/groupdocs-parser-f...
  5. Convert SVG to PNG using C# - Vector Graphics t...

    Convert SVG vector graphics to PNG images using C#. Rotate, flip, watermark, grayscale, and adjust brightness & gamma of converted PNG using .NET API....install the API by adding its package to your .NET application via...via NuGet . PM> Install-Package GroupDocs.Conversion Running examples...

    blog.groupdocs.com/conversion/convert-svg-to-pn...
  6. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....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. Comment convertir HTML en PPTX en utilisant C#

    Cet article fournira des conseils sur la façon de convertir HTML en PPTX à l'aide de C#. De plus, un exemple de code sera fourni pour illustrer comment exporter du HTML vers PPTX en C#....utilisant le gestionnaire de packages NuGet Pour convertir HTML...impliquent l’installation du package de conversion de documents...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  8. How to merge MP3 files using C# | GroupDocs

    Learn how to merge MP3 audio files, combine MP3 audio files into one file programmatically in C# language using GroupDocs.Merger for .NET library....installer, or NuGet package: PM> Install-Package GroupDocs.Merger...

    docs.groupdocs.com/merger/net/getting-started/u...
  9. Create a Docker Image to Run GroupDocs.Viewer f...

    Learn how to create a docker image to run GroupDocs.Viewer for node.js via java. It includes details on configuring the environment along with sample code....x, the PIP package manager, the Node-Java Bridge...for Node.js using the npm package manager. To run code inside...

    kb.groupdocs.com/total/nodejs/create-a-docker-i...
  10. Convert DOC to JPG in C#

    Learn how to Convert DOC to JPG in C# and Export Word document as JPEG using C# with GroupDocs.Conversion for .NET, providing step-by-step code and best practices....NET package via the package manager to add the...

    kb.groupdocs.com/conversion/net/convert-doc-to-...