|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IHtmlToPdfTransformer.CConvertException in org.allcolor.yahp.cl.converter |
---|
Methods in org.allcolor.yahp.cl.converter that throw IHtmlToPdfTransformer.CConvertException | |
---|---|
static void |
CDocumentReconstructor.reconstruct(java.util.List files,
java.util.Map properties,
java.io.OutputStream fout,
java.lang.String base_url,
java.lang.String producer)
construct a pdf document from pdf parts. |
void |
CHtmlToPdfFirefoxTransformer.transform(java.io.InputStream in,
java.lang.String urlForBase,
IHtmlToPdfTransformer.PageSize size,
java.util.List hf,
java.util.Map properties,
java.io.OutputStream out)
Transform the html document in the inputstream to a pdf in the outputstream |
void |
CHtmlToPdfOOoTransformer.transform(java.io.InputStream in,
java.lang.String urlForBase,
IHtmlToPdfTransformer.PageSize size,
java.util.List hf,
java.util.Map properties,
java.io.OutputStream out)
Transform the html document in the inputstream to a pdf in the outputstream |
void |
CHtmlToPdfSwingTransformer.transform(java.io.InputStream in,
java.lang.String urlForBase,
IHtmlToPdfTransformer.PageSize size,
java.util.List hf,
java.util.Map properties,
java.io.OutputStream out)
Transform the html document in the inputstream to a pdf in the outputstream |
Uses of IHtmlToPdfTransformer.CConvertException in org.allcolor.yahp.cl.converter.firefox |
---|
Methods in org.allcolor.yahp.cl.converter.firefox that throw IHtmlToPdfTransformer.CConvertException | |
---|---|
static void |
CFirefoxHtmlRenderer.renderToPDF(IHtmlToPdfTransformer.PageSize size,
java.lang.String file,
java.lang.String fbase_url,
java.util.List hf,
java.util.Map properties,
java.io.OutputStream fout)
Render the document in a pdf. |
private java.io.File |
CFirefoxHtmlRenderer.saveDocument(java.lang.String sfile,
java.lang.String base_url)
Sets the document attribute |
Uses of IHtmlToPdfTransformer.CConvertException in org.allcolor.yahp.cl.converter.oo |
---|
Methods in org.allcolor.yahp.cl.converter.oo that throw IHtmlToPdfTransformer.CConvertException | |
---|---|
static void |
COOoHtmlRenderer.renderToPDF(IHtmlToPdfTransformer.PageSize size,
java.lang.String file,
java.lang.String fbase_url,
java.util.Map properties,
java.io.OutputStream out)
Render the document in a pdf. |
private java.io.File |
COOoHtmlRenderer.saveDocument(java.lang.String sfile,
java.lang.String base_url)
Sets the document attribute |
Uses of IHtmlToPdfTransformer.CConvertException in org.allcolor.yahp.cl.converter.swing |
---|
Methods in org.allcolor.yahp.cl.converter.swing that throw IHtmlToPdfTransformer.CConvertException | |
---|---|
static void |
CSwingHtmlRenderer.renderToPDF(IHtmlToPdfTransformer.PageSize size,
org.w3c.dom.Document node,
java.lang.String fbase_url,
java.util.List hf,
java.util.Map properties,
java.io.OutputStream out)
Render the document in a pdf. |
Uses of IHtmlToPdfTransformer.CConvertException in org.allcolor.yahp.converter |
---|
Methods in org.allcolor.yahp.converter that throw IHtmlToPdfTransformer.CConvertException | |
---|---|
void |
CYaHPConverter.convertToPdf(java.lang.String content,
IHtmlToPdfTransformer.PageSize size,
java.util.List hf,
java.lang.String furlForBase,
java.io.OutputStream out,
java.util.Map fproperties)
Convert the document in content in a PDF file. |
void |
CYaHPConverter.convertToPdf(java.net.URL url,
IHtmlToPdfTransformer.PageSize size,
java.util.List hf,
java.io.OutputStream out,
java.util.Map fproperties)
Convert the document pointed by url in a PDF file. |
void |
IHtmlToPdfTransformer.transform(java.io.InputStream in,
java.lang.String urlForBase,
IHtmlToPdfTransformer.PageSize size,
java.util.List hf,
java.util.Map properties,
java.io.OutputStream out)
Transform the html document in the inputstream to a pdf in the outputstream |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |