com.jfw.pdf
Class Html2Pdf

java.lang.Object
  extended by com.jfw.pdf.PdfCreator
      extended by com.jfw.pdf.Html2Pdf

public final class Html2Pdf
extends PdfCreator

Crea un file pdf a partire da una stringa che contiene del html. Utilizza la libreria itext per la creazione del pdf e la classe HtmlParser per il parsing del html. Utilzza la classe HtmlParser per il parsing del html. La classe viene utilizzata nel seguente modo: String html = "..."; Html2Pdf html2Pdf = new Html2Pdf(url); html2Pdf.create(); com.lowagie.text.pdf.PdfWriter pdf = html2Pdf.getPdf();


Constructor Summary
Html2Pdf(java.lang.String html)
          Crea una istanza della classe.
 
Method Summary
 void create()
           
 java.lang.Object get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Html2Pdf

public Html2Pdf(java.lang.String html)
Crea una istanza della classe.

Parameters:
html - una stringa con l'html da utilizzare per creare il pdf.
Method Detail

create

public void create()
Specified by:
create in class PdfCreator

get

public java.lang.Object get()
Specified by:
get in class PdfCreator