|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.swfit.core.pdf.ArticleToPDF
Functionality for converting XHTML articles to PDF - just a mess at the moment
| Field Summary | |
static int |
COL_WIDTH
Build a PDF document around a standard A4 sticker page, with 3 x 6 stickers on each page. |
static int |
FONT_SIZE
Build a PDF document around a standard A4 sticker page, with 3 x 6 stickers on each page. |
static int |
LEFT_MARGIN
Build a PDF document around a standard A4 sticker page, with 3 x 6 stickers on each page. |
static int |
LINE_HEIGHT
Build a PDF document around a standard A4 sticker page, with 3 x 6 stickers on each page. |
static int |
PAGE_HEIGHT
Build a PDF document around a standard A4 sticker page, with 3 x 6 stickers on each page. |
static int |
ROW_HEIGHT
Build a PDF document around a standard A4 sticker page, with 3 x 6 stickers on each page. |
static int |
STICKER_COLS
Build a PDF document around a standard A4 sticker page, with 3 x 6 stickers on each page. |
static int |
STICKER_ROWS
Build a PDF document around a standard A4 sticker page, with 3 x 6 stickers on each page. |
static int |
STICKERS_ON_PAGE
Build a PDF document around a standard A4 sticker page, with 3 x 6 stickers on each page. |
static int |
TOP_MARGIN
Build a PDF document around a standard A4 sticker page, with 3 x 6 stickers on each page. |
| Constructor Summary | |
ArticleToPDF()
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
Testing the iText package. |
static byte[] |
stringsToPDFBytes(java.util.Vector string_arrays)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int STICKER_COLS
public static final int STICKER_ROWS
public static final int STICKERS_ON_PAGE
public static final int LINE_HEIGHT
public static final int LEFT_MARGIN
public static final int TOP_MARGIN
public static final int COL_WIDTH
public static final int ROW_HEIGHT
public static final int PAGE_HEIGHT
public static final int FONT_SIZE
| Constructor Detail |
public ArticleToPDF()
| Method Detail |
public static void main(java.lang.String[] args)
public static byte[] stringsToPDFBytes(java.util.Vector string_arrays)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||