rdvojmoc / DinkToPdf

C# .NET Core wrapper for wkhtmltopdf library that uses Webkit engine to convert HTML pages to PDF.
MIT License
1.09k stars 416 forks source link

Columns clipping from generated PDF report. #158

Open Ragiv81 opened 2 years ago

Ragiv81 commented 2 years ago

Hello, I am using dinktopdf library with Dot net core2. I am wondering if there is any config to move leftover columns on the next page similar to pdfSharp. Suppose I have 40 columns in my report and the width of the columns is such they don't get fit in A2/Landscape. Is there a way to achieve it with DinkToPDF

Ragiv81 commented 2 years ago

Anyone, any idea if it is doable?