Current version 1.1.1
9th May 2017
Download
Latest Stable Release
LMSPDFCreator
Dependencies
- perl module Switch
- perl module Net::Telnet
- Perl module URI::Escape
- Perl module PDF::API2
Example
For an example of the output see
LMSIndex.pdf
Description
LMSPDFCreator is a PERL script which produces a pdf document containing details of every album in LMS.
LMSPDFCreator uses the command line interface of LMS and doesn’t need to reside on the same machine as LMS.
Usage
LMSPDFCreator should be run from the command line. It will output how many albums are to be processed and then print a dot for each as it goes. At the end it will produce some statistics.
Configuration
There are three settings at the top of the file that need to be set.
LMSURL
This should be set to the URL of the LMS (without the http:// on the front.)
PAGESIZE
What size of page is required. This is set to A4 but can also be LETTER
OUTPUTFILE
This should be the full path to the output file. Obviously this should be writable by the user.