On Nov 5, 10:52 am, Scott Webber <
batssha...@gmail.com> wrote:
> On Thu, Nov 5, 2009 at 9:16 AM, Scott Webber <
batssha...@gmail.com> wrote:
> > Hi Brian,
>
> > I had the same results locally. It looks like you may be on the right
> > track, though there are a few issues:
>
> > 1) The first paragraph of Section 2 is wrapping to the next page and
> > ignoring the margin adjustment.
> > 2) I am actually using tables for most of my content. I will try to
> > tweak your example to use some long tables and see what happens.
>
> > The problem with Cpdf is that addObject(obj, 'next') is not actually
> > implemented - he has it using the 'all' logic. Has Cpdf support
> > discontinued? If I make changes to it, who do I have to submit them
> > to?
>
> > Thanks for your help on this.
>
> >>
http://eclecticgeek.com/dompdf/index.php?input_file=87a83a6cb712ddf7....
>
> >> Unfortunately, rendering this document shows that the object functions
> >> are not behaving as expected when using CPDF. Perhaps it is my own
> >> system, so if you try it out let me know if your experience is
> >> different. I'll test on another system when I get a chance.
>
> >> Even with the rendering issues you can see how this might present a
> >> solution to your problem.
>
> It looks like addObject(obj, 'add') doesn't even work correctly. It
> should add only to the current page, but it is rendering on all pages.
Yes, there do seem to be some problems with object handling in CPDF.
If you figure out what needs to be done to fix things just submit the
code changes to us. I don't know that CPDF is in active development,
and there have been quite a few modifications to the code by the
DOMPDF team.
FYI, the object handling also appears to be broken in PDFLib. I was
getting the same results as when I used CPDF.