Re: [xwiki-users] PDF export - Footer/Header/View

2010-05-03 Thread Vincent Massol
Hi Wilson, On Apr 30, 2010, at 6:56 PM, Wilson Leão Neto wrote: Hello all! I'm working with XWiki and I'm a newbie... I've read the tutorial available on http://code.xwiki.org/xwiki/bin/view/Modules/RenderingModule and the customization part of the pdf export. I'm still clueless on how to

Re: [xwiki-users] PDF export - Footer/Header/View

2010-05-03 Thread Wilson Leão Neto
Hello Vincent! Thank you for your answer! I've followed the tutorial on http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration#HCustomizingthePDFexportLookFeel And I've tried to export the pdf using the URL:

Re: [xwiki-users] PDF export - Footer/Header/View

2010-05-03 Thread Sergiu Dumitriu
On 05/03/2010 05:50 PM, Vincent Massol wrote: On May 3, 2010, at 5:38 PM, Wilson Leão Neto wrote: Hello Vincent! Thank you for your answer! I've followed the tutorial on http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration#HCustomizingthePDFexportLookFeel And I've tried to

Re: [xwiki-users] PDF export - Footer/Header/View

2010-05-03 Thread Wilson Leão Neto
I've tried with both syntaxes. Either way, it just doesn't work.. :/ I've successfully changed the .vm files. But I'm still not able to apply any kind of css. Thanks for the help though. Best regards, Wilson 2010/5/3 Sergiu Dumitriu ser...@xwiki.com On 05/03/2010 05:50 PM, Vincent Massol

Re: [xwiki-users] PDF export - Footer/Header/View

2010-05-03 Thread Ludovic Dubost
Which version of XWiki are your running on ? I've been using this succesfully on multiple projects. -- Can you try directly modifying pdf.css in webapps/xwiki/templates/ -- However, note that pdf.css can only be used to style using id and element, but not classes. There is a patch for

Re: [xwiki-users] PDF export - Footer/Header/View

2010-05-03 Thread Wilson Leão Neto
Hello Ludovic! Here it is: XWIKI ENTERPRISE 2.2.5.28407 There's no pdf.css. Should I create one? I have another question. Could you tell me where do I find the content of this msg: $msg.get('core.pdf.tableOfContents'). I wanna be able to create some more and eventually change the already

Re: [xwiki-users] PDF export - Footer/Header/View

2010-05-03 Thread Ludovic Dubost
Yes create one. For the translation either create a translation page or override the templates using it Envoyé de mon iPhone Le 3 mai 2010 à 21:22, Wilson Leão Neto wilson.leao.n...@gmail.com a écrit : Hello Ludovic! Here it is: XWIKI ENTERPRISE 2.2.5.28407 There's no pdf.css.

Re: [xwiki-users] PDF export - Footer/Header/View

2010-05-03 Thread Wilson Leão Neto
Yes! It works with the pdf.css file! With a bit of workarounds I believe I will be able to reach my goals... I think so... I'll be back later with more problems, hehe. Thanks! Wilson 2010/5/3 Ludovic Dubost ludo...@xwiki.com Yes create one. For the translation either create a translation

Re: [xwiki-users] PDF export - Footer/Header/View

2010-05-03 Thread Wilson Leão Neto
Hey Ludovic and all! Could you explain the following to me. Why is the following line of code used almost everywhere in the .vm files used to export pdfs. $pdfdoc.use(XWiki.PDFClass) Is it significant? Also, I would like to create another class like the cover and the toc. For instance,

[xwiki-users] PDF export - Footer/Header/View

2010-04-30 Thread Wilson Leão Neto
Hello all! I'm working with XWiki and I'm a newbie... I've read the tutorial available on http://code.xwiki.org/xwiki/bin/view/Modules/RenderingModule and the customization part of the pdf export. I'm still clueless on how to do it properly... I have java experience, so I can code what is