Hi Naveen,

It's not necessarily required to mention all the property in the
displaytag.properties. You can override all of them in your vie as below.

<displaytag:setProperty name="export.pdf" value="true" />, etc...


And coming to the original issue, the font sizeis hard coded in the pdfView
class. To set it with your dynamic value you can create your own
implementation class using the default one...

Regards,
Rajesh

On Friday, February 22, 2013, naveen wrote:

> Hi,
>  Iam using the following in displaytag.properties file
>
> export.pdf=true
> export.pdf.class=org.displaytag.export.DefaultPdfExportView
> export.pdf.font.size=3
>
> But the font size is not getting  reflected in my exported pdf, as some of
> the columns data are getting wrapped i thought let me reduce the font size
> but it is not working or is there any other option of no wrap in exported
> pdf data.
>
> Thanks,
> Naveen.
>
>
>
> --
> View this message in context:
> http://displaytag.996252.n3.nabble.com/Export-PDF-font-size-tp6205.html
> Sent from the User mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_feb
> _______________________________________________
> displaytag-user mailing list
> displaytag-user@lists.sourceforge.net <javascript:;>
> https://lists.sourceforge.net/lists/listinfo/displaytag-user
>
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to