Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 3,695 for

packaging

(0.07 sec)
  1. How to Extract Text from HTML in C#

    This tutorial focuses on the procedure to extract Text from HTML in C# and how to follow this guide for implementing the C# extract Text from HTML functionality....NET package from the NuGet website in the...by configuring the required package and adding the reference to...

    kb.groupdocs.com/parser/net/how-to-extract-text...
  2. How to Convert Excel to CSV in C#

    Convert documents quickly and learn how to convert Excel to CSV in C#. Examine the sample code to convert Excel to CSV in C# and modify it to fit your needs....NET package from the NuGet.org Use GroupDocs...by downloading the needed package from the NuGet website and...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. Show/Hide Comments when Rendering Word and Spre...

    Today, we are excited to announce version 17.5.0 of GroupDocs.Viewer for .NET API. This brand new release came up with 20 important bug fixes and key improvements. It also supports rendering of comments in Word and Spreadsheet documents. Furthermore, we have introduced settings to adjust quality and size when rendering documents as PDF. We recommend you to please upgrade to the latest version to get improved results. GroupDocs.Viewer for ....Download - MSI Package and Zipped DLLs NuGet Package - NuGet Installation...

    blog.groupdocs.com/viewer/show-comments-renderi...
  4. 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-...
  5. 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...
  6. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for Java 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 getSpreadsheetType 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...
  7. GroupDocs.Conversion throws with Out of Memory ...

    Sometimes, we may encounter corrupted files, or files with unknown extensions. Will be good if GroupDocs.Conversion can fail gracefully when it encounters such situations. Attached is a simple text file with filename “…...6:58am 8 Removing all Nuget packages and adding only GroupDocs...exception. Removing all Nuget packages and adding only GroupDocs...

    forum.groupdocs.com/t/groupdocs-conversion-thro...
  8. 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...
  9. วิธีดึงรูปภาพออกจาก Excel ใน C#

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

    kb.groupdocs.com/th/parser/net/how-to-extract-i...
  10. Convert PDF to JPG using Python

    Discover how to convert PDF to JPG using Python. This tutorial explains how to export PDF to JPG using Python for easier sharing, and streamlined workflows....NET package to enable PDF to JPG conversion...by installing the required package and importing the necessary...

    kb.groupdocs.com/conversion/python/convert-pdf-...