Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 4,988 for

packaging

(0.12 sec)
  1. Переставити сторінки в Word за допомогою C# | У...

    Змініть порядок сторінок файлів Word за допомогою C#. Запущений приклад показує, як змінити порядок сторінок у файлах DOC/DOCX за допомогою .NET API.... PM> Install-Package GroupDocs.Merger Переміщення...

    blog.groupdocs.com/uk/merger/move-word-pages-us...
  2. How to Run Examples | GroupDocs

    Clone the GitHub examples repository, install dependencies into a virtual environment, optionally apply a license, and run every documented example end to end — locally, inside Docker, or on GitHub Actions....first few properties of each package are read and save() raises...md ← extracted from the pip package for AI tools ├── Dockerfile...

    docs.groupdocs.com/metadata/python-net/how-to-r...
  3. Najděte Word a jeho homofony ve více souborech ...

    Najděte konkrétní slovo a jeho homofony v různých souborech složky pomocí C#. Sestavte aplikaci .NET pro homofony pomocí rozhraní API pro vyhledávání dokumentů od GroupDocs...org /packages/groupdocs.search). PM> Install-Package GroupDocs...

    blog.groupdocs.com/cs/search/find-homophones-in...
  4. Comparez plusieurs fichiers CSV en C# | Accepte...

    Comparez par programmation deux fichiers CSV ou plus en C#. Apprenez à accepter, rejeter et mettre en évidence les changements. Comparez les fichiers CSV protégés par mot de passe à l'aide de l'API .NET....installer l’API en ajoutant son package à votre application .NET via...via NuGet . PM> Install-Package GroupDocs.Comparison Des exemples...

    blog.groupdocs.com/fr/comparison/compare-multip...
  5. Extracting Common Image Information | GroupDocs

    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 FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } 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 property to obtain...

    docs.groupdocs.com/metadata/net/extracting-comm...
  6. Load document from Amazon S3 Storage | GroupDocs

    The page describes how to load PDF, Word, Excel, PowerPoint documents from Amazon S3 storage when using GroupDocs.Annotation for .NET....return stream ; } } Note NOTE: Packages AWSSDK.S3 version 3.3.104...

    docs.groupdocs.com/annotation/net/load-document...
  7. Working with metadata in GIF images | GroupDocs

    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 FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Extract the root metadata package Use the property to obtain...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Convert PDF

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....ของคุณผ่านทาง NuGet PM> Install-Package GroupDocs.Conversion วิธีแปลง...

    blog.groupdocs.com/th/tag/convert-pdf/
  9. Синтаксичний аналіз і вилучення значень полів ф...

    Проаналізуйте форми PDF, які можна заповнити, і витягніть значення полів форми PDF-документів у C# за допомогою API аналізу та вилучення даних .NET від GroupDocs.... PM> Install-Package GroupDocs.Parser Витягти дані...

    blog.groupdocs.com/uk/parser/parse-and-extract-...
  10. วิธีแปลง HTML เป็น JPG โดยใช้ C#

    บทความสั้นๆ นี้จะสาธิตวิธีแปลง HTML เป็น JPG โดยใช้ C# โดยไม่ต้องติดตั้งซอฟต์แวร์ของบริษัทอื่น และให้ตัวอย่างโค้ดเพื่อส่งออก HTML เป็น JPG ใน C#...เป็น JPG โดยใช้ C# ใช้ NuGet package manager เพื่อติดตั้ง GroupDocs...

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