Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 3,720 for

packaging

(0.16 sec)
  1. แก้ไข PDF และเอกสารที่สแกนใน C# | ข้อความปิดทึบ...

    แก้ไขข้อความใน PDF และเอกสารอื่นๆ โดยใช้ C# ในแอปพลิเคชัน .NET ของคุณ ทำซ้ำเอกสารเพื่อปิดข้อความและข้อความภายในภาพที่ฝังไว้...ติดตั้งผ่าน Package Manager Console # PM> Install-Package GroupDocs...Redaction ติดตั้งผ่าน NuGet Package Manager # แก้ไขข้อความ PDF...

    blog.groupdocs.com/th/redaction/redact-text-and...
  2. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....Extract the root metadata package Use the property to obtain...method for a certain metadata package (instance of the class), the...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;ipackage. Load a file to examine Get...instances for any desired metadata package Iterate through the extracted...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  4. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...metadata package Extract the native metadata package using Read...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....metadata package Extract the native metadata package using the...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Comment convertir du HTML en texte en C#

    Ce court didacticiel décrit le processus détaillé de conversion de HTML en texte en C # et fournit un exemple pratique pour obtenir du texte brut à partir de la fonctionnalité HTML C #....en texte en C# Installez le package GroupDocs.Conversion for .NET...vous suffit d’installer le package requis à partir du site Web...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  7. Comment convertir Excel en CSV en C#

    Convertissez rapidement des documents et apprenez à convertir Excel en CSV en C#. Examinez l'exemple de code pour convertir Excel en CSV en C# et modifiez-le en fonction de vos besoins....en CSV en C# Installez le package GroupDocs.Conversion for .NET...commencer par télécharger le package nécessaire à partir du site...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  8. Comment comparer des fichiers Excel avec C#

    Ce didacticiel rapide vous fournit le guide complet pour comparer des fichiers Excel à l'aide de C # et apprendre le processus de comparaison par programmation de deux fichiers Excel pour les différences en C #....l’aide de C# Installez le package GroupDocs.Comparison for .NET...être lancée en installant le package requis, puis en référençant...

    kb.groupdocs.com/fr/comparison/net/how-to-compa...
  9. Comment convertir PNG en JPG en utilisant C#

    Ce didacticiel fournit des informations détaillées sur la conversion de PNG en JPG à l'aide de C# et un exemple d'application pour démontrer l'implémentation de la conversion C# PNG en JPG....en utilisant C Installez le package GroupDocs.Conversion for .NET...partir du gestionnaire de packages NuGet dans l’application ...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  10. Render Word Document to Web Page using Node.js

    This topic explains how to render Word Document to Web Page using Node.js. A sample code example will also be provided for Word to web page rendering Node.js....viewer package into your project by importing...using the groupdocs.viewer package. Next, configure the web page...

    kb.groupdocs.com/viewer/nodejs/render-word-docu...