Sort Score
Result 10 results
Languages All
Labels All
Results 1,601 - 1,610 of 3,694 for

packaging

(0.03 sec)
  1. Aggiungi o rimuovi annotazioni | Annota i file ...

    Annota a livello di codice i file PDF in C#. Aggiungi o rimuovi annotazioni come frecce, rettangoli, ellissi, evidenziazioni, filigrane utilizzando l'API .NET....comando dal Package Manager. PM> Install-Package GroupDocs.Annotation...

    blog.groupdocs.com/it/annotation/annotate-pdf-f...
  2. Recherche inversée d'images dans des documents

    Construisez votre application avec des fonctionnalités de recherche d'image inversée dans les documents et les fichiers image....du Gestionnaire de packages : Install-Package GroupDocs.Search...

    blog.groupdocs.com/fr/search/reverse-image-search/
  3. 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...
  4. 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...
  5. 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...
  6. วิธีเพิ่มคำอธิบายประกอบ Polyline โดยใช้ C#

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

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

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

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

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

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

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

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

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

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