Package adams.core.io
Class IcePDF
- java.lang.Object
-
- adams.core.io.IcePDF
-
public class IcePDF extends Object
Helper class for IcePDF.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Constructor Summary
Constructors Constructor Description IcePDF()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
saveTo(org.icepdf.core.pobjects.Document doc, File file)
Saves the document to the specified file.
-