Sort Score
Result 10 results
Languages All
Labels All
Results 2,291 - 2,300 of 4,540 for

packaging

(0.19 sec)
  1. 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/
  2. Analizuj i wyodrębniaj wartości pól formularzy ...

    Analizuj formularze PDF do wypełnienia i wyodrębniaj wartości pól formularzy z dokumentów PDF w języku C# przy użyciu interfejsu API analizy i ekstrakcji danych .NET firmy GroupDocs.... PM> Install-Package GroupDocs.Parser Wyodrębnij...

    blog.groupdocs.com/pl/parser/parse-and-extract-...
  3. GroupDocs.Editor for .NET 25.12 – 最新の更新と修正 (202...

    GroupDocs.Editor for .NET 25.12 の新機能をご確認ください。NuGet と GroupDocs のウェブサイトで現在利用可能です。...最新パッケージにアップグレード: dotnet add package GroupDocs.Editor このパッケージには...

    blog.groupdocs.com/ja/editor/groupdocs-editor-f...
  4. המרת 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...
  5. Konwertuj Markdown na PDF za pomocą C# | MD do ...

    Konwertuj pliki Markdown do formatu PDF przy użyciu języka C#. Przekształcaj pliki MD do formatu przenośnego za pomocą interfejsu API konwersji GroupDocs .NET.... PM> Install-Package GroupDocs.Conversion Konwertuj...

    blog.groupdocs.com/pl/conversion/convert-markdo...
  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. 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...
  9. Comment convertir DOCX en ODT en utilisant C#

    Dans cet article, vous découvrirez comment convertir DOCX en ODT à l'aide de C# sans installation de logiciel supplémentaire. Nous fournirons également le code pour exporter DOCX vers ODT en C#....NET via le gestionnaire de packages NuGet dans le but de convertir...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  10. Comment convertir DOCX en RTF en utilisant C #

    Vous pouvez trouver les instructions pour convertir docx en RTF en utilisant C# dans cette rubrique. De plus, nous vous aiderons à écrire une application pour exporter docx vers RTF en utilisant C#....partir du gestionnaire de packages NuGet Ajoutez une référence...

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