ralfstuckert / pdfbox-layout

MIT License
156 stars 74 forks source link

Overline, linethrough and superscript text #20

Closed Parz90 closed 7 years ago

Parz90 commented 7 years ago

I would like to underline, overline, linethrough and superscript text.

I there any possibility to do this?

Thank you.

ralfstuckert commented 7 years ago

Underline is already supported. Strike (and maybe overline) is something you can achieve using custom annotations, have a look to the wiki on that.

I have never dealt with sub- or superscript yet. How would you do that manually?

Parz90 commented 7 years ago

Ok, I will try to implement Strike and overline soon with custom annotations. I let you know as soon as I have tried.

superscript, I know a software where I can set a boolean to true(button) and the paragraph is after a superscript. But I really not sure how we can implement this. But it will be nice to have something similar.

screen shot 2017-03-08 at 18 20 44
ralfstuckert commented 7 years ago

Fixed in 1.0.0. See https://github.com/ralfstuckert/pdfbox-layout/wiki/Markup