Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate

com.aspose.pdf.kit
Class FormatConverter

java.lang.Object
  extended bycom.aspose.pdf.kit.FormatConverter

public class FormatConverter
extends java.lang.Object

Title:

Description:

Copyright: Copyright (c) 2005

Company:

Version:
1.0
Author:
not attributable

Constructor Summary
FormatConverter()
           
 
Method Summary
 void FDF2XML(java.io.InputStream fdfInStr, java.io.OutputStream xmlOutStr)
           
 void FDF2XML(java.lang.String fdfFile, java.lang.String xmlFile)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatConverter

public FormatConverter()
Method Detail

FDF2XML

public void FDF2XML(java.lang.String fdfFile,
                    java.lang.String xmlFile)
             throws java.io.IOException
Throws:
java.io.IOException

FDF2XML

public void FDF2XML(java.io.InputStream fdfInStr,
                    java.io.OutputStream xmlOutStr)
             throws java.io.IOException
Throws:
java.io.IOException