HTML to PDF / DOCX / RTF Java converter library Forums PD4ML v3 Archived Forums (Read Only) HTML/CSS rendering issues overflow: hidden applied to table div causing missing data

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

    I have 4 tables on one page I am attempting to render. My CSS looks something like this:

    .pdf tr td div{
    overflow: hidden;
    }

    I’ve been getting mixed results, with 50% of the time the table appearing correctly, and 50% of the time much of the content from table cells (e.g. images, text) does not appear, although the table still shows with misaligned columns. Adding some thread.sleep calls in my java code did nothing to help.

    If I remove the ‘div’ from the CSS style, I do not experience this issue, but obviously the alignment is off as a result.

    Please provide a response by 5/21/14 if at all possible. I can provide screenshots if needed.

    thanks!!

    #29539

    Please contact support pd4ml com and provide all relevant data: Java code and source HTML snippets, resulting PDF etc.

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

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