Uses of Class
org.allcolor.yahp.converter.IHtmlToPdfTransformer.CConvertException

Packages that use IHtmlToPdfTransformer.CConvertException
org.allcolor.yahp.cl.converter   
org.allcolor.yahp.converter   
 

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, IHtmlToPdfTransformer.PageSize[] size, java.util.List hf)
          construct a pdf document from pdf parts.
 void CHtmlToPdfFlyingSaucerTransformer.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.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