I'm looking for an example maven pom that will generate a PDF document from a XML document using xsl:fo transforms.
Asked
Active
Viewed 1,793 times
1 Answers
3
The best solution for this is to use the docbkx-maven-plugin which is really good to produce pdf's and HTML from the DocBook source. See in the example to get full overview how it works.
<plugin>
<groupId>com.agilejava.docbkx</groupId>
<artifactId>docbkx-maven-plugin</artifactId>
<version>2.0.14</version>
</plugin>

khmarbaise
- 92,914
- 28
- 189
- 235