Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 4,454 for

packaging

(0.03 sec)
  1. GroupDocs.Viewer עבור .NET 25.9 – עדכונים ותיקו...

    גלו מה חדש ב-GroupDocs.Viewer עבור .NET 25.9. זמין כעת ב‑NuGet ובאתר GroupDocs....NET 6 Package או Windows-only .NET Framework...Framework 4.6.2 and .NET 6 Package Direct Download – הורדת האסמבליות...

    blog.groupdocs.com/he/viewer/groupdocs-viewer-f...
  2. How to Convert XML to PDF in C#

    Learn the process to convert documents with one of the top library and easily convert XML to PDF in C#. Explore sample code for C# convert XML to PDF capability....NET package from the NuGet in the .NET...must install the required package from the NuGet website and...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. How to Convert MSG to JPG using C#

    In this article, you will learn how to convert MSG to JPG using C# without installing third party software. Also, we will provide code to export MSG to JPG in C#....JPG using C# Use the NuGet package manager to install GroupDocs...by installing the required package from NuGet and referencing...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. GroupDocs.Viewer для .NET 25.9 – Останні оновле...

    Дослідіть, що нового в GroupDocs.Viewer для .NET 25.9. Тепер доступно на NuGet та веб‑сайті GroupDocs....NET 6 Package або Windows-only .NET Framework...Framework 4.6.2 and .NET 6 Package Direct Download – Завантажте збірки...

    blog.groupdocs.com/uk/viewer/groupdocs-viewer-f...
  5. Working with metadata in PSD images | GroupDocs

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop file format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image. Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks advanced_usage....file Get the root metadata package Extract the instance and obtain...metadata package Extract the native metadata package using the...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. ویرایش PDF و اسناد اسکن شده در C# | متن خاموش د...

    متن را در PDF و سایر اسناد با استفاده از C# در برنامه های NET خود ویرایش کنید. اسناد را به متن و همچنین متن درون تصاویر جاسازی شده تبدیل کنید....طریق Package Manager Console نصب کنید # PM> Install-Package GroupDocs...GroupDocs.Redaction از طریق NuGet Package Manager نصب کنید # ویرایش متن...

    blog.groupdocs.com/fa/redaction/redact-text-and...
  7. GroupDocs.Conversion for .NET 25.10 – Latest Up...

    Explore what’s new in GroupDocs.Conversion for .NET 25.10. Available now on NuGet and GroupDocs website....Conversion package: dotnet add package GroupDocs.Conversion...--version 25.10 (The same package works for .NET 6+, .NET Framework...

    blog.groupdocs.com/conversion/groupdocs-convers...
  8. GroupDocs.Parser para .NET 25.12 – Atualizações...

    Explore as novidades do GroupDocs.Parser para .NET 25.12. Disponível agora no NuGet e no site da GroupDocs....Parser : dotnet add package GroupDocs.Parser --version...--version 25.12.0 dotnet add package GroupDocs.Parser.NETFramework --version...

    blog.groupdocs.com/pt/parser/groupdocs-parser-f...
  9. 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 FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....metadata package Extract the native metadata package using Read...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Working with metadata in JPEG2000 images | Grou...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 image Get the root metadata package Extract the native metadata package using Jpeg2000RootPackage.Jpeg2000Package Read the JPEG2000 comments AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000.Jpeg2000ReadComments using (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { var root = metadata.GetRootPackage(); if (root....metadata package Extract the native metadata package using Read...

    docs.groupdocs.com/metadata/net/working-with-me...