info.informatica.doc.pdf.itext
Class PDFRenderer

java.lang.Object
  extended by info.informatica.doc.pdf.itext.PDFRenderer

public class PDFRenderer
extends Object


Constructor Summary
PDFRenderer()
           
PDFRenderer(Document pdf)
           
 
Method Summary
 void close()
           
 PDFStyleFormatter getStyleFormatter()
           
static void main(String[] args)
           
 void open(OutputStream out)
           
 void print()
           
 void setDocument(XHTMLDocument xdoc)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFRenderer

public PDFRenderer()

PDFRenderer

public PDFRenderer(Document pdf)
Method Detail

setDocument

public void setDocument(XHTMLDocument xdoc)
                 throws CSSStyleException
Throws:
CSSStyleException

open

public void open(OutputStream out)
          throws RenderingException
Throws:
RenderingException

close

public void close()

getStyleFormatter

public PDFStyleFormatter getStyleFormatter()

print

public void print()
           throws RenderingException
Throws:
RenderingException

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception