org.pdfbox.examples.pdmodel
Class HelloWorldType1AfmPfb
java.lang.Object
org.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).
void | doIt(String file, String message, String fontfile) - create the second sample document from the PDF file format specification.
|
static void | main(String[] args) - This will create a hello world PDF document
with a ttf-font.
|
doIt
public void doIt(String file,
String message,
String fontfile)
throws IOException,
COSVisitorException
create the second sample document from the PDF file format specification.
file
- The file to write the PDF to.message
- The message to write in the file.fontfile
- The ttf-font file.
main
public static void main(String[] args)
This will create a hello world PDF document
with a ttf-font.
see usage() for commandline
args
- Command line arguments.