How to create PDF FILE from HTML page using itextrenderer
in android?
I am using itextrenderer
but in this can't import java.awt.geom
in eclipse because there is no support for awt in android so how could i generate PDF from HTML page using iTextRenderer
or any other library if avail
After generating PDF i want
- Text Selection (Copy) - Text highlighting etc..
because of this features i can not convert HTML to JPEG and then PDF
so is there any other option to convert the HTML page to PDF with above Features......????