org.egothor.parser.transformer
Class Pdf2Html

java.lang.Object
  extended by org.egothor.parser.transformer.Pdf2Html

public class Pdf2Html
extends java.lang.Object

This class transforms PDF file into its HTML counterpart.

Author:
galambos

Constructor Summary
Pdf2Html(File tmpDirectory)
          Creates a new instance of Pdf2Html
 
Method Summary
 File transform(File pdfFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pdf2Html

public Pdf2Html(File tmpDirectory)
Creates a new instance of Pdf2Html

Method Detail

transform

public File transform(File pdfFile)