Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hiwepy/docx4j-exportfo-spring-boot-starter
- Owner: hiwepy
- License: apache-2.0
- Created: 2018-03-27T09:23:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-09T00:59:35.000Z (almost 3 years ago)
- Last Synced: 2023-03-04T09:30:01.141Z (almost 2 years ago)
- Language: Java
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")