Sort Score
Result 10 results
Languages All
Labels All
Results 1,251 - 1,260 of 4,607 for

packaging

(0.19 sec)
  1. GroupDocs.Merger for .NET 25.11 – 最新更新和修复(2025 ...

    探索 GroupDocs.Merger for .NET 25.11 的新功能。现已在 NuGet 和 GroupDocs 网站上提供。...11): dotnet add package GroupDocs.Merger --version...25.11.0 或使用包管理器控制台: Install-Package GroupDocs.Merger -Version 25...

    blog.groupdocs.com/zh/merger/groupdocs-merger-f...
  2. GroupDocs.Conversion cho .NET 25.12 – Cập nhật ...

    Khám phá những tính năng mới trong GroupDocs.Conversion cho .NET 25.12. Hiện đã có sẵn trên NuGet và trang web GroupDocs....(đa nền tảng): dotnet add package GroupDocs.Conversion --version...Framework 4.6.2+ : dotnet add package GroupDocs.Conversion.NETFramework...

    blog.groupdocs.com/vi/conversion/groupdocs-conv...
  3. GroupDocs.Annotation cho .NET 25.11 – Cập nhật ...

    Khám phá những tính năng mới trong GroupDocs.Annotation cho .NET 25.11. Hiện đã có sẵn trên NuGet và trang web GroupDocs....NET 6+ : dotnet add package GroupDocs.Annotation --version...dành cho Windows) : Install-Package GroupDocs.Annotation -Version...

    blog.groupdocs.com/vi/annotation/groupdocs-anno...
  4. Konversi Presentasi ke Gambar di C# | PPT ke JP...

    Ubah presentasi PowerPoint Anda dari format PPT/PPTX ke format JPG atau PNG menggunakan C#. Ubah presentasi menjadi gambar secara terprogram menggunakan .NET API....org /packages/groupdocs.conversion). PM> Install-Package GroupDocs...

    blog.groupdocs.com/id/conversion/convert-presen...
  5. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....metadata package Extract the native metadata package using Read...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...how to update and clean XMP packages in SVG files. Learn how to...

    blog.groupdocs.com/groupdocs.blog/page/7/
  7. Annotate HTML and Email file format using Group...

    GroupDocs team is happy to release another document annotation API version, where new file formats are introduced in supporting document format list and also new features are introduced . The latest GroupDocs.Annotation for .NET 17.5.0 API now provides support to annotate HTML and Email file formats along with Improvements and Fixes. We recommend our user to download the latest API release to use new exciting features and enhance their application with GroupDocs....Annotation: # Download - MSI Package as well as Zipped DLLs NuGet...

    blog.groupdocs.com/annotation/annotate-html-ema...
  8. GroupDocs.Parser Releases

    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....NET, avec des packages NuGet mis à jour et une documentation...

    blog.groupdocs.com/fr/categories/groupdocs.pars...
  9. DICOM, Otp and DjVu file formats Support includ...

    GroupDocs team is glad to announce another monthly release where new file formats are added in supported file format list to annotate documents and image. The latest GroupDocs.Annotation for .NET 17.2.0 API now provides support to DICOM, Otp and DjVu with all major annotation types like Text, Area, Point, Watermark and Strikeout Annotations. We recommend our user to download the latest API release to use new exciting features and enhance their application with GroupDocs....Annotation: # Download - MSI Package as well as Zipped DLLs NuGet...

    blog.groupdocs.com/annotation/new-exciting-feat...
  10. Working with OpenType fonts | GroupDocs

    OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior. Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font files. The following are the steps to read the header of an OpenType file. Load an OpenType font file Get the root metadata package Extract the native metadata package using the OpenTypeRootPackage....metadata package Extract the native metadata package using the...file Get the root metadata package Use the method to get access...

    docs.groupdocs.com/metadata/java/working-with-o...