Sort Score
Result 10 results
Languages All
Labels All
Results 1,291 - 1,300 of 3,602 for

packaging

(0.03 sec)
  1. Pridėkite tekstinį vandens ženklą prie RTF naud...

    Sužinokime, kaip pridėti tekstinį vandens ženklą prie RTF naudojant C#. Be to, gausite kodo pavyzdį, kuriame parodyta, kaip C# įterpti tekstinį vandens ženklą į RTF....galite padaryti naudodami NuGet Package Manager, esančią Visual Studio...

    kb.groupdocs.com/lt/watermark/net/add-text-wate...
  2. Comment comparer des images en C#

    Voulez-vous effectuer facilement une comparaison d'images, puis consultez le guide pour comparer des images en C# et apprendre à créer la fonctionnalité de comparaison d'images en C# ?...images en C# Installez le package GroupDocs.Comparison for .NET...

    kb.groupdocs.com/fr/comparison/net/how-to-compa...
  3. Comment convertir TXT en PPTX en utilisant C#

    Cet article fournit toutes les étapes pour convertir TXT en PPTX en utilisant C # sur les systèmes d'exploitation couramment utilisés. Il inclut également un exemple de code pour transformer TXT en PPTX à l'aide de C#....utilisant le gestionnaire de packages NuGet Ajouter une référence...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  4. Working with metadata in GIF images | Documenta...

    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...
  5. Extracting Common Image Information | Documenta...

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

    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. המרת Markdown ל-PDF באמצעות C# | MD ל-PDF | .NE...

    המר קבצי Markdown ל-PDF באמצעות C#. הפוך קבצי MD לפורמט נייד באמצעות API להמרה של GroupDocs .NET.... PM> Install-Package GroupDocs.Conversion המרת Markdown...

    blog.groupdocs.com/he/conversion/convert-markdo...
  8. הדגש PDF עם הערות באמצעות C# | הערה PDF עם הדגשה

    הדגש טקסט ב-PDF עם הערות סימון באמצעות C#. הערת מסמכים ותמונה. NET API מאפשר להוסיף הערות לקבצי PDF על ידי הדגשת כל אזור.... PM> Install-Package GroupDocs.Annotation הדגשה...

    blog.groupdocs.com/he/annotation/highlight-pdf-...
  9. 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/
  10. Atur ulang Halaman di Word menggunakan C# | Men...

    Susun ulang halaman file Word menggunakan C#. Contoh yang sedang berjalan menunjukkan cara mengubah urutan halaman dalam file DOC/DOCX menggunakan .NET API.... PM> Install-Package GroupDocs.Merger Pindahkan...

    blog.groupdocs.com/id/merger/move-word-pages-us...