I'm using Apache FOP to generate a PDF through XML and XSL-FO. I have a cell in my generated PDF that I need to be able to scroll through if the content overflows it. XSL-FO has an overflow="scroll" feature, but based on my research on the topic it seems that Apache FOP does not support this option.
Is there any way to enable this feature in Apache FOP? Is it possible to enable it in the source code? Any other ways to tackle this issue (ie some sort of post-processing or converting between different formats that I could try)? -- View this message in context: http://apache-fop.1065347.n5.nabble.com/Scrollable-region-in-generated-PDF-tp44161.html Sent from the FOP - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
