Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 4,530 for

packaging

(0.74 sec)
  1. Объединение файлов и электронных таблиц Excel с...

    Объединение файлов электронных таблиц Excel с помощью C#. Объединяйте определенные листы файлов XLS/XLSX с помощью API объединения .NET от GroupDocs.... Install-Package GroupDocs.Merger OR Update-Package GroupDocs...

    blog.groupdocs.com/ru/merger/merge-excel-files-...
  2. GroupDocs.Assembly for .NET 25.12 – 最新のアップデートと修...

    GroupDocs.Assembly for .NET 25.12 の新機能をご確認ください。NuGet と GroupDocs のウェブサイトで現在入手可能です。...Assembly package: dotnet add package GroupDocs.Assembly...--version 25.12 (The same package works for .NET 6+, .NET 5,...

    blog.groupdocs.com/ja/assembly/groupdocs-assemb...
  3. Standard install files - Free Support Forum - g...

    We are using groupdocs in a wordpress site (latest version) Fairly standard looking files are found in plugins/groupdocs-assembly Inside the js directory however there are very large files called: js.php libso2.php …...the repository and unzip the package). Best regards....

    forum.groupdocs.com/t/standard-install-files/101
  4. Hotfix that improves security in GroupDocs.Anno...

    We have been improving our APIs to meet the requirements of our customers. Therefore, we are pleased to announce GroupDocs.Annotation for .NET 18.7.1. This hotfix comes with a security improvement. We therefore recommend you to download this latest release for a better API experience. Improvements Security improvements update Available Channels and Resources Here are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....Annotation: Nuget Package - Download Documentation -...

    blog.groupdocs.com/annotation/hotfix-that-impro...
  5. Working with metadata in FLV files | GroupDocs

    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. Working with metadata in PNG images | GroupDocs

    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...
  7. Getting known property descriptors | GroupDocs

    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...
  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 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...
  10. 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...