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

packaging

(0.09 sec)
  1. 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...
  2. Atur ulang Halaman PDF menggunakan C# | Atur de...

    Susun ulang halaman file PDF menggunakan C#. Contoh yang sedang berjalan menunjukkan cara memperbaiki urutan halaman PDF yang tidak terurut dalam aplikasi .NET....org /packages/groupdocs.merger). PM> Install-Package GroupDocs...

    blog.groupdocs.com/id/merger/move-pdf-pages-usi...
  3. 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...
  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. 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...
  6. Перевпорядкування сторінок PDF за допомогою C# ...

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

    blog.groupdocs.com/uk/merger/move-pdf-pages-usi...
  7. Voeg Excel-bestanden en spreadsheets samen met ...

    Combineer Excel-spreadsheetbestanden met C#. Voeg specifieke bladen van XLS/XLSX-bestanden samen met behulp van de .NET-fusie-API van GroupDocs....vanuit NuGet Packages Gallery. Install-Package GroupDocs.Merger...Merger OR Update-Package GroupDocs.Merger Download de MSI of DLL’s...

    blog.groupdocs.com/nl/merger/merge-excel-files-...
  8. Working with metadata in WordProcessing documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, 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 document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....Extract the root metadata package Use the property to obtain...method for a certain metadata package (instance of the class), the...

    docs.groupdocs.com/metadata/net/working-with-me...
  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-...