Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 3,720 for

packaging

(0.1 sec)
  1. Extract Archive Files Data using C# | ZIP, RAR,...

    Extract data of compressed archives like ZIP, RAR, TAR, GZIP, BZIP2 files using C# in .NET application. Parse archives and extract whole text within files....install the API by adding its package to your .NET application via...via NuGet . PM> Install-Package GroupDocs.Parser How to Extract...

    blog.groupdocs.com/parser/extract-zip-files-dat...
  2. How to Convert HTML to Excel in C#

    Quickly review detailed instructions to convert HTML to Excel in C#, learn how to use these steps for the implementation of HTML to Excel converter C# functionality....NET package from the NuGet in the .NET...by installing the required package from the NuGet website and...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. ASP.NET WebForms Modern UI Document Viewer v2.1...

    GroupDocs is pleased to announce another release of ASP.NET WebForms Modern UI Document Viewer v2.1.0 using GroupDocs.Viewer for .NET 18.1. This release v2.1.0 comes up with new features and improvements for Search, Print and File Manager to view document in both HTML and Image representations for different document formats like DOCX, PDF, XLSX, PPTX, MSG with attachments and many more features. Let’s have a look at it. We recommend you to download and explore this new version....Download - MSI Package as well as Zipped DLLs NuGet Package - NuGet...

    blog.groupdocs.com/viewer/asp.net-webforms-mode...
  4. Improved Performance introduced in GroupDocs.Co...

    GroupDocs team is glad to announce another monthly release of GroupDocs.Comparison for .NET 16.11.0 API along with Improved Performance ,new features and fixes. Major changes are done for Presentation document format and introduced enhanced Support for advanced Visual Basic Scripts and detection of Picture Frames.In this monthly release 3 new feature are introduced along with 4 improvements and 3 Bug fixes. Download the latest GroupDocs.Comparison for .NET API to implement the new and improved features....Downloads -MSI Package and Zipped DLLs Nuget Package -NuGet Install...

    blog.groupdocs.com/comparison/groupdocs-compari...
  5. Multiple Target Documents – GroupDocs.Compariso...

    GroupDocs team is continuously adding support for new features and trying to improve GroupDocs.Comparison API for its precious user. We are glad that we are receiving many feedback from users and we are trying to provide features which are being demanded by our valuable customers. GroupDocs.Comparison for .NET is growing each day therefore we are providing new releases every month, in this regard we are happy to announce another exciting monthly release for GroupDocs....Downloads -MSI Package and Zipped DLLs Nuget Package -NuGet Install...

    blog.groupdocs.com/comparison/multiple-document...
  6. Compare OneNote document using GroupDocs.Compar...

    GroupDocs team is glad to announce another monthly release of Document Comparison for .NET API v17.8.0 with some new features like adding support for OneNote document comparison and comparison of header and footer for cells file format and also adding support for pivot tables in cells. This monthly release is also including improvements like HyperLinks on Shape in slides file format along with fixes. Major Changes are done for OneNote, Cells and Slides document formats....Downloads -MSI Package and Zipped DLLs Nuget Package -NuGet Install...

    blog.groupdocs.com/comparison/groupdocs.compari...
  7. 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...
  8. 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...
  9. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...metadata package Extract the native metadata package using Read...

    docs.groupdocs.com/metadata/net/working-with-bm...
  10. วิธีดึงรูปภาพออกจาก Excel ใน C#

    บทความนี้จะอธิบายเวิร์กโฟลว์ในการดึงรูปภาพจาก Excel ในภาษา C# และวิธีใช้เวิร์กโฟลว์นี้ในการพัฒนาแอปพลิเคชันเพื่อรับรูปภาพจาก Excel โดยใช้ C#...NET จาก NuGet package manager ในโครงการ .NET เพื...หลังจากตั้งค่าแพ็คเกจดังกล่าวจาก NuGet package manager เมื่อคุณติดตั้งเสร็จแล้ว...

    kb.groupdocs.com/th/parser/net/how-to-extract-i...