Sort Score
Result 10 results
Languages All
Labels All
Results 1,741 - 1,750 of 10,325 for

format

(0.08 sec)
  1. Render Word documents as Clean HTML using C# | ...

    Render the Word DOC/DOCX documents to minified HTML using C#. Convert the Word files with embedded or external resources within the .NET application....document is converted to HTML format using some tools. You can get...into HTML, PDF, and image formats within the .NET application...

    blog.groupdocs.com/viewer/render-word-documents...
  2. How to Convert DOCX to MHTML using Java

    In this article, you will be guided through the steps to convert DOCX to MHTML using Java. Also, code example to generate mhtml from docx in Java can be found in it....transformation from DOCX to MHTML format, import the necessary classes...

    kb.groupdocs.com/conversion/java/how-to-convert...
  3. Implement custom encryption with QR-code signat...

    This article explains how to implement custom encryption for QR-code electronic signatures....serialization name and display format, same as to mark property of...encryption properties and setup Format attributes for properties....

    docs.groupdocs.com/signature/java/implement-cus...
  4. How to Extract Images from Word Document in C#

    Easily extract Images from Word document in C# in just a few lines of code and learn how to write code to develop the application for C# image extractor from Word....you can also provide a DOC format document for extracting images...

    kb.groupdocs.com/parser/net/how-to-extract-imag...
  5. 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-...
  6. Multicolored Numbered List in HTML Document | D...

    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...
  7. GroupDocs.Viewer 2.0 - Enhancements and New Fea...

    Greetings! We’re pleased to announce a major update of the GroupDocs.Viewer for .NET library: version 2.0. This version of the document viewer has a lot of new features, improvements and bug fixes. You’ll find a complete list of updates and the new library itself here. In this and the next article, I’d like to take a closer look at the updates that I think you’ll be the most interested. So here we go:...converts background images to PNG format instead of SVG. Image conversion...Downloading Documents in PDF Format # In addition to the standard...

    blog.groupdocs.com/viewer/enhancements-and-new-...
  8. 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....Managing metadata for specific formats / Documents / Working with...different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc...

    docs.groupdocs.com/metadata/net/working-with-me...
  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 the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_Formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } 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/java/working-with-b...
  10. Search Watermark by Text Formatting using Group...

    Today, we are pleased to announce the release of version 17.7.0 of GroupDocs.Watermark for .NET API. GroupDocs.Watermark for .NET 17.7.0 came up with the support of searching watermarks with a particular text Formatting. It also enables you to work with hyperlinks associated with different document entities. Continue to read more about the salient features of this brand new release. Search Watermarks by Text Formatting (font, color etc.) GroupDocs.Watermark for ....watermarks with a particular text formatting. It also enables you to work...Search Watermarks by Text Formatting (font, color etc.) # GroupDocs...

    blog.groupdocs.com/watermark/search-watermark-b...