|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDF | |
---|---|
org.faceless.pdf2 | Contains the classes used to create a PDF document |
org.faceless.report | Contains the high-level classes for running the XML to PDF conversion |
Uses of PDF in org.faceless.pdf2 |
---|
Methods in org.faceless.pdf2 that return PDF | |
---|---|
PDF |
Form.getPDF()
Return the PDF associated with this form |
PDF |
PDFParser.getPDF()
Return the PDF this PDFParser is built from. |
PDF |
PDFPage.getPDF()
Return the PDF this page is part of, or null if it hasn't been
attached to a PDF yet. |
PDF |
JSEvent.javaGetPDF()
Return the PDF this event was raised on, or null if no PDF applies |
Methods in org.faceless.pdf2 with parameters of type PDF | |
---|---|
static JSEvent |
JSEvent.createBatchExec(PDF pdf,
String javascript)
Return a new "Batch/Exec" event |
static JSEvent |
JSEvent.createConsoleExec(PDF pdf,
String javascript)
Return a new "Console/Exec" event |
static JSEvent |
JSEvent.createDocDidPrint(PDF pdf)
Return a new "Doc/DidPrint" event |
static JSEvent |
JSEvent.createDocDidSave(PDF pdf)
Return a new "Doc/DidSave" event |
static JSEvent |
JSEvent.createDocOpen(PDF pdf,
String targetName)
Return a new "Doc/Open" event |
static JSEvent |
JSEvent.createDocWillClose(PDF pdf)
Return a new "Doc/WillClose" event |
static JSEvent |
JSEvent.createDocWillPrint(PDF pdf)
Return a new "Doc/WillPrint" event |
static JSEvent |
JSEvent.createDocWillSave(PDF pdf)
Return a new "Doc/WillSave" event |
Constructors in org.faceless.pdf2 with parameters of type PDF | |
---|---|
EmbeddedFile(PDF pdf,
String name)
Set the content of this EmbeddedFile to the specified PDF. |
|
FDF(PDF pdf)
Create a new FDF from the specified PDF. |
|
PDF(PDF pdf)
Create a PDF that's a clone of the specified PDF. |
|
PDFParser(PDF pdf)
Creates a PDFParser from the specified PDF document. |
Uses of PDF in org.faceless.report |
---|
Methods in org.faceless.report that return PDF | |
---|---|
PDF |
ReportHandler.getPDF()
Get the PDF that has been generated by the last XML input parsed by this ReportHandler |
PDF |
ReportParser.parse(File f)
Parse the XML document from the specified file |
PDF |
ReportParser.parse(InputSource source)
Parse the XML document from the specified InputSource |
PDF |
ReportParser.parse(String url)
Parse the XML document at the supplied URL |
PDF |
ReportParser.parse(XMLReader reader,
InputSource source)
Parse the XML document from the specified InputSource
using a filter with the specified XMLReader as it's parent. |
Methods in org.faceless.report with parameters of type PDF | |
---|---|
void |
PDFProxyServlet.modifyPDF(PDF pdf)
Adjust the PDF after it's been created but before it's rendered back to the browser. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |