|
Rank: Newbie Groups: Member
Joined: 6/5/2012 Posts: 4
|
When I create a PDF using
EO.Pdf.HtmlToPdf.Options.BaseUrl = BaseURL; EO.Pdf.HtmlToPdf.ConvertHtml(finalHtml, responseStream);
The PDF has an extra blank page at the end of the document. Here is the html passed to the converter
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
Please send your test HTML file and all related files (such as CSS files) in zip format to us. Do not just post your HTML file here because we do not have your CSS file. We will PM you as to where to send the files.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 6/5/2012 Posts: 4
|
I figured it out. The CSS had a page-break-always attribute that was causing the extra page.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
OK. Thanks for the update!
|
|