Sort Score
Result 10 results
Languages All
Labels All
Results 1,461 - 1,470 of 10,762 for

format

(0.05 sec)
  1. Perform Regex Search in Documents Online

    Unlock the power of regex search using GroupDocs.Search! Learn how to search text-based documents using regular expressions.... Huge File Format Support # As this online regex...Search, it supports a huge file format range of Word-processing documents...

    blog.groupdocs.com/search/online-regex-search/
  2. How to Convert DOCX to HTML using C#

    In this topic, you will explore how to convert DOCX to HTML using C#. Moreover, we will provide a code example to export DOCX to HTML in C# without using extra tools....Word DOCX document to HTML format can be a useful task in various...Transforming DOCX documents into HTML format is a frequently encountered...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. How to merge TIFF images using java | Documenta...

    Learn how to merge TIFF image files, combine TIFF image files into one file programmatically in java language using GroupDocs.Merger for Java library....About TIFF File Format TIFF, Tag Image File Format, is a computer...you want to avoid lossy file formats. Download and Configure You...

    docs.groupdocs.com/merger/java/getting-started/...
  4. Add Text Watermark to RTF using C#

    Let's learn how to add text watermark to RTF using C#. Furthermore, you'll receive a code example that demonstrates how to insert text watermark to RTF in C#....for Rich Text Format, is a popular document format that supports...supports various text formatting options like fonts, colors, and styles...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  5. Search text in Emails | Documentation

    Search a keyword in emails using Search method...Extract data from various formats / Extract data from Emails...Console . WriteLine ( string . Format ( "At {0}: {1}" , s . Position...

    docs.groupdocs.com/parser/net/search-text-in-em...
  6. Working with ZIP archives | Documentation

    Get ZIP Format metadata The API allows detecting ZIP archives and reading Format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract inFormation about archived files The following code snippet shows how to get metadata from a ZIP archive. AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties Encoding encoding = Encoding....Managing metadata for specific formats / Other / Working with ZIP...archives Leave feedback Get ZIP format metadata The API allows detecting...

    docs.groupdocs.com/metadata/net/working-with-zi...
  7. Get document information | Documentation

    This article explains how to detect document file type, obtain document details,  retrieve list of existing form fields and added signatures, calculate pages count when processing document file with GroupDocs.Signature.... WriteLine ( " - format : {0}" , documentInfo . FileType...)); Console . WriteLine ( " - format : {0}" , documentInfo . FileType...

    docs.groupdocs.com/signature/net/get-document-i...
  8. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Watermark for Java since version 20.1: Watermarker class is introduced as a single entry point to manage watermarks in the document (instead of Documentclass from previous versions). Adding watermarks was unified for all supported document Formats. Product architecture was redesigned from scratch in order to simplify passing options to manage watermarks. Document inFormation and preview generation procedures were simplified....for all supported document formats. Product architecture was redesigned...Load Documents Any Supported Format The folowing examples show...

    docs.groupdocs.com/watermark/java/migration-notes/
  9. Working with metadata in Matroska (MKV) files |...

    Reading matroska Format-specific properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the Format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....Managing metadata for specific formats / Video / Working with metadata...Leave feedback Reading matroska format-specific properties The GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Update index | Documentation

    This article explains that how to update indexed documents, as well as updating an index version in Java....Search library is released, the format for storing the index on disk...from the original in the new format. However, the index of old...

    docs.groupdocs.com/search/nodejs-java/update-in...