Am 16.06.15 um 08:56 schrieb Peter:
> Hello,
>
> I want to use FOP with Maven, but cannot find any examples searching the
> internet.

you mean for example

<dependency groupId="fop" artifactId="fop" version="0.93"
classifier="jdk15"/>

?
>
> Exactly, I want to use sth. like this:
>
> src
>  |
>  +-- main
>       |
>       +-- xml (for my contents, *.xml)
>       |
>       +-- resources (containing my xsl:fo-stylesheet, e.g. my.xsl)
>
> How can I activate FOP to use these files for generation of one or more PDF
> files?

see for example

https://github.com/wyona/yanel/blob/master/src/resources/pdf/src/java/org/wyona/yanel/impl/resources/PDFResource.java

> Extensions:
> - How to tell FOP, which files to collect into one distinct PDF document?

you mean to aggregate XML files and then apply an XSLT and FOP?

HTH

Michael


>
> Kind regards
> Peter
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
> For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org
>



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to