Sort Score
Result 10 results
Languages All
Labels All
Results 3,111 - 3,120 of 15,769 for

docx

(0.05 sec)
  1. 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...docx" )) { // Here we can use document...document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/redaction/net/save-to-stream/
  2. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. 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....formats such as XLSB, XLAM, SVG, DOCX, PPS, JPEG, and many more. In...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. How to Compare Word Documents using Java

    This short tutorial describes the process to compare Word documents using Java and provides complete information on writing Java code to compare two Word documents....class and specify the target DOCX file path Finally, call the...

    kb.groupdocs.com/comparison/java/how-to-compare...
  5. 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#....such as PNG, POT, RTF, PPSX, DOCX, HTML, PDF, and many more. We...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. 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....several file formats including DOCX, PPTX, ODS, RTF, XLS, and many...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. How to Convert RTF to JPG using C#

    In this article, we will showcase how to convert RTF to JPG using C# without installing third-party software. also, we will provide code to export RTF to JPG in C#....instructions on how to convert RTF to DOCX using C# . Updated on 25 May...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. Parse Documents to Extract Text and Metadata us...

    GroupDocs.Parser for Java API is in the market since last year and it is proved to be one of the powerful document parser APIs. It allows parsing and reading popular formats of word processing documents, spreadsheets, presentations, ebooks, emails, markup documents, notes, archives, and databases. Not only the text but you can also extract the images and metadata properties from various document formats including PDF, XLS, XLSX, CSV, DOC, Docx, PPT, PPTX, MPP, EML, MSG, OST, PST, ONE, and many more....including PDF, XLS, XLSX, CSV, DOC, DOCX, PPT, PPTX, MPP, EML, MSG, OST...

    blog.groupdocs.com/parser/extract-text-and-meta...
  9. Extract Text from Markdown Files in Java | Mark...

    Extract Text from Markdown Files in Java. Parser the mardown files within Java applications using document parser API by GroupDocs....Word-processing Documents: DOC, DOCX, … Spreadsheets: XLS, XLSX,...

    blog.groupdocs.com/parser/extract-text-from-mar...
  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/net/extract-data-from...