public class HtmlConverter extends Object
Modifier and Type | Method and Description |
---|---|
static com.itextpdf.layout.Document |
convertToDocument(InputStream htmlStream, com.itextpdf.kernel.pdf.PdfDocument pdfDocument, ConverterProperties converterProperties) |
static com.itextpdf.layout.Document |
convertToDocument(InputStream htmlStream, com.itextpdf.kernel.pdf.PdfWriter pdfWriter) |
static com.itextpdf.layout.Document |
convertToDocument(InputStream htmlStream, com.itextpdf.kernel.pdf.PdfWriter pdfWriter, ConverterProperties converterProperties) |
static List |
convertToElements(InputStream htmlStream) |
static List |
convertToElements(InputStream htmlStream, ConverterProperties converterProperties) |
static List |
convertToElements(String html) |
static List |
convertToElements(String html, ConverterProperties converterProperties) |
static void |
convertToPdf(File htmlFile, File pdfFile) |
static void |
convertToPdf(File htmlFile, File pdfFile, ConverterProperties converterProperties) |
static void |
convertToPdf(InputStream htmlStream, OutputStream pdfStream) |
static void |
convertToPdf(InputStream htmlStream, OutputStream pdfStream, ConverterProperties converterProperties) |
static void |
convertToPdf(InputStream htmlStream, com.itextpdf.kernel.pdf.PdfDocument pdfDocument) |
static void |
convertToPdf(InputStream htmlStream, com.itextpdf.kernel.pdf.PdfDocument pdfDocument, ConverterProperties converterProperties) |
static void |
convertToPdf(InputStream htmlStream, com.itextpdf.kernel.pdf.PdfWriter pdfWriter) |
static void |
convertToPdf(InputStream htmlStream, com.itextpdf.kernel.pdf.PdfWriter pdfWriter, ConverterProperties converterProperties) |
static void |
convertToPdf(String html, OutputStream pdfStream) |
static void |
convertToPdf(String html, OutputStream pdfStream, ConverterProperties converterProperties) |
static void |
convertToPdf(String html, com.itextpdf.kernel.pdf.PdfWriter pdfWriter) |
static void |
convertToPdf(String html, com.itextpdf.kernel.pdf.PdfWriter pdfWriter, ConverterProperties converterProperties) |
public static void convertToPdf(String html, OutputStream pdfStream) throws IOException
IOException
public static void convertToPdf(String html, OutputStream pdfStream, ConverterProperties converterProperties) throws IOException
IOException
public static void convertToPdf(String html, com.itextpdf.kernel.pdf.PdfWriter pdfWriter) throws IOException
IOException
public static void convertToPdf(String html, com.itextpdf.kernel.pdf.PdfWriter pdfWriter, ConverterProperties converterProperties) throws IOException
IOException
public static void convertToPdf(File htmlFile, File pdfFile) throws IOException
IOException
public static void convertToPdf(File htmlFile, File pdfFile, ConverterProperties converterProperties) throws IOException
IOException
public static void convertToPdf(InputStream htmlStream, OutputStream pdfStream) throws IOException
IOException
public static void convertToPdf(InputStream htmlStream, OutputStream pdfStream, ConverterProperties converterProperties) throws IOException
IOException
public static void convertToPdf(InputStream htmlStream, com.itextpdf.kernel.pdf.PdfDocument pdfDocument) throws IOException
IOException
public static void convertToPdf(InputStream htmlStream, com.itextpdf.kernel.pdf.PdfWriter pdfWriter) throws IOException
IOException
public static void convertToPdf(InputStream htmlStream, com.itextpdf.kernel.pdf.PdfWriter pdfWriter, ConverterProperties converterProperties) throws IOException
IOException
public static void convertToPdf(InputStream htmlStream, com.itextpdf.kernel.pdf.PdfDocument pdfDocument, ConverterProperties converterProperties) throws IOException
IOException
public static com.itextpdf.layout.Document convertToDocument(InputStream htmlStream, com.itextpdf.kernel.pdf.PdfWriter pdfWriter) throws IOException
IOException
public static com.itextpdf.layout.Document convertToDocument(InputStream htmlStream, com.itextpdf.kernel.pdf.PdfWriter pdfWriter, ConverterProperties converterProperties) throws IOException
IOException
public static com.itextpdf.layout.Document convertToDocument(InputStream htmlStream, com.itextpdf.kernel.pdf.PdfDocument pdfDocument, ConverterProperties converterProperties) throws IOException
IOException
public static ListconvertToElements(String html) throws IOException
IOException
public static ListconvertToElements(InputStream htmlStream) throws IOException
IOException
public static ListconvertToElements(String html, ConverterProperties converterProperties) throws IOException
IOException
public static ListconvertToElements(InputStream htmlStream, ConverterProperties converterProperties) throws IOException
IOException
Copyright © 1998–2019 iText Group NV. All rights reserved.