|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.icepdf.ri.util.SVG
public class SVG
The SVG class is a utility for writing PDF content to SVG
format.
| 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 |
|---|
public SVG()
| Method Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||