Re: [otrs] how cutomize sheet size in PDF

2012-09-06 Thread Michiel Beijen
I think most sizes in PDF.pm are already relative. If you would have patches to improve, they would be welcome. BTW: I guess your use case is to be able to print a statistic with all attributes on one sheet? -- Mike On Thu, Sep 6, 2012 at 2:36 AM, Planeacion, Desarollo Informatico

Re: [otrs] how cutomize sheet size in PDF

2012-09-06 Thread Gerald Young
The defined sizes in PDF.pm are based upon this code: # get default pagesize my $DefaultWidth = 595;# DIN A4 my $DefaultHeight = 842;# DIN A4 if ( $Self-{ConfigObject}-Get('PDF::PageSize') eq 'letter' ) { $DefaultWidth = 612; $DefaultHeight = 792; }

Re: [otrs] how cutomize sheet size in PDF

2012-09-05 Thread Michiel Beijen
Hi, Only on a system-wide basis; see the PDF::PageSize setting in SysConfig: http://doc.otrs.org/3.1/en/html/config.html#Framework:Core::PDF -- Mike On Wed, Sep 5, 2012 at 8:36 PM, Soporte Informatica PGJE d...@pgje.michoacan.gob.mx wrote: Hello, Is posible customize the sheet size in PDF

Re: [otrs] how cutomize sheet size in PDF

2012-09-05 Thread Planeacion, Desarollo Informatico
Hi Mike,  PDF::PageSize  only receive: * Letter * A4 * Legal (perhaps). I wanna know how customize PDF sheet report, the clear way, but i try this change PDF.pm, when mediabox(w,h), is called. This way is very dirty and causes that the pdf generation is acting weird u_u. Regards. A las