Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26520

    My problem is that when i convert the html to pdf i found one page correctly and other two empty white pages. why?

    #28429

    It is difficult to say without an HTML sample.

    A typical reason – trailing white spaces at the end of the document. Try to add

    BODY { border: 1 solid red }

    CSS style to visualize the actual document content edges. Also make sure there is no explicit page break directives.

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘HTML/CSS rendering issues’ is closed to new topics and replies.