html to PDF conversion

I am using the following code to convert html text into PDF file.
It works for until 30 PDF pages and then truncates the remaining pages.
Please test and let me know if you can reproduce this.

HtmlToPdfResult result = html.Convert(htmlContent, Application.StartupPath, ImageType.Metafile, (int)width, (int)-1, AspectRatio.KeepWidth);


1 Reply

SP Selvakumar P Syncfusion Team December 31, 2010 05:24 AM UTC

Hi Prema,

Thank you for using Syncfusion Products.

We are not able to reproduce the issue "Truncation after 30 pages". Please go through the sample in which we have tried it out.

Sample:
HtmlToPDFSample-596403069.zip

Let us know if you have nay questions.

Regards,
Selvakumar.


Loader.
Up arrow icon