Sort Score
Result 10 results
Languages All
Labels All
Results 1,811 - 1,820 of 4,540 for

packaging

(0.24 sec)
  1. จัดการข้อมูล XMP และ EXIF ของรูปภาพ HEIF HEIC โ...

    จัดการข้อมูล XMP และ EXIF ของภาพ HEIF, HEIC โดยใช้ C# อ่าน อัปเดต ลบข้อมูล EXIF และ XMP โดยใช้ Metadata automation API ภายในแอปพลิเคชัน .NET...ของคุณผ่านทาง NuGet PM> Install-Package GroupDocs.Metadata อ่านข้อมูล...อ่าน EXIF, EXIF IFD, EXIF GPS Package ของภาพ HEIF / HEIC ใน C# using...

    blog.groupdocs.com/th/metadata/manage-xmp-and-e...
  2. یافتن و حذف واترمارک از اسناد در سی شارپ

    NET API برای یافتن و حذف واترمارک های مبتنی بر متن و تصویر از اسناد PDF، Word، Excel، PowerPoint، Visio با استفاده از سی شارپ....and DLLs کنسول Package Manager: PM> Install-Package GroupDocs.Watermark...

    blog.groupdocs.com/fa/watermark/find-and-remove...
  3. Working with metadata in ASF files | GroupDocs

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....metadata package Extract the native metadata package using the...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. How to Convert RTF to JPG using C#

    In this article, we will showcase how to convert RTF to JPG using C# without installing third-party software. also, we will provide code to export RTF to JPG in C#....using C# Utilize the NuGet package manager to install GroupDocs...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. How to Convert HTML to DOCX using C#

    This article provides guidance on how to convert HTML to DOCX using C#. It also includes code example to export HTML to DOCX in C# on various operating systems....NET by using the NuGet package manager Add namespace reference...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. How to Convert DOCX to SVG using C#

    Within this article, you will find complete instructions on how to convert DOCX to SVG using C# along with sample .NET application to transform DOCX to SVG in C#....NET using the NuGet package manager To perform a DOCX to...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. How to Convert RTF to PPTX using C#

    This article explains how to convert RTF to PPTX using C# programming language. It also offers a sample code example for the C# RTF to PPTX converter application....NET by utilizing the NuGet package manager for RTF to PPTX conversion...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. How to Convert XLSX to CSV using C#

    In this topic, we will provide guidance on how to convert XLSX to CSV using C#. We will also assist you in developing an application to change XLSX to CSV in C#....NET from the NuGet package manager Add a reference to...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. How to Convert HTML to MHTML using C#

    This guide will illustrate how to convert HTML to MHTML using C# on any commonly used operating system along with code example to generate MHTML from HTML in C#....NET by using NuGet package manager Add the reference of...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. How to Render DOCX as PNG using C#

    In this article, we will guide you on how to render DOCX as PNG using C# without installing extra software. We will also provide code to render DOCX to PNG using C#....using C# Utilize the NuGet package manager to install GroupDocs...

    kb.groupdocs.com/viewer/net/how-to-render-docx-...