Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 3,661 for

packaging

(0.06 sec)
  1. 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...
  2. 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...
  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 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...
  5. Extract Archive Files Data using C# | ZIP, RAR,...

    Extract data of compressed archives like ZIP, RAR, TAR, GZIP, BZIP2 files using C# in .NET application. Parse archives and extract whole text within files....install the API by adding its package to your .NET application via...via NuGet . PM> Install-Package GroupDocs.Parser How to Extract...

    blog.groupdocs.com/parser/extract-zip-files-dat...
  6. วิธีดึงรูปภาพออกจาก Excel ใน C#

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

    kb.groupdocs.com/th/parser/net/how-to-extract-i...
  7. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...metadata package Extract the native metadata package using Read...

    docs.groupdocs.com/metadata/net/working-with-bm...
  8. GroupDocs Newsletter July 2018 – Professional D...

    Share this issue: Monthly NewsletterJuly 2018 Merge Word, PDF, Excel & PowerPoint Documents in .NET Join Multiple Documents of Same File Format into One GroupDocs.Merger for .NET - A native document manipulation API allowing to split, append, join, remove, reorder and combine pages of popular business documents formats into one. You can also manage document protection by setting up or removing passwords. Company News GroupDocs Consulting Partners Program GroupDocs has recently started consulting partners program to provide professional consultancy services, implementation and unique solutions to help GroupDocs API users develop customized solutions according to the business needs....NET APIs packaged into one product suite. GroupDocs...versions of GroupDocs Java APIs packaged into one product suite. GroupDocs...

    blog.groupdocs.com/total/groupdocs-newsletter-j...
  9. GroupDocs Newsletter May 2018 – Document Manipu...

    Share this issue: Monthly Newsletter May 2018 Professional APIs for Creating Document Management Applications Manipulate 100+ Business File Formats in .NET and Java Apps GroupDocs offers feature-rich document manipulation APIs for .NET and Java developers to build web, mobile or desktop apps with the capability to view, annotate, convert, e-sign, compare, assemble, and watermark document formats. You can also extract text, retrieve metadata information and manipulate documents using HTML....NET APIs packaged into one product suite. GroupDocs...versions of GroupDocs Java APIs packaged into one product suite. GroupDocs...

    blog.groupdocs.com/total/groupdocs-newsletter-m...
  10. Sloučit PowerPointové prezentace a prezentace p...

    Sloučit PowerPointové prezentace pomocí C#. Dále zkombinujte konkrétní snímky souborů PPT/PPTX pomocí slučovacího API .NET od GroupDocs.... Install-Package GroupDocs.Merger OR Update-Package GroupDocs...

    blog.groupdocs.com/cs/merger/merge-powerpoint-p...