Package org.hcl.pdftemplate
Interface IPdfPrinter
public interface IPdfPrinter
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidvoidprintBufferedImage(org.apache.pdfbox.pdmodel.PDPageContentStream stream, org.hcl.pdftemplate.PdfBufferedImage image) voidprintImage(org.apache.pdfbox.pdmodel.PDPageContentStream stream, org.hcl.pdftemplate.PdfImage image) voidprintJFreeChart(org.apache.pdfbox.pdmodel.PDPageContentStream stream, org.hcl.pdftemplate.PdfJFreeChart pdfJFreeChart) voidprintText(org.apache.pdfbox.pdmodel.PDPageContentStream stream, org.hcl.pdftemplate.PdfText text) static voidupdateTemplate(String resource, List<org.hcl.pdftemplate.IPdfPart> parts, ConsumerWithException<org.apache.pdfbox.pdmodel.PDDocument> consumer) static voidwithStream(org.apache.pdfbox.pdmodel.PDDocument doc, int pageNo, ConsumerWithException<org.apache.pdfbox.pdmodel.PDPageContentStream> consumer)
-
Method Details
-
updateTemplate
static void updateTemplate(String resource, List<org.hcl.pdftemplate.IPdfPart> parts, ConsumerWithException<org.apache.pdfbox.pdmodel.PDDocument> consumer) throws Exception - Throws:
Exception
-
print
static void print(org.apache.pdfbox.pdmodel.PDDocument doc, List<org.hcl.pdftemplate.IPdfPart> parts) throws Exception - Throws:
Exception
-
withStream
static void withStream(org.apache.pdfbox.pdmodel.PDDocument doc, int pageNo, ConsumerWithException<org.apache.pdfbox.pdmodel.PDPageContentStream> consumer) throws Exception - Throws:
Exception
-
printText
void printText(org.apache.pdfbox.pdmodel.PDPageContentStream stream, org.hcl.pdftemplate.PdfText text) throws Exception - Throws:
Exception
-
printImage
void printImage(org.apache.pdfbox.pdmodel.PDPageContentStream stream, org.hcl.pdftemplate.PdfImage image) throws Exception - Throws:
Exception
-
printBufferedImage
void printBufferedImage(org.apache.pdfbox.pdmodel.PDPageContentStream stream, org.hcl.pdftemplate.PdfBufferedImage image) throws Exception - Throws:
Exception
-
printJFreeChart
void printJFreeChart(org.apache.pdfbox.pdmodel.PDPageContentStream stream, org.hcl.pdftemplate.PdfJFreeChart pdfJFreeChart) throws IOException - Throws:
IOException
-