How to parse and map a Docx file with Java

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • DocxJavaMapper-example

    An example project from my tutorial about how to map a Docx file to a Java object.

  • The final code used in this tutorial can be found here: https://github.com/e-reznik/DocxJavaMapper-example. You can clone that project, play around on your machine and try to extends it with more elements, like images, tables, lists etc. A more advanced project with more mapped elements can be found here: https://github.com/e-reznik/DocxJavaMapper.

  • Docx2PDF

    Converts Docx (based on OOXML) to PDF. (by e-reznik)

  • You can also check out one of my other projects, where I create a pdf from a docx, using this approach: https://github.com/e-reznik/Docx2PDF.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • openoffice

    Apache OpenOffice

  • Docx is a new standard document format, first introduced in 2007 with the release of Microsoft Office 2007. It stores documents as a set of individual folders and files in a zip archive, unlike the old doc format, that uses binary files. Docx files can be opened by Microsoft Word 2007 and later, and by some open source office products, like LibreOffice and OpenOffice. To simply view the contents of a docx, change its extension to .zip and view the resulting archive using any file archiver.

  • Lombok

    Very spicy additions to the Java programming language.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • A small lathe built in a Japanese prison camp

    1 project | news.ycombinator.com | 29 Apr 2024
  • Security review of this Java library

    1 project | news.ycombinator.com | 19 Apr 2024
  • OpenPDF 2.0.0 Released

    1 project | news.ycombinator.com | 23 Feb 2024
  • Consuming and Testing third party API's using Spring Webclient

    4 projects | dev.to | 19 Feb 2024
  • Java Microservices with Spring Boot and Spring Cloud

    11 projects | dev.to | 11 Jan 2024