org.pdfclown.samples.cli
Class LinkParsingSample
java.lang.Object
org.pdfclown.samples.cli.Sample
org.pdfclown.samples.cli.LinkParsingSample
public class LinkParsingSample
- extends Sample
This sample demonstrates how to inspect the links of a PDF document, retrieving
their associated text along with its graphic attributes (font, font size, text color,
text rendering mode, text bounding box...).
Remarks
According to PDF spec, page text and links have no mutual relation (contrary to, for
example, HTML links), so retrieving the text associated to a link is somewhat tricky
as we have to infer the overlapping areas between links and their corresponding text.
- Since:
- 0.0.8
- Version:
- 0.1.2, 09/24/12
- Author:
- Stefano Chizzolini (http://www.stefanochizzolini.it)
|
Method Summary |
void |
run()
Executes the sample. |
| Methods inherited from class org.pdfclown.samples.cli.Sample |
getIndentation, getOutputPath, getOutputPath, getResourcePath, isQuit, prompt, promptChoice, promptChoice, promptFileChoice, promptNextPage, promptPageChoice, promptPageChoice, quit, serialize, serialize, serialize, serialize, serialize, serialize, serialize |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinkParsingSample
public LinkParsingSample()
run
public void run()
- Description copied from class:
Sample
- Executes the sample.
- Specified by:
run in class Sample
Project home page
Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.