Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 11,084 for

format

(0.04 sec)
  1. Search text in Microsoft Office Word documents ...

    To search a keyword in Microsoft Office Word documents search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office Word document: Instantiate Parser object for the initial document; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the document....Extract data from various formats / Extract data from Microsoft.... out . println ( String . format ( "At %d: %s" , s . getPosition...

    docs.groupdocs.com/parser/java/search-text-in-m...
  2. Search text in EPUB eBooks | Documentation

    To search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects....Extract data from various formats / Extract data from ePUB eBooks...Console . WriteLine ( string . Format ( "At {0}: {1}" , s . Position...

    docs.groupdocs.com/parser/net/search-text-in-ep...
  3. How to merge JPG images using Java | Documentation

    Learn how to merge JPG image files, combine JPG image files into one file programmatically in java language using GroupDocs.Merger for Java library....About JPG File Format JPEG is a type of image format that is saved...

    docs.groupdocs.com/merger/java/getting-started/...
  4. Extract Images from eBooks in Java | EPUB, PDF,...

    Programmatically extract images from EPUB, PDF, FB2, CHM eBooks using Java API for document parsing. Save the images in JPG, PNG, WebP, GIF, or BMP Format....中文 中國傳統的 eBooks of various formats are very common in everyday...many other supported document formats . Download and Configure #...

    blog.groupdocs.com/parser/extract-images-from-e...
  5. Search in TXT Online

    Free online document search. Secure and easy to use full text online search in TXT....many more file and document formats (see ). All files are processed...Search API. TXT Plain Text File Format A file with .TXT extension...

    products.groupdocs.app/search/txt
  6. Get HTML markup in different forms | Documentation

    Learn this article to know how to get edited document HTML markup - body without head tag, content in a raw and base64 form and other using GroupDocs.Editor for .NET API....//opening document for editing with format-specific edit options Piece...document in its own intermediate format and is able to generate HTML...

    docs.groupdocs.com/editor/net/get-html-markup-i...
  7. Add Watermark to PPS Online

    Insert watermark in PPS. Apply text or image watermarks with various settings. Protect and mark your PPS with our tool....latest version of this file format is PPSX which is based on Office...only be saved in PPSX file format. When a PPS file is shared...

    products.groupdocs.app/watermark/pps
  8. Render Word Document to Image using Node.js

    Let's learn how to render Word Document to Image using Node.js with code example. There is no need to install any extra tool to render Word Document to Image in Node.js....Word documents into image formats for easier display, sharing...image with full styling and formatting preserved. This operation...

    kb.groupdocs.com/viewer/nodejs/render-word-docu...
  9. Support for Diagrams in GroupDocs.Merger

    GroupDocs.Merger now supports diagram Formats such as VSDFX, VSDM, VSSX, VSSM and VTX . It allows you to swap, rotate or trim pages in diagrams. Apart for that, you can also set or remove password protection of diagrams. This API comes in both Java and .NET platforms and could be integrated in any your .NET or Java application without any dependency. Features for Diagrams Format Swap Pages: This feature allows you to exchange the position of two pages in the document....Merger now supports diagram formats such as VSDFX, VSDM, VSSX,...dependency. Features for Diagrams Format # Swap Pages: # This feature...

    blog.groupdocs.com/merger/support-for-diagrams-...
  10. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Managing metadata for specific formats / Video / Working with metadata...Metadata API supports extracting format-specific information from AVI...

    docs.groupdocs.com/metadata/net/working-with-me...