Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 5,268 for

packaging

(0.73 sec)
  1. 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 the Jpeg2000RootPackage.getJpeg2000Package method Read the JPEG2000 comments advanced_usage.managing_metadata_for_specific_formats.image.jpeg2000.Jpeg2000ReadComments try (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { Jpeg2000RootPackage root = metadata....metadata package Extract the native metadata package using the...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Working with metadata in MOV files | GroupDocs

    Reading MOV format-specific properties The GroupDocs.Metadata API supports extracting QuickTime atoms from a MOV video. The atom is the basic data unit in any QuickTime file. Please find more information on QuickTime atoms in the official specification: https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html The following are the steps to extract QuickTime atoms from a MOV video. Load a MOV video Get the root metadata package Extract the native metadata package using the MovRootPackage.getMovPackage method Read the QuickTime atoms advanced_usage....metadata package Extract the native metadata package using the...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. [Release] GroupDocs.Redaction for .NET v26.7 – ...

    Dear GroupDocs Customers, We are pleased to announce the release of GroupDocs.Redaction for .NET v26.7. This release focuses on OOXML compliance control when saving Word processing documents and broader spreadsheet for…...incorrectly saved as XLSX/ZIP packages. OOXML Compliance for Word...incorrectly saved as an XLSX/ZIP package instead of remaining a text...

    forum.groupdocs.com/t/release-groupdocs-redacti...
  4. GroupDocs.Viewer for .NET 25.12 – 최신 업데이트 및 수정 ...

    GroupDocs.Viewer for .NET 25.12의 새로운 기능을 살펴보세요. NuGet 및 GroupDocs 웹사이트에서 지금 바로 사용 가능합니다....org/packages/GroupDocs.Viewer.CrossPlatform/25...12 – https://www.nuget.org/packages/GroupDocs.Viewer/25.12 Direct...

    blog.groupdocs.com/ko/viewer/groupdocs-viewer-f...
  5. Render Word Document to Image using Node.js

    Let's learn how to render Word Document to Image using Node.js with code example. There is no need to install any extra tool to render Word Document to Image in Node.js....viewer package Configure image output by creating...installing the groupdocs.viewer package. Next, define the image output...

    kb.groupdocs.com/viewer/nodejs/render-word-docu...
  6. Render Word to PDF using Node.js

    This topic explains how to render Word to PDF using Node.js with code example. There is no need to install any extra softwares to render Word to PDF in Node.js....viewer package to add the required rendering...Install the groupdocs.viewer package, then define your PDF output...

    kb.groupdocs.com/viewer/nodejs/render-word-to-p...
  7. GroupDocs.Viewer for .NET 25.12 – 最新更新和修复(2025年...

    探索 GroupDocs.Viewer for .NET 25.12 的最新功能。现在可在 NuGet 和 GroupDocs 网站上获取。...org/packages/GroupDocs.Viewer.CrossPlatform/25...12 – https://www.nuget.org/packages/GroupDocs.Viewer/25.12 直接下载...

    blog.groupdocs.com/zh/viewer/groupdocs-viewer-f...
  8. GroupDocs.Viewer for .NET 25.12 – 最新更新與修復(2025年...

    探索 GroupDocs.Viewer for .NET 25.12 的新功能。現已在 NuGet 與 GroupDocs 官方網站上提供。...org/packages/GroupDocs.Viewer.CrossPlatform/25...12 – https://www.nuget.org/packages/GroupDocs.Viewer/25.12 直接下載...

    blog.groupdocs.com/zh-hant/viewer/groupdocs-vie...
  9. .NET 10 GroupDocs.Viewer GetBarcodeImage except...

    We’re encountering an issue when converting .doc/.docx files to PDF. Error System.TypeLoadException (HResult: 0x80131522) Message: Method ‘GetBarcodeImage’ in type ‘…’ from assembly ‘GroupDocs.Viewer, Version=25.12.0.…... Reviewing both packages, we noticed they depend on...10 compatibility for these packages and whether the Aspose.BarCode...

    forum.groupdocs.com/t/net-10-groupdocs-viewer-g...
  10. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...metadata package Extract the native metadata package using Read...

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