Package org.gvsig.pdf.lib.impl
Class DefaultPDFDocument
java.lang.Object
org.gvsig.pdf.lib.impl.DefaultPDFDocument
- All Implemented Interfaces:
PDFDocument,org.gvsig.tools.dispose.Disposable
- Author:
- gvSIG Team
-
Constructor Details
-
DefaultPDFDocument
public DefaultPDFDocument()
-
-
Method Details
-
setSource
- Specified by:
setSourcein interfacePDFDocument
-
getInputStream
- Specified by:
getInputStreamin interfacePDFDocument- Throws:
IOException
-
toByteArray
public byte[] toByteArray()- Specified by:
toByteArrayin interfacePDFDocument
-
toHexString
- Specified by:
toHexStringin interfacePDFDocument
-
getNumberOfPages
public int getNumberOfPages()- Specified by:
getNumberOfPagesin interfacePDFDocument
-
toImage
public org.gvsig.tools.swing.api.SimpleImage toImage()- Specified by:
toImagein interfacePDFDocument
-
toImage
public org.gvsig.tools.swing.api.SimpleImage toImage(int page) - Specified by:
toImagein interfacePDFDocument
-
toImage
public org.gvsig.tools.swing.api.SimpleImage toImage(int page, int dpis) - Specified by:
toImagein interfacePDFDocument
-
dispose
public void dispose()- Specified by:
disposein interfaceorg.gvsig.tools.dispose.Disposable
-