public class SVG
extends java.lang.Object
SVG class is a utility for writing PDF content to SVG
format.| Constructor and Description |
|---|
SVG() |
| Modifier and Type | Method and Description |
|---|---|
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. |
public static void createSVG(org.icepdf.core.pobjects.Document pdfDocument,
int pageNumber,
java.io.Writer out)
Document and
PageNumber.pdfDocument - Document containing the PDF datapageNumber - page number of PDF content that will be rendered to SVG.
Zero-based indexout - character stream that the SVG data will be written to