Aymkdn / html-to-pdfmake

This module permits to convert HTML to the PDFMake format
https://aymkdn.github.io/html-to-pdfmake/index.html
MIT License
545 stars 88 forks source link

ol-li alignment #187

Closed its-ratikant closed 1 year ago

its-ratikant commented 1 year ago

I have ordered list which has more than 10 items, I want all the list items to be aligned right as default (this is also default HTML behavior)

image

I need the numbering like this:

image

<ol><li>Mix eggs and milk in a bowl.</li><li>Add salt and pepper.</li><li>Mix eggs and milk in a bowl.</li><li>Add salt and pepper.</li><li>Mix eggs and milk in a bowl.</li><li>Add salt and pepper.</li><li>Mix eggs and milk in a bowl.</li><li>Add salt and pepper.</li><li>Mix eggs and milk in a bowl.</li><li>Add salt and pepper.</li><li>Mix eggs and milk in a bowl.</ol>

Aymkdn commented 1 year ago

The result is generated by PDFMake, so it's out of my control. Please, check with the PDFMake owner. image

its-ratikant commented 1 year ago

Oh ok. cool. Thanks a lot for the update!!