Sort Score
Result 10 results
Languages All
Labels All
Results 3,871 - 3,880 of 21,538 for

docx

(0.07 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. Synonym search | GroupDocs

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

    docs.groupdocs.com/search/nodejs-java/synonym-s...
  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. How to Convert HTML to Excel using Java

    Let's learn the document conversion process and convert HTML to Excel using Java. Easily implement this guide to develop the Java HTML to Excel converter feature....various document formats including DOCX, PPTX, CSV, MHTML, MD, SVG,...

    kb.groupdocs.com/conversion/java/how-to-convert...
  5. How to Convert HTML to Text using Java

    Get familiar with the process to convert HTML to Text using Java and easily use these instructions for developing the functionality to convert HTML to Text in Java....documents to TXT format such as DOCX, CSV, DOT, DWG, EML, MD, and...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. How to Convert Word to PDF using C#

    Easily do document conversion between two popular formats and learn how to convert Word to PDF using C#. Quickly apply the guide to create C# Word to PDF capability....instructions for converting DOCX to PDF document along with a...

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

    Review the procedure to convert PDF to Text in C#, easily follow this guide to save PDF as text using C# on any operating system like MS Windows, Linux, and Mac OS....formats including HTML, CSV, DOCX, DWF, EML, ODT, PNG, and many...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. Vulnerabilities in GroupDocs.Conversion - Free ...

    Using latest GroupDocs.Conversion.NETFramework 25.11.0 We have identified 2 vulnerabilities in conversion. Exploitation Steps Step 1 Using your editor of choice create a file with the following content and save it wi…...docx) and drag the SVG into the document...

    forum.groupdocs.com/t/vulnerabilities-in-groupd...
  9. How to Extract Images from PDF using C#

    Let's get familiar with the image extraction process from documents and how to extract images from PDF using C# and implement C# extract images from PDF capability....document formats including DOC, DOCX, XLSX, XLT, HTML, PPT, PPTX...

    kb.groupdocs.com/parser/net/how-to-extract-imag...
  10. Extract data from Microsoft Office PowerPoint p...

    GroupDocs.Parser provides the functionality to extract data from Microsoft Office PowerPoint presentations. Both classic (ppt, pot) and Open XML (pptx, potx) formats are supported. Also LibreOffice Impress (OpenOffice.org Impress) formats are supported. The following table provides the list of supported formats: Format Description PPT Microsoft Office PowerPoint Presentation PPS Microsoft Office PowerPoint Slideshow POT Microsoft Office PowerPoint Template PPTX Microsoft Office Open XML Presentation PPTM Microsoft Office Open XML Macro-Enabled Presentation POTX Microsoft Office Open XML Presentation Template POTM Microsoft Office Open XML Macro-Enabled Presentation Template PPSX Microsoft Office Open XML Presentation Slideshow PPSM Microsoft Office Open XML Macro-Enabled Presentation Slideshow ODP Open Document Presentation OTP Open Document Presentation Template More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/extract-data-fro...