PDF Step pdfToLinksFilter
Description
Extracts all links from within the current PDF document.
Parameters
- description
- Required? no
- The description of this test step.
Details
Here is an example of using pdfToLinksFilter:
<invoke url="testDocLinks.pdf"/>
<compareToExpected saveFiltered="true" readFiltered="false" toFile="${expectedFile}">
<pdfToLinksFilter description="extract PDF links"/>
<lineSeparatorFilter description="normalise line separators"/>
</compareToExpected>
</steps>
As a result of invoking the above steps a file would be created containing something like the following:
2|please jump to a local destination|#top
WebTestRecorder