Re: Scrollable region in generated PDF
paul womack <[email protected]>
| Newsgroups | gmane.text.xml.fop.user |
|---|---|
| Message-ID | <[email protected]> |
GK wrote: > 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. Since FO is a multi-target language, not all feature can be implemented in all targets. Since PDF itself does not (AFAIK) support scrollable regions, FOP cannot honour this XSL-FO feature when generating PDF. BugBear