Skip to content

archivesspace-labs/ead2pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 compiled jar" or simply "warble".