Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 3,004 for

packaging

(0.09 sec)
  1. Render STL and IFC File Formats using GroupDocs...

    We are pleased to announce the release of version 17.10 of GroupDocs.Viewer for .NET. This monthly release has come with 3 new features and more than 10 improvements and bug fixes. GroupDocs.Viewer for .NET 17.10 allows you to render STL and IFC file formats. Furthermore, settings to hide/show hidden pages have been extended for Microsoft PowerPoint documents. Please continue to read more about the latest version. Render STL and IFC File FormatsFrom version 17....Download - MSI Package and Zipped DLLs NuGet Package - NuGet Installation...

    blog.groupdocs.com/viewer/render-stl-and-ifc-fi...
  2. Convert SVG to JPG using C# - Vector Graphics t...

    Convert SVG vector graphics to JPG images using C#. Rotate, flip, watermark, grayscale, and adjust brightness & gamma of converted JPG using .NET API....install the API by adding its package to your .NET application via...via NuGet . PM> Install-Package GroupDocs.Conversion Running examples...

    blog.groupdocs.com/conversion/convert-svg-to-jp...
  3. Uspořádejte stránky PDF pomocí C# | Uspořádejte...

    Změňte pořadí stránek souborů PDF pomocí C#. Spuštěný příklad ukazuje, jak opravit pořadí neuspořádaných stránek PDF v aplikaci .NET....org /packages/groupdocs.merger). PM> Install-Package GroupDocs...

    blog.groupdocs.com/cs/merger/move-pdf-pages-usi...
  4. 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 DicomRootPackage.DicomPackage Read the DICOM metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Dicom.DicomReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDicom)) { var root = metadata.GetRootPackage(); if (root.DicomPackage != null) { Console.WriteLine(root.DicomPackage.BitsAllocated); Console.WriteLine(root.DicomPackage.LengthValue); Console.WriteLine(root.DicomPackage.DicomFound); Console.WriteLine(root.DicomPackage.HeaderOffset); Console.WriteLine(root.DicomPackage.NumberOfFrames); // ....metadata package Extract the native metadata package using Read...

    docs.groupdocs.com/metadata/net/working-with-di...
  5. Перевпорядкування сторінок PDF за допомогою C# ...

    Змініть порядок сторінок PDF-файлів за допомогою C#. Запущений приклад показує, як виправити послідовність невпорядкованих PDF-сторінок у програмі .NET.... /packages/groupdocs.merger). PM> Install-Package GroupDocs...

    blog.groupdocs.com/uk/merger/move-pdf-pages-usi...
  6. Zmień kolejność stron PDF za pomocą C# | Organi...

    Zmień kolejność stron plików PDF za pomocą języka C#. Uruchomiony przykład pokazuje, jak poprawić kolejność nieuporządkowanych stron PDF w aplikacji .NET....org /packages/groupdocs.merger). PM> Install-Package GroupDocs...

    blog.groupdocs.com/pl/merger/move-pdf-pages-usi...
  7. 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...
  8. 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...
  9. 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...
  10. تنظیم مجدد صفحات PDF با استفاده از C# | سازماند...

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

    blog.groupdocs.com/fa/merger/move-pdf-pages-usi...