org.apache.pdfbox.examples.pdmodel
Class HelloWorldType1AfmPfb
java.lang.Object
org.apache.pdfbox.examples.pdmodel.HelloWorldType1AfmPfb
public class HelloWorldType1AfmPfb
- extends java.lang.Object
This is an example that creates a simple document
with a Type 1 font (afm + pfb).
- Version:
- $Revision: 1.2 $
- Author:
- Michael Niedermair
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 |
HelloWorldType1AfmPfb
public HelloWorldType1AfmPfb()
doIt
public void doIt(java.lang.String file,
java.lang.String message,
java.lang.String fontfile)
throws java.io.IOException,
COSVisitorException
- create the second sample document from the PDF file format specification.
- Parameters:
file
- The file to write the PDF to.message
- The message to write in the file.fontfile
- The ttf-font file.
- Throws:
java.io.IOException
- If there is an error writing the data.
COSVisitorException
- If there is an error writing the PDF.
main
public static void main(java.lang.String[] args)
- This will create a hello world PDF document
with a ttf-font.
see usage() for commandline
- Parameters:
args
- Command line arguments.