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
{{ message }}
This repository was archived by the owner on Mar 28, 2019. It is now read-only.
The attached PDF shows a workaround that has bullets, but without spaces; the original lists without bullets at all; and the required behavior (default one when creating lists programmatically) test.pdf
There are two issues here:
With a Paragraph containing a List. Adding the Paragraph to a PdfCell causes the List items being rendered without bullets. A workaround is to add the List directly to PdfCell.
With an HTMLWorker.parseToList method creating Lists with ListSymbol not having a space at its end.