Constructor and Description |
---|
URLPDFSource(URL url) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(PDFSource other)
Tests if this source is equal to another source.
|
PDFContent |
getContent()
Returns an object that implements PDFContent, that contains and can deliver the contents of the PDF document.
|
String |
getName()
Returns the name of the document.
|
String |
getPath()
Returns the URL path to the PDF document.
|
URL |
getURL()
Returns the URL where the PDF came from.
|
public URLPDFSource(URL url) throws PDFException
PDFException
public boolean equals(PDFSource other)
PDFSource
public String getName()
PDFSource
public String getPath()
public URL getURL()
public PDFContent getContent() throws IOException
PDFSource
getContent
in interface PDFSource
IOException