Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 3,722 for

packaging

(0.17 sec)
  1. 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...
  2. 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...
  3. 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...
  4. GroupDocs.Assembly Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Java APIs provide a complete package of features required to build...

    blog.groupdocs.com/categories/groupdocs.assembl...
  5. تنقيح النص في PDF باستخدام C#

    ستكتشف في هذا البرنامج التعليمي كيفية تنقيح النص في ملف PDF باستخدام لغة C#. بالإضافة إلى ذلك، سوف تتلقى مثالاً بسيطًا للتعليمات البرمجية لاستبدال النص في PDF باستخدام C#....والتي يمكن إضافتها عبر NuGet Package Manager، قبل الخوض في مثال...

    kb.groupdocs.com/ar/redaction/net/redact-text-i...
  6. مسح الباركود من PPT باستخدام C#

    يقدم هذا الدليل نظرة عامة مفصلة حول كيفية مسح الباركود من PPT باستخدام C#. علاوة على ذلك، ستحصل على مثال رمز عينة لاستخراج الباركود من PPT في C#....يمكن إضافتها بسهولة عبر NuGet Package Manager. توضح الخطوات التالية...

    kb.groupdocs.com/ar/parser/net/scan-barcode-fro...
  7. วิธีลงชื่อ XLSX ด้วย QR Code โดยใช้ C#

    ในหัวข้อนี้ เราจะแนะนำคุณเกี่ยวกับวิธีการลงชื่อ XLSX ด้วย QR Code โดยใช้ C# เราจะให้ตัวอย่างโค้ดเพื่อสร้าง QR Code ใน XLSX โดยใช้ C#...NET ผ่าน NuGet package manager ในโครงการของคุณเพื่อลงชื่อไฟล์...

    kb.groupdocs.com/th/signature/net/how-to-sign-x...
  8. วิธีเพิ่มคำอธิบายประกอบฟิลด์ข้อความใน PDF โดยใช...

    ในหัวข้อนี้ เราจะแสดงวิธีเพิ่มคำอธิบายประกอบช่องข้อความใน PDF โดยใช้ C# เราจะช่วยคุณในการเขียนโค้ดเพื่อแทรกคำอธิบายประกอบฟิลด์ข้อความเป็น PDF ใน C#...น PDF โดยใช้ C# ใช้ NuGet package manager เพื่อติดตั้ง GroupDocs...

    kb.groupdocs.com/th/annotation/net/how-to-add-t...
  9. วิธีแปลง RTF เป็น DOCX โดยใช้ C#

    ใช้ไลบรารีที่เป็นมิตรกับผู้ใช้เพื่อแปลง RTF เป็น DOCX โดยใช้ C# พร้อมกับตัวอย่างโค้ดเพื่อสร้าง DOCX จาก RTF ใน C# โดยเรียกใช้ API เพียงเล็กน้อยบนระบบปฏิบัติการใดๆ...NET โดยใช้ NuGet package manager สำหรับการแปลง RTF เป็น...

    kb.groupdocs.com/th/conversion/net/how-to-conve...
  10. วิธีแปลง HTML เป็น PPTX โดยใช้ C#

    บทความนี้จะให้คำแนะนำเกี่ยวกับวิธีแปลง HTML เป็น PPTX โดยใช้ C# นอกจากนี้ยังมีตัวอย่างโค้ดเพื่อแสดงวิธีการส่งออก HTML เป็น PPTX ใน C#...NET โดยใช้ NuGet package manager หากต้องการแปลง HTML...

    kb.groupdocs.com/th/conversion/net/how-to-conve...