HTML to PDF / DOCX / RTF Java converter library Forums PD4ML v3 Archived Forums (Read Only) General questions / FAQ Images are not rendering in PDF with absolute position.

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #26796

    I am using below css class in my page:
    .rotateClass1
    {
    display : block;
    z-index : 10;
    position : absolute;
    top : 170px;
    left : 9px;
    }

    When PD4ML tries to convert HTML to PDF. It doesn’t load an image because of above css. But once I remove absolute position from css, Image gets loaded in PDF with wrong format.I need to load the image in PDF with correct format.

    Please advice me.

    Thanks in advance.

Viewing 1 post (of 1 total)

The forum ‘General questions / FAQ’ is closed to new topics and replies.