How to create PDf from TRichView document with tables in it

General TRichView support forum. Please post your questions here
Post Reply
dinko
Posts: 1
Joined: Thu Sep 10, 2009 2:05 pm

How to create PDf from TRichView document with tables in it

Post by dinko »

Hi,

I have a TRichView document with some tables in it.
But when I output it to a PDF file using TRichViewPDF the borders of the table are moved to a different location on the page. And when I change margins then table content is where it is supposed to be, but borders stay at the same place. So now tables look well only when I draw them at left and top margins 0 (0,0).

How can I create PDF file properly?

Thanks in advance.

Dinko
Sergey Tkachenko
Site Admin
Posts: 17559
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

This is a limitation of TRichViewPDF.
You can contact its author asking to solve this problem, or use another PDF library.
Post Reply