docTypeNames in hfaxd/Jobs.c+++ is in the wrong order, not corresponding to the
enum used for FaxItem::op.
Meaning that if you connect to hfaxd and to JPARM DOCUMEMTS, you get the wrong
type displayed to you (not what the server really things is it).
"FAX", // send_fax
"TIFF", // send_tiff
"TIFF", // send_tiff_saved
+ "PDF", // send_pdf
+ "PDF", // send_pdf_saved
"PS", // send_postscript
"PS", // send_postscript_saved
"PCL", // send_pcl
"PAGE", // send_page_saved
"UUCP", // send_uucp
"UNKNOWN", // send_unknown
- "PDF", // send_pdf
- "PDF", // send_pdf_saved
};
static const char*