Closed djzort closed 6 years ago
Hi,
How do you place the watermark image? In theory if you set explicitly the starting coordinates of the table pdf::table should place it on top of whatever is already there.
On 19 Dec 2017, at 13:32, Dean Hamstead notifications@github.com wrote:
Hi there, I am trying to render a table that goes over the top of a watermark image. however PDF::Table is smart and skips to the next page.
Is there a way to make pdf::table render over other objects? I cant read anything in the documetnation.
Thanks
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kamenov/PDF-Table/issues/38, or mute the thread https://github.com/notifications/unsubscribe-auth/AAeTGJ_BVOKsdSgLKxMMQzQEsjBpvrV7ks5tB57egaJpZM4RG07P.
its just a misunderstanding of start_h parameter. sorry to waste your time
Just a reminder that start_h
(now h
) and next_h
are the maximum height of the table on a page, not the required height. Likewise, start_y
(now y
) and next_y
are the starting position (upper left) of the table on a page, regardless of anything that's already been put down on that page.
Hi there, I am trying to render a table that goes over the top of a watermark image. however PDF::Table is smart and skips to the next page.
Is there a way to make pdf::table render over other objects? I cant read anything in the documetnation.
Thanks