HTML to PDF end of page problem.

  •  07-30-2007, 9:34 AM

    HTML to PDF end of page problem.

       Hello, i'm using the following code to print the html in a pdf document with n pages, the problem is that no bottom margin is applied to the pdf and the text appears cuted in the end,  and it seems there's no way to define it.
     
    HTML2PDF html2pdf = new HTML2PDF(t);
    html2pdf.RenderSinglePageContent =
    false;
    html2pdf.PageHeight = (
    int)CuteEditor.Convertor.PDF.PDFUtils.PageHeight;
     
    Thanks.
View Complete Thread