Skip to content
This repository was archived by the owner on Mar 28, 2019. It is now read-only.
This repository was archived by the owner on Mar 28, 2019. It is now read-only.

HTML's unordered list parsed and put into PdfCell doesn't have bullets #14

@syakovyn

Description

@syakovyn

Hi,

I've prepared the test example showing an issue: https://gist.github.com/syakovyn/8a28ab096bf5fa160f0baf0c6559a24a

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:

  1. 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.
  2. With an HTMLWorker.parseToList method creating Lists with ListSymbol not having a space at its end.

Serhiy

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions