Sorry if this is off-topic, but I didn't see an FOP "User" list, just a "Developer" one, so let me know if I need to ask this question over there.
Is there a command in Apache's FOP to rotate the page by 90 degrees to get a landscape orientation for PDF? I have an output file that reads from a database to get a list of types that are created by the client. I then use that count of types to create a loop of how many columns I should draw (I haven't actually written the code yet -- I'm making assumptions that will work with <fo:> commands). So, there could be more types creating columns in my table that would cause the columns to scroll off of the page and not be seen. Is the width parameters in FO/PDF required to be hardcoded? Otherwise, I plan on using a calculated number based on known first column widths plus product of the type count and a fixed column value for each type column. Mark --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>