org.icepdf.ri.util
Class SVG

java.lang.Object
  extended by org.icepdf.ri.util.SVG

public class SVG
extends java.lang.Object

The SVG class is a utility for writing PDF content to SVG format.

Since:
1.0

Constructor Summary
SVG()
           
 
Method Summary
static void createSVG(org.icepdf.core.pobjects.Document pdfDocument, int pageNumber, java.io.Writer out)
          Creates a SVG character stream for the given Document and PageNumber.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVG

public SVG()
Method Detail

createSVG

public static void createSVG(org.icepdf.core.pobjects.Document pdfDocument,
                             int pageNumber,
                             java.io.Writer out)
Creates a SVG character stream for the given Document and PageNumber.

Parameters:
pdfDocument - Document containing the PDF data
pageNumber - page number of PDF content that will be rendered to SVG. Zero-based index
out - character stream that the SVG data will be written to