FaxSendOp op; // associated FaxSendOp value
} formats[] = {
{ "TIFF", true, "tif", "Tagged Image File Format, Class F only", FaxRequest::send_tiff },
-{ "PS", true, "ps", "Adobe PostScript Level I", FaxRequest::send_postscript },
+{ "PS", true, "ps", "Adobe PostScript", FaxRequest::send_postscript },
{ "PCL", true, "pcl", "HP Printer Control Language (PCL)", FaxRequest::send_pcl},
{ "PDF", true, "pdf", "Adobe Portable Document Format", FaxRequest::send_pdf}
};
*/
#define FORM_TIFF 0 // Tagged Image File Format
#define FORM_PS 1 // PostScript Level I
-#define FORM_PS2 2 // PostScript Level II
-#define FORM_PCL 3 // HP-PCL5
-#define FORM_PDF 4 // Portable Document Format
+#define FORM_PCL 2 // HP-PCL5
+#define FORM_PDF 3 // Portable Document Format
/*
* Definitions for the TELNET protocol (only those used).