com.icesoft.pdf.ri.util
Class SVG
java.lang.Object
com.icesoft.pdf.ri.util.SVG
- public class SVG
- extends 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(Document pdfDocument,
int pageNumber,
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 |
SVG
public SVG()
createSVG
public static void createSVG(Document pdfDocument,
int pageNumber,
Writer out)
- Creates a SVG character stream for the given
Document and
PageNumber.
- Parameters:
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