Framemaker not including referenced postscript code upon printing
I am trying to print a framemaker document to a postscript format. We used to use version 7.1, and now are at version 13. Many of our framemaker files have an include statement which was supposed to reference postscript code produced by a different program that was inserted into the document. This is the following code in the framemaker file:
/showpage {} def
#include "s:/DIRECTORY/SUB_DIR/FILE.cps"
/CPSFILE (s:/DIRECTORY/SUB_DIR/FILE.cps) def CHECK_FILE
Our previous version of framemaker used to insert the actual code from the 'FILE.cps' into the printed document but now this no longer happens. I have opened up the old and new versions of the output postscript format documents in text windows and seen that this is the case. This leads to distilling errors when converting to a PDF because the #include statement seems to not be supported by that (even though #include command isn't even supposed to be in the (PS) document.
