Author: ltheussl Date: Tue Nov 6 06:03:49 2007 New Revision: 592427 URL: http://svn.apache.org/viewvc?rev=592427&view=rev Log: Update faq
Modified: maven/doxia/site/src/site/fml/faq.fml Modified: maven/doxia/site/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/doxia/site/src/site/fml/faq.fml?rev=592427&r1=592426&r2=592427&view=diff ============================================================================== --- maven/doxia/site/src/site/fml/faq.fml (original) +++ maven/doxia/site/src/site/fml/faq.fml Tue Nov 6 06:03:49 2007 @@ -33,13 +33,19 @@ <question>How to export in PDF?</question> <answer> <p> - An <a href="http://www.lowagie.com/iText/">iText</a> module exists using the iText XML document. - Unfortunately, the iText team discontinued the XML to PDF functionalities. + There are two modules available that can be used to generate pdf output: an + <a href="http://maven.apache.org/doxia/doxia/doxia-modules/doxia-module-itext/">iText module</a> + that uses the + <a href="http://www.lowagie.com/iText/">iText</a> framework, and a + <a href="http://maven.apache.org/doxia/doxia/doxia-modules/doxia-module-fo/">FO</a> module, + that can be used e.g. in conjunction with + <a href="http://xmlgraphics.apache.org/fop/">Apache FOP</a> to generate a pdf. + Unfortunately, the iText team has discontinued the XML to PDF functionalities, so probably + only the fo module is going to be supported in the future. </p> <p> - A <a href="http://xmlgraphics.apache.org/fop/">FOP</a> module is currently in development in the - Doxia sandbox. You can get the source - <a href="http://svn.apache.org/repos/asf/maven/sandbox/trunk/doxia/doxia-module-fo/">here</a>. + A pdf plugin for m2 is currently in development in the Doxia sandbox. You can get the source + <a href="http://svn.apache.org/repos/asf/maven/sandbox/trunk/plugins/maven-pdf-plugin/">here</a>. </p> </answer> </faq>