akgulebubekir / PdfSharp.Maui

Pdf library for .net Maui
MIT License
38 stars 6 forks source link

Text Overlapping #5

Closed NiranjanXamarin closed 7 months ago

NiranjanXamarin commented 7 months ago

Hi, I am using 1.0.4 version and I am having overlapping text issue. I have list of items to print in as table so I have used stacklayout with ItemsSoucre property to bind the list of items. It looks good on screen as I have given desense width, but when I use pdfgenerate GeneratePdfFromView(view,PageOrientation.Portrait, PageSize.A4, PdfStyle.Uniform); like this and pass whole view. its creating pdf but the data from columns are overlapping .

Screenshot 2024-03-18 at 5 35 58 PM
NiranjanXamarin commented 7 months ago

Can anyone please update

akgulebubekir commented 7 months ago

Seems like a bug.Labels should be wrapped/concentinated for the library.