Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 423 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 423 Bytes

ArchivesSpace EAD2PDF

This is a basic little script to convert EAD files into PDFs. It uses a slightly tweaked XSLT developed by Winona Salesky, using the Apache FO library to convert XML into PDF.

It requires Java.

To run, simply use java -jar ead2pdf.jar EAD_INPUT_FILE PDF_OUTPUT_FILE [ XSLT_FILE ( option ) ]

To develop, make your edits, have warbler installed, and then "warble compile jar"