From: Patrick W. <pdo...@gm...> - 2007-07-14 11:37:38
|
Hi I've written our user's guide using Xilize, and using Flying Saucer, can generate PDF from that. FS uses CSS to control all layout and formatting, and for PDF output, restricts itself to CSS marked as "print" media. I'd like to have two different versions, one in size A4 and one in US Letter. The page size is specified by CSS, which is either embedded or linked in. Question is, how could I create two different versions of the same doc where only one value (a CSS string) changes? Can I somehow pass in variables to replace during generation? Thanks Patrick |