|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.doxia.module.fo.FoUtils
public class FoUtils
FO Sink utilities.
| Method Summary | |
|---|---|
static void |
convertFO2PDF(java.io.File fo,
java.io.File pdf,
java.lang.String resourceDir)
Converts an FO file to a PDF file using FOP. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void convertFO2PDF(java.io.File fo,
java.io.File pdf,
java.lang.String resourceDir)
throws javax.xml.transform.TransformerException
fo - the FO file.pdf - the target PDF file.resourceDir - The base directory for relative path resolution.
If null, defaults to the parent directory of fo.
javax.xml.transform.TransformerException - In case of a conversion problem.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||