Hi,
I’m currently experiencing difficulties while printing a word document, having a standard PRINT field code, to a postscript document using the Aspose.Words API.
The document itself simply contains the field code
{ PRINT “%%Dummy42” * MERGEFORMAT }.
Upon printing the document to a postscript file, I don’t get the PRINT field code embedded into the postscript file, as I do when printing directly from Word. I’ve tried using various postscript drivers to verify the problem wasn’t related to a driver issue.
If possible, how can I solve this problem such that I can get the PRINT field code embedded in the postscript file?
Kind regards,
Engel