org.sejda.impl.icepdf.component
Class DefaultPdfSourceOpener
java.lang.Object
org.sejda.impl.icepdf.component.DefaultPdfSourceOpener
- All Implemented Interfaces:
- PdfSourceOpener<org.icepdf.core.pobjects.Document>
public class DefaultPdfSourceOpener
- extends Object
- implements PdfSourceOpener<org.icepdf.core.pobjects.Document>
ICEpdf component able to open a PdfSource and return the corresponding Document.
- Author:
- Andrea Vacondio
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultPdfSourceOpener
public DefaultPdfSourceOpener()
open
public org.icepdf.core.pobjects.Document open(PdfURLSource source)
throws TaskIOException
- Specified by:
open in interface PdfSourceOpener<org.icepdf.core.pobjects.Document>
- Throws:
TaskIOException
open
public org.icepdf.core.pobjects.Document open(PdfFileSource source)
throws TaskIOException
- Specified by:
open in interface PdfSourceOpener<org.icepdf.core.pobjects.Document>
- Throws:
TaskIOException
open
public org.icepdf.core.pobjects.Document open(PdfStreamSource source)
throws TaskIOException
- Specified by:
open in interface PdfSourceOpener<org.icepdf.core.pobjects.Document>
- Throws:
TaskIOException
Copyright © 2012. All Rights Reserved.