and I looking for a way to simply styling the export with pdf.css or PDFClass.
My goal is to debug/test some CSS properties like I do wih firebug (changing a property and see the result) without export the PDF to see the result.
I have another question about PDF export. I have a space (a velocity application) and I want some custom PDF export for this space only. I read I could use the pdftemplate parameter in the URL but I don’t want add a button in my application to export. I want that the user use the xwiki standard export menu.
Do you know a way to do these?
Selected post Dec 28, 2011; 10:55am Re: styling PDF and ODT export
Answering my own question about inspecting contents of created XHTML file (to be able to style it) - turn on logging http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Logging and set com.xpn.xwiki level to debug, look for message with “Final XHTML for export” (or after applyCSS - “HTML with CSS applied”).
cheers,
-peeter
He’s right :), I can retrieve xhtml code in my logs/catalina.out after