You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to create a pdf where the first page contains a greater left margin than the other pages. I found the following issue with the suggestion of using a floated div on the left side (#119).
This seems to work to some extent. When simply putting text on the right side, it works fine, but when adding a table or for example a paragraph with different left padding, the rendering is no longer correct.
In case of the table, the table gets rendered below the left floating div instead of sitting next to it.
The paragraph with different left padding is not showing the padding.
Hello,
I have been trying to create a pdf where the first page contains a greater left margin than the other pages. I found the following issue with the suggestion of using a floated div on the left side (#119).
This seems to work to some extent. When simply putting text on the right side, it works fine, but when adding a table or for example a paragraph with different left padding, the rendering is no longer correct.
In case of the table, the table gets rendered below the left floating div instead of sitting next to it.
The paragraph with different left padding is not showing the padding.
This is an example showing the issue: with_float.html.zip
Any ideas on how to fix this or is it a bug in the rendering engine?
Thanks in advance.
The text was updated successfully, but these errors were encountered: