com.xpn.xwiki.pdf.api
Interface PdfExport
- All Known Implementing Classes:
- PdfExportImpl
public interface PdfExport
exportXHtml
void exportXHtml(byte[] xhtml,
java.io.OutputStream out,
int type)
throws XWikiException
- Throws:
XWikiException
exportHtml
void exportHtml(java.lang.String xhtml,
java.io.OutputStream out,
int type)
throws XWikiException
- Throws:
XWikiException
export
void export(XWikiDocument doc,
java.io.OutputStream out,
int type,
XWikiContext context)
throws XWikiException
- Throws:
XWikiException
exportToPDF
void exportToPDF(XWikiDocument doc,
java.io.OutputStream out,
XWikiContext context)
throws XWikiException
- Throws:
XWikiException
convertToStrictXHtml
byte[] convertToStrictXHtml(byte[] input)
convertXHtmlToXMLFO
byte[] convertXHtmlToXMLFO(byte[] input)
throws XWikiException
- Throws:
XWikiException
Copyright 2003 Ludovic Dubost