|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pdfbox.examples.pdmodel.HelloWorldTTF
public class HelloWorldTTF
This is an example that creates a simple document with a ttf-font.
| Constructor Summary | |
|---|---|
HelloWorldTTF()
|
|
| Method Summary | |
|---|---|
void |
doIt(java.lang.String file,
java.lang.String message,
java.lang.String fontfile)
create the second sample document from the PDF file format specification. |
static void |
main(java.lang.String[] args)
This will create a hello world PDF document with a ttf-font. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HelloWorldTTF()
| Method Detail |
|---|
public void doIt(java.lang.String file,
java.lang.String message,
java.lang.String fontfile)
throws java.io.IOException,
COSVisitorException
file - The file to write the PDF to.message - The message to write in the file.fontfile - The ttf-font file.
java.io.IOException - If there is an error writing the data.
COSVisitorException - If there is an error writing the PDF.public static void main(java.lang.String[] args)
args - Command line arguments.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||