Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hiwepy/docx4j-exportfo-spring-boot-starter

Export docx to PDF via XSL FO, using Apache FOP
https://github.com/hiwepy/docx4j-exportfo-spring-boot-starter

Last synced: 24 days ago
JSON representation

Export docx to PDF via XSL FO, using Apache FOP

Awesome Lists containing this project

README

        

# spring-boot-starter-docx4j
docx4j starter for spring boot

### 说明

> 基于 docx4j 的 Spring Boot Starter 实现

1. 整合docx4j

### Maven

``` xml

${project.groupId}
spring-boot-starter-docx4j
${project.version}

```

### Sample

[https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-docx4j](https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-docx4j "spring-boot-sample-docx4j")