PDFTOIJS

1. INTRODUCTION

"pdftoijs" is a filter for CUPS. It reads PDF files, converts it
and sends it to an IJS server.

The options are set via commandline, run "pdftoijs -h" for usage.

2. LICENSE

Almost source files are under MIT like license. However, "pdftoijs" links
some "poppler" libraries, and these files are under GNU public license.
See copyright notice of each file for details.

3. INFORMATION FOR DEVELOPERS

3.1 Temporally files location

"pdftoijs" creates temporally files if needed. Temporary files are created
in the location specified by TMPDIR environment variable. Default location
is "/tmp".

3.2 Example invocation

pdftoijs -m my -d self -s "/PATH_TO/ijs_server_example" -r 100 -c rgb -o ijsout.ps SOME.pdf
