Writing a HTML table to PDF in java -


possible duplicates:
converting html files pdf
pdf file generation xml or html

i have table content in html format , how write table pdf file in java?

i kind of working. using faceless pdf library. have doubt related still. since writing data of html format in pdf , how can know @ end of page can print remaining data on next page? right writing incomplete data on 1 pdf page , remaining data not written.

i believe can use itext api.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -