Sort Score
Result 10 results
Languages All
Labels All
Results 4,001 - 4,010 of 22,392 for

docx

(0.76 sec)
  1. Numeric range search | GroupDocs

    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)....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/numeric-range-sea...
  2. compare two word documents on GroupDocs Blog | ...

    compare two word documents on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in compare two word documents on GroupDocs Blog | Document Automation Solution......使用文档比较 API 在 Java 中比较两个或多个 DOC/DOCX 文件。在 Word 文档中突出显示差异并接受或拒绝更改。...

    blog.groupdocs.com/zh/tag/compare-two-word-docu...
  3. Extracting common image information | GroupDocs

    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:...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/extracting-com...
  4. GroupDocs Online on GroupDocs Blog | Document A...

    GroupDocs Online on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs Online on GroupDocs Blog | Document Automation Solutions for .NET & Java De......Comparison 即时查找 DOCX 文件之间的差异 使用 GroupDocs.Comparison...

    blog.groupdocs.com/zh/tag/groupdocs-online/inde...
  5. Render documents | GroupDocs

    Rendering documents with GroupDocs.Viewer for Java in your Java applications....docx file with three pages, converting...

    docs.groupdocs.com/viewer/java/rendering-docume...
  6. Retrieve the document information | GroupDocs

    Retrieving information about a document with GroupDocs.Viewer for Node.js...docx) and Adobe PDF (.pdf) are two...

    docs.groupdocs.com/viewer/nodejs-java/retrievin...
  7. Introducing GroupDocs.Signature for Java | Grou...

    Introduction to GroupDocs.Signature for Java - what is it and why to use...of various formats like PDF, DOCX/DOC, PPTX/PPT, XLSX/XLS, JPG...

    docs.groupdocs.com/signature/java/introducing-g...
  8. Fluent syntax | GroupDocs

    Following this guide you will learn how to use fluent syntax of GroupDocs.Merger for .NET API....docx" ) . Join ( @"c:\document3.pptx"...

    docs.groupdocs.com/merger/net/fluent-syntax/
  9. Plain text | GroupDocs

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

    docs.groupdocs.com/parser/java/plain-text/
  10. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/load-a-file-of-...