Sort Score
Result 10 results
Languages All
Labels All
Results 1,391 - 1,400 of 12,026 for

docx comparison

(0.07 sec)
  1. Markdown | Documentation

    This article explains that how to extract Markdown formatted text from document page in Java....Comparison Product Solution GroupDocs...extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/markdown/
  2. Working with metadata in MOV Files | Documentation

    Reading MOV format-specific properties The GroupDocs.Metadata API supports extracting QuickTime atoms from a MOV video. The atom is the basic data unit in any QuickTime file. Please find more information on QuickTime atoms in the official specification: https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html The following are the steps to extract QuickTime atoms from a MOV video. Load a MOV video Get the root metadata package Extract the native metadata package using MovRootPackage.MovPackage Read the QuickTime atoms AdvancedUsage....Comparison Product Solution GroupDocs...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Numeric range search | Documentation

    This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue)....Comparison Product Solution GroupDocs...to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/numeric-range-sea...
  4. Synonym search | Documentation

    This article shows that how synonym search allows you to find not only the words specified in the search query, but also the synonyms, words that means the same....Comparison Product Solution GroupDocs...to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/synonym-s...
  5. Extracting common image information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the getImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Comparison Product Solution GroupDocs...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/extracting-com...
  6. Add document to Word processing via OLE | Docum...

    This article explains how to add document to Word processing via OLE with GroupDocs.Merger within your Java applications....Comparison Product Solution GroupDocs...demonstrates how to embed PDF file into DOCX document as OLE object int pageNumber...

    docs.groupdocs.com/merger/java/add-document-to-...
  7. How to Convert JPG to XLSM in C#

    This quick guide briefly explains to you the process to convert JPG to XLSM in C# and learn how to use this guide to convert JPG to XLSM using C#....Comparison Product Family GroupDocs...such as PNG, POT, RTF, PPSX, DOCX, HTML, PDF, and many more. We...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. How to Convert XLS to XLSX in Java

    Follow this step-by-step tutorial to convert XLS to XLSX in Java. Perform document conversion without Microsoft Office to convert XLS to XLSX using Java....Comparison Product Family GroupDocs...formats such as XLSB, XLAM, SVG, DOCX, PPS, JPEG, and many more. In...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. Save to Stream | Documentation

    This article demonstrates that how to save a document to any custom file at any location on the local disc or a even a Stream...Comparison Product Solution GroupDocs...with gr . Redactor ( "source.docx" ) as redactor : # Apply the...

    docs.groupdocs.com/redaction/python-net/save-to...
  10. How to Convert XML to CSV in C#

    This short article briefly explains the process to convert XML to CSV in C#. Review sample code to convert XML to CSV using C# and use it as a template for projects....Comparison Product Family GroupDocs...several file formats including DOCX, PPTX, ODS, RTF, XLS, and many...

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