-
Notifications
You must be signed in to change notification settings - Fork 1
Java Tools
-
Select PDF files to add hyperlinks to
-
The expression for detecting text is a regular expression. Here is an example:
.*(possible a sem 15 completer|possible a sem 15 completion|potential sem a 2015 completion|potential a sem 2015 completion).* -
Select the
outputdirectory to place the processed files in -
If you choose the same directory for input files and output files, you need to specify a
suffixthat gets added to the files. -
Check whether you want to perform
case-sensitivematching (usually, you'd leave that unchecked). -
Check
Exclude completionsif you don't want completions to be indexed as well.
- Add the input files to overlay
- Select the
outputdirectory to place the processed files in - Change the
verticalposition, if necessary (starts at the bottom) - Change the
horizontalposition, if necessary (starts at the left) - Check
Strip pathif you don't want the path to be part of the overlay - Check
Strip extensionif you don't want the file extension to be part of the overlay
Uses a Groovy script to generate PDFs based on the provided template. For each row in the provided CSV spreadsheet (header row used as key names) a PDF is generated, with the row values being passed to the Groovy script. The Groovy script must implement the nz.ac.waikato.cms.doc.ScriptedPDFOverlayProcessor interface.
- Select the
PDF template - Select the
CSV Spreadsheetwith the parameters - Select the
Groovy scriptthat processes the data - Select the
Output directoryfor the generated PDFs
Here are some example files: