Sort Score
Result 10 results
Languages All
Labels All
Results 2,611 - 2,620 of 5,006 for

packaging

(0.07 sec)
  1. 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...
  2. 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...
  3. แปลง Markdown เป็น PDF โดยใช้ C# | MD เป็น PDF ...

    แปลงไฟล์ Markdown เป็น PDF โดยใช้ C# แปลงไฟล์ MD เป็นรูปแบบแบบพกพาโดยใช้ API การแปลง GroupDocs .NET...ของคุณผ่านทาง NuGet PM> Install-Package GroupDocs.Conversion แปลง Markdown...

    blog.groupdocs.com/th/conversion/convert-markdo...
  4. 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...
  5. 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...
  6. Znajdź program Word i jego homofony w wielu pli...

    Znajdź określone słowo i jego homofony w różnych plikach folderu za pomocą C#. Zbuduj aplikację .NET dla homofonów, korzystając z API przeszukiwania dokumentów przez GroupDocs...org /packages/groupdocs.search). PM> Install-Package GroupDocs...

    blog.groupdocs.com/pl/search/find-homophones-in...
  7. Agents and LLM Integration | GroupDocs

    GroupDocs.Viewer for Python via .NET is AI agent and LLM friendly — machine-readable documentation, an MCP server, AGENTS.md shipped inside the pip package, and runnable code examples for AI-driven document pipelines....md file inside the pip package itself — so that AI assistants...into the package The groupdocs-viewer-net pip package includes...

    docs.groupdocs.com/viewer/python-net/agents-and...
  8. Latest GroupDocs.Editor Product Family topics -...

    Get technical support of GroupDocs.Editor for .NET and Java....Total package instead of GroupDocs.Editor...

    forum.groupdocs.com/c/editor/20
  9. รวมไฟล์ PDF โดยใช้ C#

    เรียนรู้วิธีผสานไฟล์ PDF โดยใช้การเขียนโปรแกรม C# ปรับปรุงการจัดการเอกสารด้วยโค้ดวิธีรวมไฟล์ PDF ใน C# โดยไม่ต้องติดตั้งซอฟต์แวร์เพิ่มเติม...และติดตั้งไลบรารีผ่าน NuGet Package Manager ขั้นตอนด้านล่างนี้แสดงวิธี...

    kb.groupdocs.com/th/merger/net/merge-pdf-files-...
  10. Ekstrahirajte metapodatke iz DOCX-a koristeći C#

    Ovaj članak će vas uputiti kako izvući metapodatke iz DOCX-a pomoću C#. Dostavljen je primjer C# koda za ekstrakciju metapodataka DOCX koji pokazuje kako izvesti ovaj proces....možete dobiti pomoću NuGet Package Managera u Visual Studiju....

    kb.groupdocs.com/hr/parser/net/extract-metadata...