PHP Classes

Page margins

Recommend this page to a friend!

      MsDoc Generator  >  All threads  >  Page margins  >  (Un) Subscribe thread alerts  
Subject:Page margins
Summary:How do you change page margins
Messages:2
Author:Michael McAndrew
Date:2006-01-22 00:48:40
Update:2006-01-23 15:36:17
 

  1. Page margins   Reply   Report abuse  
Picture of Michael McAndrew Michael McAndrew - 2006-01-22 00:48:40

Hi there,

I tried to redefine page margins using you class with no luck. By redefining
var $leftMargin = 1.5;
var $rightMargin = 1.5;
var $topMargin = 3.0;
var $bottomMargin = 1.0;

in the class and also by redefining them in the script, but it had no effect. Any help would be very appreciated.

Thanks a lot,
Michael

  2. Re: Page margins   Reply   Report abuse  
Picture of Max S. Ferreira Max S. Ferreira - 2006-01-23 15:36:17 - In reply to message 1 from Michael McAndrew
Hi Michael,

Sorry by this bug :-(

Actualy i have no time to start playing arround with that class...

Try replace this:
define('A4_PORTRAIT_MARGIN', '70.85pt 3.0cm 70.85pt 3.0cm');
by this:
define('A4_PORTRAIT_MARGIN', '3.0cm 42.55pt 1.0cm 42.55pt');

Max