-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
numbered list type is not working #839
Comments
i checked the source and i see they dont have any numbered options
|
@devongovett Any plans for adding numbered list styling, as to pass an option like @alexaung suggests,
instead of
|
@alexaung if you really need this you can simply do the following
|
It works but you will have to use the new version v0.8.3 which is not yet released.
|
Thanks added it to my node environment with coffee-script works perfect |
With current version you can use My working example:
|
I know this is an old issue. I'm using pdfkit in NodeJS and having a problem using listType
Results in a PDF like this:
Do you have any idea and/or solution for this issue? Thanks in advance. |
Update: I also found this: #1517 so seems to be an open issue. |
doc.list(["item1", "item2", "item3"], { listType: 'numbered' } as any);
it is only show bullted
The text was updated successfully, but these errors were encountered: