Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 3,602 for

packaging

(0.07 sec)
  1. Working with DICOM metadata | Documentation

    Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM images. The following are the steps to read the native DICOM metadata. Load a DICOM image Get the root metadata package Extract the native metadata package using the DicomRootPackage.getDicomPackage method Read the DICOM metadata properties examples.advanced_usage.managing_metadata_for_specific_formats.image.dicom.DicomReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDicom)) { DicomRootPackage root = metadata.getRootPackageGeneric(); if (root.getDicomPackage() != null) { System.out.println(root.getDicomPackage().getBitsAllocated()); System.out.println(root.getDicomPackage().getReds()); System.out.println(root.getDicomPackage().getGreens()); System.out.println(root.getDicomPackage().getBlues()); System....metadata package Extract the native metadata package using the...

    docs.groupdocs.com/metadata/java/working-with-d...
  2. Document Viewer 2.0.0 with Image Mode, Page nav...

    Today, we are pleased to announce another release of ASP.NET WebForms Modern UI Document Viewer 2.0.0 using GroupDocs.Viewer for .NET version 17.11.0. This release v2.0.0 comes up with new features and improvements to view document in both HTML and Image representations for different document formats like DOCX, PDF, XLSX, PPTX, MSG with attachments and allow user to Zoom, Navigate to Pages, set Watermark and tools/features configuration options through JS Parameters and many more features....Download - MSI Package as well as Zipped DLLs NuGet Package - NuGet...

    blog.groupdocs.com/viewer/asp.net-webforms-mode...
  3. GroupDocs.Conversion for Node.js via Java overv...

    GroupDocs.Conversion for Node.js is a powerful and intuitive JavaScript converter that supports a variety of file formats (such as PDF, DOCX, XLSX, PPTX, PNG, JPEG, TIFF and others) without using third-party tools....powerful and intuitive JavaScript package for file conversion between... Provided as a single NPM package, easily deployable with any...

    docs.groupdocs.com/conversion/nodejs-java/produ...
  4. تنظیم مجدد صفحات PDF با استفاده از C# | سازماند...

    با استفاده از سی شارپ، صفحات فایل های PDF را دوباره مرتب کنید. مثال در حال اجرا نحوه تصحیح ترتیب صفحات پی دی اف نامرتب را در برنامه .NET نشان می دهد.... /packages/groupdocs.merger). PM> Install-Package GroupDocs...

    blog.groupdocs.com/fa/merger/move-pdf-pages-usi...
  5. 使用 C# 將 Word 文檔呈現為乾淨的 HTML |縮小 HTML

    使用 C# 將 Word DOC/DOCX 文檔呈現為縮小的 HTML。在 .NET 應用程序中轉換具有嵌入式或外部資源的 Word 文件。...org/packages/groupdocs.viewer)。 PM> Install-Package GroupDocs...

    blog.groupdocs.com/zh-hant/viewer/render-word-d...
  6. Unisci presentazioni e diapositive PowerPoint u...

    Unisci presentazioni PowerPoint usando C#. Inoltre, combina diapositive specifiche di file PPT/PPTX utilizzando l'API di fusione .NET di GroupDocs....pacchetto da NuGet Packages Gallery. Install-Package GroupDocs.Merger...Merger OR Update-Package GroupDocs.Merger Scarica l’MSI o le DLL...

    blog.groupdocs.com/it/merger/merge-powerpoint-p...
  7. ผสานงานนำเสนอ PowerPoint และสไลด์โดยใช้ C# | รว...

    ผสานงานนำเสนอ PowerPoint โดยใช้ C# นอกจากนี้ รวมสไลด์เฉพาะของไฟล์ PPT/PPTX โดยใช้ .NET merger API โดย GroupDocs...คเกจจาก NuGet Packages Gallery Install-Package GroupDocs.Merger...Merger OR Update-Package GroupDocs.Merger ดาวน์โหลด MSI หรือ DLL...

    blog.groupdocs.com/th/merger/merge-powerpoint-p...
  8. Générer des codes QR en C# | Signer des documen...

    Signez électroniquement des documents et des images en générant des codes QR en C# et joignez-les à des fichiers Word, Excel, PDF, PNG, JPG, WebP à l'aide de l'API de signature .NET....partir du gestionnaire de packages NuGet ou d’obtenir le programme...gestionnaire de packages. PM> Install-Package GroupDocs.Signature...

    blog.groupdocs.com/fr/signature/generate-qr-cod...
  9. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the getSpreadsheetType method to obtain file format information advanced_usage....Extract the root metadata package Use the method to obtain file...method for a certain metadata package (instance of the class), the...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. How to Convert Excel to CSV in C#

    Convert documents quickly and learn how to convert Excel to CSV in C#. Examine the sample code to convert Excel to CSV in C# and modify it to fit your needs....NET package from the NuGet.org Use GroupDocs...by downloading the needed package from the NuGet website and...

    kb.groupdocs.com/conversion/net/how-to-convert-...