On 2002.02.20 22:46 Brian Grainger wrote: > Being new to FOP, I have a question which has > probably been answered many times before. > > Given an SVG document of an arbitrarily large > size, is it possible with FOP to 'chunk' it into > page-sized pieces, or do I need to work instead > at a lower SVG graphic element level? Or, more > likely, am I completely out to lunch on how FOP > works?
When FOP+batik is used to convert an SVG to a PDF it can only put all the PDF on one page. It is the same as rendering to a png, you only get the one image out. If you want pagination with FOP then you need to give it XSL:FO. You could then put different sections of the SVG on different pages by changing what part of the SVG appears on the page. > Thank you for any insights. > > Regards, > Brian --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
