org.sejda.impl.pdfbox.component
Class DefaultPdfSourceOpener
java.lang.Object
org.sejda.impl.pdfbox.component.DefaultPdfSourceOpener
- All Implemented Interfaces:
- PdfSourceOpener<PDDocumentHandler>
public class DefaultPdfSourceOpener
- extends Object
- implements PdfSourceOpener<PDDocumentHandler>
PDFBox component able to open a PdfSource and return the corresponding PDDocumentHandler
.
- 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 PDDocumentHandler open(PdfURLSource source)
throws TaskIOException
- Specified by:
open
in interface PdfSourceOpener<PDDocumentHandler>
- Throws:
TaskIOException
open
public PDDocumentHandler open(PdfFileSource source)
throws TaskIOException
- Specified by:
open
in interface PdfSourceOpener<PDDocumentHandler>
- Throws:
TaskIOException
open
public PDDocumentHandler open(PdfStreamSource source)
throws TaskIOException
- Specified by:
open
in interface PdfSourceOpener<PDDocumentHandler>
- Throws:
TaskIOException
Copyright © 2012. All Rights Reserved.