Sort Score
Result 10 results
Languages All
Labels All
Results 3,141 - 3,150 of 10,666 for

docx

(0.03 sec)
  1. Supported Document Types | Documentation

    This section describes GroupDocs.Merger for Python via .NET supported document types...Cross-format merge to DOC / DOCX Microsoft Word Document Microsoft...

    docs.groupdocs.com/merger/python-net/supported-...
  2. Extract hyperlinks from document | Documentation

    This article explains that how to extract hyperlinks from documents....extract images from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  3. Extract formatted text from document | Document...

    This article explains that how to extract formatted text from document....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/extract-formatted...
  4. Adding metadata | Documentation

    This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata search engine...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/adding-metadata/
  5. Spelling corrector | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector using Java....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/spelling-corrector/
  6. Getting documents in network | Documentation

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

    docs.groupdocs.com/search/java/getting-document...
  7. Handling MPEG audio metadata | Documentation

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 files....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/handling-mpeg-...
  8. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Introduction | Documentation

    This is an introduction into edit document techniques explanation like main stages of document opening, editing and saving results within Java applications....docx" ; //path to some document Editor...document of some format (like DOCX, PDF, or XLSX, for example)...

    docs.groupdocs.com/editor/java/introduction/
  10. OCR Usage Basics | Documentation

    This article explains that how to integrate any paid or free OCR solution in Java....docx" , new LoadOptions (), new RedactorSettings...document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/redaction/java/ocr-usage-bas...