Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 4,574 for

packaging

(0.45 sec)
  1. New release for MVC Front End for GroupDocs.Edi...

    Great news for ASP.NET Developers, GroupDocs proudly announces latest release for GroupDocs.Editor for .NET MVC Modern Front End. In this v1.1 we have used modern Template in ASP.NET MVC. This new release is simple, efficient and, user friendly. User can convert Word Document to Html and convert updated Html to Word/PDF Document and download. View the HTML in WYSIWYG Editor and perform editing in HTML file. 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/editor/new-release-mvc-front...
  2. GroupDocs.Viewer for .NET 16.10.0 Supports Mobi...

    Are you interested in broadening the scope of your document viewer applications? Get started with GroupDocs.Viewer for .NET 16.10.0, coming up with the support of Mobipocket e-book format. Furthermore, 7 issues being found in earlier versions have been fixed in the latest release. Be the first to download this new release for a better experience. GroupDocs.Viewer for .NET 16.10.0 - New FeaturesBelow is the new feature added to** GroupDocs.Viewer for ....Download - MSI Package and Zipped DLLs NuGet Package - NuGet Install...

    blog.groupdocs.com/viewer/groupdocs-viewer-supp...
  3. GroupDocs.Editor for .NET 25.11 – Latest Update...

    Explore what’s new in GroupDocs.Editor for .NET 25.11. Available now on NuGet and GroupDocs website....Editor package: https://www.nuget.org/packages/GroupDocs.Editor...

    blog.groupdocs.com/editor/groupdocs-editor-for-...
  4. Fusionner des fichiers Excel et des feuilles de...

    Combinez des fichiers de feuille de calcul Excel à l'aide de C#. Fusionnez des feuilles spécifiques de fichiers XLS/XLSX à l'aide de l'API de fusion .NET de GroupDocs....mettez à jour le package à partir de NuGet Packages Gallery. Install-Package...Install-Package GroupDocs.Merger OR Update-Package GroupDocs.Merger...

    blog.groupdocs.com/fr/merger/merge-excel-files-...
  5. How to Convert MHTML to HTML using C#

    Easily perform document conversion and learn the process to convert MHTML to HTML using C#. Also, learn how to implement the convert MHTML to HTML C# capability....NET package from the NuGet website in the...all, install the required package from NuGet and add the necessary...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. Compare Shapes and Watermark Text Style With Gr...

    We are excited to announce another monthly release of GroupDocs.Comparison for .NET 16.12.0 API new features, Improvements and fixes are introduced in this release. Major changes are done for Spreadsheet and PDF document formats. This monthly release is also introduced enhanced Support for Visual Basic Scripts handling and detection of shapes for Spreadsheet format and watermark text style for PDF document format.In this monthly release 2 new feature are introduced along with 4 improvements and 2 Bug fixes....Downloads -MSI Package and Zipped DLLs Nuget Package -NuGet Install...

    blog.groupdocs.com/comparison/groupdocs.compari...
  7. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported document formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the getPresentationType 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...
  8. Comment ajouter un composant de bouton au PDF à...

    Nous allons vous montrer comment ajouter un composant de bouton au PDF en utilisant C # avec des instructions complètes et un exemple de code pour insérer un bouton dans un PDF en utilisant C #....expliquerons comment configurer le package d’annotations. Voici des instructions...l’aide de C# Installez le package GroupDocs.Annotation for .NET...

    kb.groupdocs.com/fr/annotation/net/how-to-add-b...
  9. Comment convertir EML en MSG en C#

    Familiarisons-nous avec le flux de travail pour convertir EML en MSG en C# et apprenons à utiliser ce guide pour créer l'application C# convert EML to MSG....en MSG en C# Installez le package GroupDocs.Conversion for .NET...partir du gestionnaire de packages NuGet dans l’application ...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  10. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....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...