jorisschellekens / borb

borb is a library for reading, creating and manipulating PDF files in python.
https://borbpdf.com/
Other
3.4k stars 147 forks source link

Unable to achieve underline and superscript for the text #209

Closed sudheerinavolu closed 2 months ago

sudheerinavolu commented 2 months ago

I am doing a POC using BORB to generate PDF. I am reviewing BORB examples documentation to understand different feature while developing POC. I have been facing few challenges while adding below features in the PDF using BORB.

  1. Unable to add 'Underline' and 'Superscript'. I have tried reviewing options but could not find any for 'Paragraph', 'Heading', 'Heterogenious Paragraph' components. As of 2022, this is not resolved in BORB (as per https://github.com/jorisschellekens/borb/issues/148) but I am wondering if this is implemented. If it is not implemented, could you please point us in a direction to achieve this.

  2. Unable to decrease size of the unordered list bullet point.

jorisschellekens commented 2 months ago

Hi,

The issues tab in Github is meant for bugs and feature request. Yours is more of an "How do I do this in borb?". Please use Stackoverflow for that.

Kind regards, Joris Schellekens