org.jpedal.examples
Class ShowIfEmbeddedFontsUsed

java.lang.Object
  extended by org.jpedal.examples.ShowIfEmbeddedFontsUsed

public class ShowIfEmbeddedFontsUsed
extends java.lang.Object

This example opens a pdf file to see if fonts are embedded


Constructor Summary
ShowIfEmbeddedFontsUsed(java.lang.String file_name)
          example method to open a file and return the number of pages
 
Method Summary
static void main(java.lang.String[] args)
          main routine which checks for any files passed and runs the demo
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowIfEmbeddedFontsUsed

public ShowIfEmbeddedFontsUsed(java.lang.String file_name)
example method to open a file and return the number of pages

Method Detail

main

public static void main(java.lang.String[] args)
main routine which checks for any files passed and runs the demo