The default table style in XWiki looks fine in the web page, but when the page is exported as PDF, every table's border just disappeared and the whole table looks crammed. I tried |(% border="1" %) header1
, |(% style="border:1" %)
,|(% style="border:1 solid black" %)
or something like that, all without luck.
But after all, all I wanted to do is getting a portable and printable copy of some or one of the wiki pages. Exported as word format renders more unreadable tables plus wrong list numbers and exported as HTML wraps the whole page in a zip file with too much unnecessary content included. The PDF format is somewhere near the sweet spot, Is there anything else I could try to accomplish this?