Support for superscript in adspose.pdf

Hi,


I have a dynamic data which contains superscript in it. I searched in aspose.pdf documentation for support for superscript and found support for footnote related information, but the problem is that footnote comes with its own continuous numbering format . but I want to set the superscript number according to my wish.This is because in my application I will be displaying some short note for each dynamic data. but some data might have same notes, so at that time for those data we should give same superscript number and in footnotes there should not be any duplicate note.

can you please explain how to solve this using foot notes of aspose.pdf or else do we have any other way to give our own superscript number?

Hi Jaya,

<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

Thank you for considering Aspose.Pdf.

You can try TextInfo.IsBaseline property to achieve your desired results. Please see the following documentation link with details and sample code regarding the usage of IsBaseline property.

Text Formatting

Please do let us know in case you need any further assistance.

Thank You & Best Regards,

thanks a lot aslam, it helped me … !!!