Sort Score
Result 10 results
Languages All
Labels All
Results 4,041 - 4,050 of 21,177 for

docx

(0.05 sec)
  1. Homophone search | GroupDocs

    This article gives the knowledge which allows you to find not only the words specified in the search query, but also the homophones, words that are pronounced the same but differ in meaning....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/homophone-search/
  2. Highlighting results in network | GroupDocs

    This page contains information about highlighting search results in the search network....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/highlighting-resu...
  3. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Merge pages from various documents | GroupDocs

    This article explains how to merge some pages from different documents into single PDF, Docx, Excel or PowerPoint document using GroupDocs.Merger for .NET....docx" ; string filePath2 = @"c:\sample2.docx" ; string...filePathOut = @"c:\output\result.docx" ; PageJoinOptions joinOptions...

    docs.groupdocs.com/merger/net/merge-pages-from-...
  5. Edit Markdown documents | GroupDocs

    This guide demonstrates how to edit content of the Markdown documents/files like a common text documents using a GroupDocs.Editor for Java....getFileExtension ()); // Save to the DOCX, for example WordProcessingSaveOp...WordProcessingSaveOp ( WordProcessingFormat . Docx ); String outputDocxPath = Path...

    docs.groupdocs.com/editor/java/edit-markdown/
  6. File Size Increase on Conversion to HTML – Grou...

    File Size Increase on Conversion to HTML – GroupDocs for .NET Hello Team, I am using **GroupDocs.Conversion** in a .NET Core application to convert document files (e.g., Word, Excel) to HTML for pr...... The DOCX file contains 30 pages, each...adds to the size. Finally, both DOCX and XLSX are ZIP-compressed...

    forum.groupdocs.com/t/file-size-increase-on-con...
  7. Search Text in Word, Excel, PDF, ZIP Document F...

    GroupDocs.Search is a powerful full-text search API that allows you to search through over 70 document formats in your applications....any format such as Word (Doc, Docx), PDF, HTML, EPUB, Spreadsheet...to search through documents (DOCX, PDF, Excel, Text files) for...

    blog.groupdocs.com/search/search-text-in-word-e...
  8. How to Extract Images from PowerPoint in Java

    Let's learn the process of how to extract images from PowerPoint in Java and how to use it for creating the application to get images from PowerPoint using Java....document formats such as PDF, DOC, DOCX, XLSX, RTF, DOT, EPUB, and many...

    kb.groupdocs.com/parser/java/how-to-extract-ima...
  9. How to Convert PDF to RTF in Java

    Do you want to transform a non-editable document to Word format? If so, then learn how to convert PDF to RTF in Java and review code for Java PDF to RTF application....document formats including DOC, DOCX, XLSX, PPTX, TIFF, TXT, CSV...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. How to Convert XML to PDF in C#

    Learn the process to convert documents with one of the top library and easily convert XML to PDF in C#. Explore sample code for C# convert XML to PDF capability....other formats such as SVG, PPTX, DOCX, MHTML, POTX, XLSX, PNG, MD...

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