Sort Score
Result 10 results
Languages All
Labels All
Results 2,111 - 2,120 of 12,028 for

format

(0.07 sec)
  1. How to Convert RTF to TXT using C#

    We will demonstrate how to convert RTF to TXT using C# without the need of third-party software. Moreover, we will provide code example to export RTF to TXT in C#.... Rich Text Format ( RTF ) files can be converted...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. Working with BMP metadata | GroupDocs

    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:...Managing metadata for specific formats / Images / Working with BMP...Metadata API supports extracting format-specific information from BMP...

    docs.groupdocs.com/metadata/net/working-with-bm...
  3. Render SVG as PNG using Python

    This topic will explain how to render SVG as PNG using Python. Moreover, it shows how to convert SVG to PNG in Python with precise control over image dimensions....certain workflows demand raster formats such as PNG for broader compatibility...Converting SVG graphics into PNG format is widely used in automated...

    kb.groupdocs.com/viewer/python/render-svg-as-pn...
  4. Add Text Watermark to PPT Using Python

    Learn how to add text watermark to PPT using Python. This tutorial shows how to embed text watermarks into PPT presentations with custom font, color, and alignment....presentations in the older PPT format are still used widely for training...you to maintain consistent formatting without manually adjusting...

    kb.groupdocs.com/watermark/python/add-text-wate...
  5. Compare PDF Files using Java | PDF Comparison J...

    Compare two PDF files for differences using Java. PDF files comparison using Java code in just 3 steps with PDF Comparison Java API....the most widely used digital formats, it’s often required to compare...files of the same document format within Java applications. You...

    blog.groupdocs.com/comparison/compare-pdf-docum...
  6. GroupDocs.Conversion for .NET 25.9 - Latest Upd...

    Explore what's new in GroupDocs.Conversion for .NET v25.9. Available now on NuGet and GroupDocs website... Additional tweaks across format compatibility and stability...

    blog.groupdocs.com/conversion/groupdocs-convers...
  7. Multicolored Numbered List in HTML Document | G...

    Note In this article, we will use GroupDocs.Assembly to generate a Multicolored numbered list report in HTML Document Format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.03 or greater. Multicolored Numbered List in HTML Document Reporting Requirement As a report developer, you are required to describe the services you are providing with the following key requirements:...list report in HTML Document format. Note The code uses some of...

    docs.groupdocs.com/assembly/net/multicolored-nu...
  8. Work with Word Track Changes | GroupDocs

    Learn how to compare Word documents while respecting Track Changes using GroupDocs.Comparison for Python via .NET....may depend on the document format and library version. The result...

    docs.groupdocs.com/comparison/python-net/word-t...
  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....document transformation to PNG format does not require the installation...

    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....document conversion to HTML format can be done without the need...

    kb.groupdocs.com/conversion/net/how-to-convert-...