Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 3,602 for

packaging

(0.08 sec)
  1. Releasing Improved ASP.NET MVC Front End

    GroupDocs team is happy to release another version of ASP.NET MVC Front End with a bunch of new features that were demanded by the customers. Not only this but most of the reported issues have also been resolved in the latest ASP.NET MVC Front End. We recommend you to download and try this version of the application to get a much better experience. Let’s have a look at the list of enhancements, fixes, and improvements....Download - MSI Package and Zipped DLLs NuGet Package - NuGet Installation...

    blog.groupdocs.com/viewer/asp-net-mvc-front-end...
  2. 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-...
  3. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for .NET 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 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...
  4. Suite C# Tout-en-un pour l'automatisation des t...

    Découvrez comment GroupDocs.Total pour .NET simplifie l'automatisation des documents en C#. De la visualisation et de la modification de documents aux signatures électroniques et à la gestion des licences économiques, optimisez votre flux de travail sans effort....Avantages de la taille du package Économies de coûts et gestion...ou via le Gestionnaire de packages NuGet . Son installation est...

    blog.groupdocs.com/fr/total/streamline-document...
  5. Working with EXIF metadata | Documentation

    This article explains how to access EXIF metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IExif.getExifPackage method....Extract the EXIF metadata package using the IExif.getExifPackage...that can be added to an EXIF package: TiffAsciiTag TiffByteTag TiffDoubleTag...

    docs.groupdocs.com/metadata/nodejs-java/working...
  6. Sunting PDF dan Dokumen yang Dipindai dalam C# ...

    Sunting teks dalam PDF dan dokumen lain menggunakan C# di aplikasi .NET Anda. Sunting dokumen untuk menghilangkan teks dan juga teks di dalam gambar yang disematkan....melalui Package Manager Console # PM> Install-Package GroupDocs...Redaction Instal melalui NuGet Package Manager # Redact Teks PDF dan...

    blog.groupdocs.com/id/redaction/redact-text-and...
  7. รวมไฟล์ Excel และสเปรดชีตโดยใช้ C# | รวม XLS / ...

    รวมไฟล์สเปรดชีต Excel โดยใช้ C# รวมไฟล์ XLS / XLSX เฉพาะแผ่นโดยใช้ .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-excel-files-...
  8. Clean metadata | Documentation

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....remove all detected metadata packages/properties. Load a file to...the actual number of removed packages/properties Save the changes...

    docs.groupdocs.com/metadata/python-net/clean-me...
  9. Publishing Modern SharePoint Web-Part for Group...

    GroupDocs team is proudly announcing new **Modern Web-Part **for SharePoint Developers for GroupDocs.Viewer for .NET API. Using this release SharePoint developers can not only integrate GroupDocs.Viewer in their SharePoint site, but they can also customize it according to their needs. This new release is simple, efficient and, user friendly. Please download and investigate this new Web-Part. Let’s explore key highlights in this new user interface. Modern Look-and-FeelThe look and feel has been completely revamped using Material Design....Download - MSI Package and Zipped DLLs NuGet Package - NuGet Installation...

    blog.groupdocs.com/viewer/publishing-modern-sha...
  10. Working with metadata in PDF documents | Docume...

    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...