Composer REVPDFLIB : bug à l'affichage du pdf

Composer REVPDFLIB : bug à l'affichage du pdf - PHP - Programmation

Marsh Posté le 02-08-2013 à 00:58:10    

Salut,
 
J'utilise REVPDFLIB installé avec Composer et lorsque je lance la premiere demo, il y a un bug d'affichage qui donne ceci :
 
http://img835.imageshack.us/img835/6456/vno7.jpg
 
Est ce que vous avez deja eu ce probleme en utilisant cette librairie ?
 
Le code XML pour generer le document (qui doit etre bon) :
 

Code :
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <RevPDFLib
  3.     shortname="short"
  4.     fullname="full"
  5.     author="moi"
  6.     keywords="test, pdf, RevPDFLib"
  7.     subject="un test"
  8.     title="RevPDF test 1"
  9.     comments="any comment"
  10.     topMargin="10"
  11.     bottomMargin="10"
  12.     rightMargin="10"
  13.     leftMargin="10"
  14.     displayModeZoom="fullpage"
  15.     displayModeLayout="continuous"
  16.     pageOrientation="L"
  17.     paperFormat="A4"
  18.     >
  19.     <font name="courier" size="16" textColor="#3366FF" style="B" />
  20.     <source provider="CsvProvider">
  21.         <value>books.csv</value>
  22.     </source>
  23.     <pageheader height="20" isVisible="1" backgroundColor="#F00">
  24.         <textfield format="text" x="80" y="5" height="5" width="42" border="1">
  25.             MOVIES
  26.         </textfield>
  27.     </pageheader>
  28.     <reportheader height="10" isVisible="1" backgroundColor="#FFF" isPageJump="0">
  29.         <textfield format="text" x="0" y="0" height="10" width="20" border="1" forecolor="#3366FF" backcolor="#FFFF00" zindex="0">
  30.             <font isUnderline="false" isBold="true" isItalic="true" fontName="courier" size="14" />
  31.             <![CDATA[Rating]]>
  32.         </textfield>
  33.         <textfield format="text" x="20" y="0" height="10" width="50" border="1" zindex="0">
  34.             <![CDATA[Title]]>
  35.         </textfield>
  36.         <textfield format="text" x="70" y="0" height="10" width="50" border="1" zindex="0">
  37.             <![CDATA[Author]]>
  38.         </textfield>
  39.         <textfield textAlignment="R" format="text" x="120" y="0" height="10" width="20" border="1" borderWidth="0.8" zindex="0">
  40.             <![CDATA[Type]]>
  41.         </textfield>
  42.         <textfield format="text" x="140" y="0" height="10" width="120" border="1" zindex="0">Review</textfield>
  43.     </reportheader>
  44.     <details height="20" isVisible="1" backgroundColor="#FFF">
  45.         <textzone format="number" x="0" y="0" height="20" width="20" border="1" zindex="0">rating</textzone>
  46.         <textzone format="text" x="20" y="0" height="20" width="50" border="1" zindex="0">title</textzone>
  47.         <textzone format="text" x="70" y="0" height="20" width="50" border="1" zindex="0">author</textzone>
  48.         <textzone format="text" x="120" y="0" height="20" width="20" border="1" zindex="0">type</textzone>
  49.         <textzone format="text" x="140" y="0" height="20" width="120" border="1" zindex="0">review</textzone>
  50.     </details>
  51. </RevPDFLib>


 
 
A+ :hello:

Reply

Marsh Posté le 02-08-2013 à 00:58:10   

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed