The pdf table I export remains the same despite changing:
- CanFitAllColumnsInOnePage to false,
- pdfDoc.PageSettings.Size to A3 from A4.
- CanExportColumnWidth = true
Is there a solution to fit all the content from cells in the pdf table to export if there are certain columns with considerably longer text than others? Currently it displays all rows and columns with the same size and they all fit on one page despite changing these options
using .NET MAUI Windows desktop with .net 8.0