Re: [css2xslfo-support] Command line for creating pdf
Brought to you by:
wdonne
From: Peter W. <wms...@gm...> - 2010-09-08 00:39:15
|
I didn't do a whole lot with tables, so I can't offer much advice. I do have in my notes, that after generating the .fo file I would switch out the table-layout="auto" for: table-layout="fixed" width="100%" Peter On 07-Sep-10 6:40 PM, Aaron Shumaker wrote: > Thanks, running the separate commands is working. Only problem is I > don't specify widths for any of my table cells, such that they resize > to fit contents, and this looks very nice in the browser, but the > resulting PDF looks really bad. I assume this is the meaning of the > table-layout="auto" not supported warning from FOP. > > So I am experimenting with setting pixel widths on the columns, but > the spacing in the browser versus the PDF is still quite different but > somewhat better. Is this just the nature of the beast and the best I > can expect? > > -Aaron |