Sort Score
Result 10 results
Languages All
Labels All
Results 3,971 - 3,980 of 21,568 for

docx

(0.08 sec)
  1. 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...
  2. How to Extract Text from HTML in Java

    This article describes a step-by-step procedure to extract text from HTML in Java and how to use these steps for developing the Java get Text from HTML application....various document formats such as DOCX, XLSX, PPTX, PDF, EML, MSG,...

    kb.groupdocs.com/parser/java/how-to-extract-tex...
  3. How to Convert MHTML to JPG in C#

    This short post will show you how to convert MHTML to JPG in C# without using any third-party software, as well as how to build MHTML to JPG converter functionality....document formats such as XLTX, DOCX, XPS, TSV, PNG, PPS, and many...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. How to Convert TeX to PDF using C#

    This tutorial walks you through the workflow to convert TeX to PDF using C# by consuming a few API calls and provides sample code for TeX to PDF converter in C#....as ODP, JPG, XLSX, TIFF, PSD, DOCX, and many more. We have discussed...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. How to Convert PDF to RTF in C#

    This article describes the detailed procedure to convert PDF to RTF in C# and provides sample code to demonstrate the implementation of the C# PDF to RTF converter....processing formats like DOC, DOCX, DOT, TXT, and many more. Further...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. How to Extract Images from PowerPoint in C#

    This article provides stepwise instructions to extract images from PowerPoint in C# and a sample working code on how to get images from PowerPoint using C#....document formats such as PDF, DOC, DOCX, XLSX, and many more using the...

    kb.groupdocs.com/parser/net/how-to-extract-imag...
  7. Քաղեք տեքստ DOC-ից Java-ի միջոցով

    Այս հոդվածը բացատրում է, թե ինչպես հանել տեքստը DOC-ից Java-ի միջոցով: Այն նաև տրամադրում է կոդ օրինակ՝ Java-ում DOC-ից տեքստի դուրսբերման համար՝ առանց լրացուցիչ ծրագրաշարի օգտագործման:...Word before the introduction of DOCX in 2007. Թեև դա ավելի հին ձևաչափ...

    kb.groupdocs.com/hy/parser/java/extract-text-fr...
  8. Load password-protected documents | GroupDocs

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Parser for Python via .NET....docx" , "correct-password" ) protected.docx The following...Documents: Password-protected DOCX, XLSX, PPTX files Legacy Office:...

    docs.groupdocs.com/parser/python-net/load-passw...
  9. Search for different word forms | GroupDocs

    This article shows that how to allow you to search for nouns in the singular or plural, adjectives in the degree of comparison, forms of regular and irregular verbs, etc....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/search-fo...
  10. Spelling corrector | GroupDocs

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

    docs.groupdocs.com/search/net/spelling-corrector/