-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
Bold or Italic incorrect adds new line in pdf #10
Comments
I've just left on vacation for two weeks. I'll have a look at it on my return. |
Mmhhh... Actually, how do you do it with pure PDFMake code? Because whatever I tried on http://pdfmake.org/playground.html it always has the same behavior... So, could you share the PDFMake code you use? |
Nevermind, I finally found it :
I'm working on it now. |
That should be resolved with v1.0.7 |
Actually, this is still an issue with nested lists:
The first item is split in 3 lines (subitem is 1 line, as it should). A quick temporary "solution" (and depending on your style):
|
It should be resolved with v2.3.5 |
Version: v.1.0.6
It seems that using mutiple tags translates poorly to pdfmake.
eg. if this data sent to html-to-pdfmake:
<ul><li> Excepturi quos <strong>accusantium</strong> autem impedit. </li></ul>
It gets printed in the pdf as three lines:
accusantium
autem impedit.
It should be:
The text was updated successfully, but these errors were encountered: