Skip to content
This repository has been archived by the owner on Oct 19, 2020. It is now read-only.

Latest commit

 

History

History
27 lines (21 loc) · 549 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 549 Bytes

Example usage

String docIn = "myDoc.docx";
String docOut = "myPdf.pdf";

Converter c = new Converter();
c.convert(docIn, docOut);

Supported elements

  • text
  • images
  • tables
    • text formatting
  • headings
  • basic shapes

Supported text formatting

  • bold
  • italic
  • colors

Dependencies

Dependency Version Description
Apache POI 4.1.2 Accessing Docx with XWPF
iText 7 7.1.12 Generating PDF