Page 1 of 1

tRichView Table Output to Roledata PDF Erro

Posted: Wed Nov 09, 2005 1:23 pm
by mbailey
Hi,

I have a tRichView document with some tables in it.

It looks great in the Previewer.
It looks great when sent to the printer.

But when I output it to a PDF file using RoleData PDF the borders of the table are moved to a different location on the page. However, table content is where it is supposed to be.

This is really strange.

Would anyone have any ideas why this happens and how to fix it please.

TIA

Mark Bailey

Posted: Wed Nov 09, 2005 8:58 pm
by Sergey Tkachenko
I think this is a RolePDF bug, please inform its developers.

Posted: Fri Apr 04, 2008 11:44 am
by hdassler
Lines seems ignore print postion on canvas.

try to create a table with cell width like margins
fill center margin rvdata width yours and
and draw at 0,0.

Posted: Sun Apr 06, 2008 7:53 am
by Sergey Tkachenko
Do you mean this problem happens in RolePDF?

Posted: Mon Apr 07, 2008 9:33 am
by hdassler
think so.
when drawing a table at 0,0 border lines are on right position.
when drawing at x,y , table is drawing at x, y
but border lines are at position 0,0 + rvdata left , rvdata top

so i think it must by a problem in RolePDF.
somewhere I read about problems with RolePDF and lines.

thats why I build a table around and draw this table at 0,0. now it works.
don't think thats a problem with TRichView..