Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 3,637 for

packaging

(0.06 sec)
  1. Viewer Pptx page number error - Free Support Fo...

    Hi, There is a scroll error in pptx files. Page numbers do not increase properly. I am sharing the version information => 25.1.1 8.0.2...support Package Versions 25.1.1 GroupDocs.Viewer UI Package Versions...Viewer.UI 6.x. In my case the package number does not change when...

    forum.groupdocs.com/t/viewer-pptx-page-number-e...
  2. Comment convertir SVG en PDF en C#

    Cet article explique la procédure complète pour convertir SVG en PDF en C# et apprendre à développer la fonctionnalité de conversion C# SVG en PDF....en PDF en C# Installez le package GroupDocs.Conversion for .NET...première étape, configurez le package requis et incluez l’espace...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  3. 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...
  4. 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...
  5. Перевпорядкування сторінок PDF за допомогою C# ...

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

    blog.groupdocs.com/uk/merger/move-pdf-pages-usi...
  6. GroupDocs.Viewer for .NET 3.7.0 Supports EMF an...

    Today, we’re delighted to share some new features and improvements that we’ve incorporated in the October release of GroupDocs.Viewer for .NET. This release comes up with the support of EMF and DICOM file formats. Along with this, the API also provides the way to work with layers in PDF documents and default fonts in diagram documents. Check out this latest version to enhance and improve your document viewer applications....Download - MSI Package and Zipped DLLs NuGet Package - NuGet Install...

    blog.groupdocs.com/viewer/groupdocs-viewer-dot-...
  7. Announcing GroupDocs.Comparison for .NET 3.4.0 ...

    We are glad to see GroupDocs.Comparison API’s growth and users trust across the world. User’s trust and feedback always motivates us to make improvements and add more features in our Document Comparison API. Therefore we are happy to announce GroupDocs.Comparison for .NET 3.4.0 monthly release. In this new release we have introduced 8 new Features, 2 Improvements and 2 Fixes. New Features - GroupDocs.Comparison for .NET 3.4.0In this new release of GroupDocs....Downloads -MSI Package and Zipped DLLs Nuget Package -NuGet Install...

    blog.groupdocs.com/comparison/announcing-groupd...
  8. Latest release for Modern SharePoint WebPart fo...

    Great news for SharePoint Developers, GroupDocs proudly announces latest release for GroupDocs.Viewer for .NET Modern SharePoint WebPart. In this v1.1 we updated all features that were implemented in ASP.NET MVC Modern UI v1.1. Our aim is to provide same features in all of our modern front ends, so that customer’s across different platforms can enjoy similar features. We have introduced a bunch of new features in this new version. We would recommend you to download this release and provide your valuable feedback....Download - MSI Package and Zipped DLLs NuGet Package - NuGet Installation...

    blog.groupdocs.com/viewer/latest-release-modern...
  9. How to Convert HTML to Image in C#

    Examine sample code on how to convert HTML to Image in C# along with detailed instructions for putting the C# HTML to PNG functionality into action....NET from the NuGet package manager in your application...converted document. Install the package into your application, then...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. How to Convert Word Document to HTML using C#

    This article helps you to convert Word Document to HTML using C#. Generate HTML from DOCX using C# by following step-by-step guide and perform document conversion....NET from the NuGet package manager Add a reference to...and install the appropriate package from NuGet, then reference...

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