com.lowagie.text.pdf.PdfContentByte <CODE>PdfContentByte</CODE> is an object containing the user positioned text and graphic contents of a page. It knows how to apply the proper font encoding. FopPrintServlet Example servlet to generate a fop printout from a servlet. Printing goes to the default printer on host where the servlet executes. Servlet param is: <ul> <li>fo: the path to a formatting object file to render </ul> Example URL: http://servername/fop/servlet/FopPrintServlet?fo=r ...com.lowagie.text.pdf.PdfPrinterGraphics2D This is an extension class for the sole purpose of implementing the {@link java.awt.print.PrinterGraphics PrinterGraphics} interface. org.apache.fop.apps.PrintStarter This class prints a xsl-fo dokument without interaction. At the moment java has not the possibility to configure the printer and it's options without interaction (30.03.2000). This class allows to print a set of pages (from-to), even/odd pages and many copies. - Print from page xxx: property name ...org.jdesktop.swing.JXTable JXTable @author Ramesh Gupta @author Amy Fowler @author Mark Davidson PrintPage Print a PDF from the command line. This example uses the Java 1.2 Print API, although to specify the page range the javax.print package is required. It's easy enough to strip that out if 1.4 is not available. @since 2.5 @version $Id: PrintPage.java,v 1.6 2005/08/19 11:31:01 mike Exp $ | Popular Tags |