Package | Description |
---|---|
com.etymon.pj | |
com.etymon.pj.tools |
Modifier and Type | Method and Description |
---|---|
void |
Pdf.appendPdfDocument(Pdf pdf)
Appends the pages of a PDF document to this document.
|
private static long[][] |
PdfParser.getNextXref(Pdf pdf,
java.io.RandomAccessFile raf,
long start,
long[][] xref) |
private static PjObject |
PdfParser.getObject(Pdf pdf,
java.io.RandomAccessFile raf,
long[][] xref,
int num) |
static void |
PdfParser.getObjects(Pdf pdf,
java.io.RandomAccessFile raf) |
private static long[][] |
PdfParser.getXref(Pdf pdf,
java.io.RandomAccessFile raf) |
static PjObject |
PdfParser.parse(Pdf pdf,
java.io.RandomAccessFile raf,
long[][] xref,
byte[] data,
int start) |
Modifier and Type | Method and Description |
---|---|
static Pdf |
PjScript.script(java.lang.String source,
java.io.BufferedReader br,
java.lang.String[] args)
Creates or modifies PDF files based on a script.
|
Modifier and Type | Method and Description |
---|---|
private static int |
PjScript.appendPage(Pdf pdf,
java.util.Vector texts,
java.util.Hashtable vars) |
private static void |
PjScript.drawText(Pdf pdf,
java.lang.String source,
int lineNumber,
java.util.Hashtable fonts,
java.util.Vector texts) |
private static float |
PjScript.setMediaBox(Pdf pdf,
int pageNumber,
java.lang.String mediaBox,
java.lang.String source,
int lineNumber) |