I am creating an application for reading html file .I have searched and found that we can easily convert a html to PDF format ,which is non-editable. And if we are using coretext ,then we can edit the fonts.In the server we are keeping one html file, which includes texts and tables.
My problems are
- How we can I convert the data inside the table?
- How can I change the fontsize of the text while reading?(same time table should not be broken)
If anybody has idea then please help me.Thanks in advance