$this->posxpicture=$this->posxweightvol-(empty($conf->global->MAIN_DOCUMENTS_WITH_PICTURE_WIDTH)?20:$conf->global->MAIN_DOCUMENTS_WITH_PICTURE_WIDTH);// width of images
if($this->page_largeur<210)// To work with US executive format
{
$this->posxweightvol-=20;
...
...
@@ -81,6 +81,13 @@ class pdf_rouget extends ModelePdfExpedition
$heightforinfotot=30;// Height reserved to output the info and total part
$heightforinfotot=8;// Height reserved to output the info and total part
$heightforfreetext=(isset($conf->global->MAIN_PDF_FREETEXT_HEIGHT)?$conf->global->MAIN_PDF_FREETEXT_HEIGHT:5);// Height reserved to output the free text on last page
$heightforfooter=$this->marge_basse+8;// Height reserved to output the footer (value include bottom margin)
$pdf->SetAutoPageBreak(1,0);
...
...
@@ -446,12 +453,15 @@ class pdf_rouget extends ModelePdfExpedition