StimVinsh / xdocreport

Automatically exported from code.google.com/p/xdocreport
0 stars 0 forks source link

docx->pdf converter problem with "default", "first", "even" headerReference/footerReeference #142

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The docx->pdf converter doesn't manage that : 

-----------------------------
<w:sectPr>
  …
  <w:headerReference r:id="rId3" w:type="first" />
  <w:headerReference r:id="rId5" w:type="default" />
  <w:headerReference r:id="rId2" w:type="even" />
  …
</w:sectPr>
----------------------------------

See at 
http://msdn.microsoft.com/en-us/library/documentformat.openxml.wordprocessing.he
aderreference.aspx for explanation.

The CV.docx is a sample which causes problemes. The  first page must display an 
header with an image A et the other pages must display an header with an image 
B. The converter doesn't manage that.

Original issue reported on code.google.com by angelo.z...@gmail.com on 13 Sep 2012 at 5:51