Class PdfServiceImpl

  • All Implemented Interfaces:
    org.webswing.ext.services.PdfService

    public class PdfServiceImpl
    extends java.lang.Object
    implements org.webswing.ext.services.PdfService
    • Constructor Summary

      Constructors 
      Constructor Description
      PdfServiceImpl()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static PdfServiceImpl getInstance()  
      void printToPDF​(java.io.OutputStream out, java.awt.print.Pageable pageable, java.awt.print.Printable printable, javax.print.attribute.PrintRequestAttributeSet attribs)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PdfServiceImpl

        public PdfServiceImpl()
    • Method Detail

      • printToPDF

        public void printToPDF​(java.io.OutputStream out,
                               java.awt.print.Pageable pageable,
                               java.awt.print.Printable printable,
                               javax.print.attribute.PrintRequestAttributeSet attribs)
                        throws java.awt.print.PrinterException,
                               java.io.IOException
        Specified by:
        printToPDF in interface org.webswing.ext.services.PdfService
        Throws:
        java.awt.print.PrinterException
        java.io.IOException