Re: [pmapper-users] PDF legend settings

2011-04-04 Thread Chris Jackson
Hi Thomas Thanks for that, got there the other day, I just have a few layers with 10+ classes to deal with. cheers chris On 4 April 2011 10:33, Thomas RAFFIN wrote: > Hi, > > If you only want to have 4 columns instead of 2, you just have to specify > legendNumColumns="4" > instead of 2 in the

Re: [pmapper-users] PDF legend settings

2011-04-04 Thread Thomas RAFFIN
Hi, If you only want to have 4 columns instead of 2, you just have to specify legendNumColumns="4" instead of 2 in the print.xml file. There are also few different layouts implemented for the PDF output: http://svn.pmapper.net/trac/wiki/DocManualprint#Definingformat:legendandlayoutdefinition Th

Re: [pmapper-users] PDF legend settings

2011-03-30 Thread Armin Burger
you can try the extended settings for PDF printing and maybe set one of them as default if it does more or less what you want (using the XML/HTML template for the print dialog). Otherwise you need to write custom printing functions. The TCPDF library now also supports HTML as input (to be then

[pmapper-users] PDF legend settings

2011-03-30 Thread Chris Jackson
Hi What is the best way to modify the legend layout in the print outputs? I have some verbose classes for a couple of layers which forces a second page just for the legend, ideally I would like to fit four columns across the bottom (not two)? cheers Chris