org.apache.pdfbox.examples.pdmodel
Class ExtractTTFFonts

java.lang.Object
  extended by org.apache.pdfbox.examples.pdmodel.ExtractTTFFonts

public class ExtractTTFFonts
extends Object

This will extract all treu type-fonts of a pdf.


Method Summary
static void main(String[] args)
          This is the entry point for the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws Exception
This is the entry point for the application.

Parameters:
args - The command-line arguments.
Throws:
Exception - If there is an error decrypting the document.


Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.