On Thu, 13 May 2010 15:15:26 +0300, Rares Pop wrote: > > [1 ] > [1.1 ] > Hi all, > > do you there is a way to modify the page setup parameters (top, bottom, > left, right) when doing an PDF export. > There are some predefined templates for A4, A5 format? > > I searched the manual and the mailing list and didn't find anything. > > Appreciate your help, > Rares PDF export makes use of latex so you need to provide latex customisations. The easiest (IMO) way to modify margins and paper size is through the geometry package, as in: #+latex_header: \usepackage[margin=5cm]{geometry} in the preamble of your org file. See the documentation for the latex geometry package (on the web etc) for full details of everything you can modify! HTH, eric