You are not logged in.
Pages: 1
I use PDFEngine to generate PDF file from report prepared in FastReport.
I have a problem with the line (frame too) and, in particular, it's thickness.
In report I have four lines with frame width 0.1, 0.5, 1.0 and 1.5.
In preview everythings looks good, but when I export this report to PDF (using PDFEngine), the first three lines (0.1, 0.5, 1.0) have the same thickness and the last one is thicker.
Offline
Sounds like a known issue.
Offline
Exactly. I need to change the type of drawing for each of the elements
TfrxView if (obj). Frame.Style = fsSolid then
TfrxView (Rev.). Frame.Style: = fsSquare;
If I do not, this frist two line (0.5 and 0.1) disappera.
I have problem with RichView and font backgroud too but I will describe it in other post.
Offline
Pages: 1