PDF export: customize "users list" type

Hello,

I writed an xwiki app and I use “users list” type field in myPageClass. When I PDF export my page (with my myPageClass object), my user field displayed a big avatar and username. I erased the avatar with pdf.css but I want to know how can I customize this field:

  • remove the li/ul presentation (because I don’t use 'Multiple Select" for this entry)
  • displayed other users fields from XWiki.XWikiUsers class (like email for example)

ty

Pascal B

Maybe I must edit DisplayUser macro? (but I must found a way to check if the pase is in export state)