Hello,
I am converting URL to pdf using SelectPdf library (HtmlToPdf class).I am able to convert my html url to pdf.
But now i have added one extra big
to html page. Now it converts that url to pdf but not full content.
It cuts most of the content form that
, For Ex : if new table has 1500 lines of code, then it shows only first 300 lines of code and rest lines of code gets removed. Maybe it does not load the data comletely or the pdf conversion have limited content size?
I tried SelectPdf properties such as MaxLoad, MinLoad, MaxHeight, but could not fix the issue
Please let me know what can be done here.
Thanks in advance !
Jignesh KumarPosted Feb 4, 2024, 10:32 AM
Hello Sushant,
Please try these two setting, if it will help you out,
Leon DPosted Feb 4, 2024, 1:24 AM
You can check Spire.PDF:
https://www.e-iceblue.com/Tutorials/Spire.PDF/Spire.PDF-Program-Guide/Convert-HTML-to-PDF-Customize-HTML-to-PDF-Conversion-by-Yourself.html
Sushant TorankarPosted Feb 1, 2024, 5:31 PM
Hi Nadella,
it is .Net, am using
Santosh NadellaPosted Feb 1, 2024, 4:56 PM
May I know the Front-end technologies you are using for generating the dynamic HTML pages,
Wich I mean wasit in MVC or Blazor WASM etc..?
Tuhin PaulPosted Feb 1, 2024, 3:19 PM
Investigate and Adjust SelectPdf Settings:
page-break-inside:autoor server-side pagination.