Home → DobuDish → Best way to set PDF page size
|
I've been over the dobudish manual, and can't figure out the mechanism for changing the page size of my PDF. I've tried all of these in localbuild.properties. paper.type=USletter fo.paper.type=USletter pdf.paper.type=USletter I finally did more digging and put this into custom-cfg/fo.xsl: <xsl:param name="paper.type" select="'USletter'"/> Is this the best way/place to do this? |
|
Doug
| email
January 19 2010, 03:19 PM |
|
If I may, yes: the localbuild.properties settings are primarily for the Ant build scripts. The XSL files take modifications to the output formats. You can look at possible settings in: system\docbook-xsl\fo\param.xsl |
|
etienne
| email
5 days, 16 hours since original post |