Hello Everyone,
I have a client that has some pretty crazy needs for their PDF
rendering via their website. They basically want to turn every page
into a pdf. Now each of these pages has a sidebar, which should appear
in the PDF along with the main content on the right side of it in the
document.
What I expect to happen here is that the following page after the
sidebar has been rendered, the text should expand the full width of
the page, rather than just up to the sidebar. The sidebar will always
be unknown in height, so I have to mark the page where it ends, and
then the following page have the main content full width.
Here is a sample pastie of my problem:
http://pastie.org/3817221
If anyone can help please do this has been boggling me for weeks!