[xwiki-users] Export a section of page instead of whole page

2017-03-29 Thread Vishal
Consider a page with 4 headings. I can export a whole page as pdf. But how
can I export only a section of 1 heading as pdf instead of whole page with 4
headings..
Example:

Heading 1
(para 1)

Heading 2
(para 2)

Heading 3
(para 3)

Heading 4
(para 4)

Suppose I have to export only Heading 3 with (para 3). What are the ways to
do this?



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Export-a-section-of-page-instead-of-whole-page-tp7603284.html
Sent from the XWiki- Users mailing list archive at Nabble.com.


[xwiki-users] xwiki 8.4.4 and office presentation viewer problem

2017-03-29 Thread Pascal BASTIEN
Hello,

I have a problem with office presentation viewer. It is not displayed 
presentation slides when I use it because the jpg url is incorrect.

I use a tomcat server and proxy-ajp on apache2 (i followed xwiki doc)

My xwiki is on root of my server name.

If I click on the eye icone from an odp file in a page, my browser goint to 
this url: (under /bin/view/):
http://my.server.name.fr/bin/view/Encyclop%C3%A9die/Agenda%20du%20management%20de%20la%20qualit%C3%A9%20au%20CP2I?xpage=office=04072016-r%C3%A9union%20du%20r%C3%A9seau%20des%20auditeurs-VT-VDB-ME.odp
 but didn't display slide .

I saw with firebug that my browser didn't manage to display jpg file generated 
by xwiki: (/tmp)
http://my.server.name.fr/tmp/officeviewer/document%3Axwiki%3AEncyclop%C3%A9die.Agenda+du+management+de+la+qualit%C3%A9+au+CP2I/0/04072016-r%C3%A9union+du+r%C3%A9seau+des+auditeurs-VT-VDB-ME-slide0.jpg

I use this in my server.xml:

  

and found target jpg file on 
/home/path/work/ROOT/xwiki-temp/tmp/officeviewer/xwiki/xx subdirectory

I didn't found source of this error.

If someone could help me?

Thxs

Pascal B