Interface IPdfPrinter


public interface IPdfPrinter
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    print(org.apache.pdfbox.pdmodel.PDDocument doc, List<org.hcl.pdftemplate.IPdfPart> parts)
     
    void
    printBufferedImage(org.apache.pdfbox.pdmodel.PDPageContentStream stream, org.hcl.pdftemplate.PdfBufferedImage image)
     
    void
    printImage(org.apache.pdfbox.pdmodel.PDPageContentStream stream, org.hcl.pdftemplate.PdfImage image)
     
    void
    printJFreeChart(org.apache.pdfbox.pdmodel.PDPageContentStream stream, org.hcl.pdftemplate.PdfJFreeChart pdfJFreeChart)
     
    void
    printText(org.apache.pdfbox.pdmodel.PDPageContentStream stream, org.hcl.pdftemplate.PdfText text)
     
    static void
    updateTemplate(String resource, List<org.hcl.pdftemplate.IPdfPart> parts, ConsumerWithException<org.apache.pdfbox.pdmodel.PDDocument> consumer)
     
    static void
    withStream(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