I'm writing a program that grabs data from a MSSQL database, adds records from said data into XML statements, and then is to insert the data, along with a large block of postscript coding into a particular part of a postscript file.
Is there a better choice for inserting large chunks of what amounts to text as far as VC++ is concerned, or is there an interface between postscript and VC++ that I just haven't found yet?
Thanks.
Is there a better choice for inserting large chunks of what amounts to text as far as VC++ is concerned, or is there an interface between postscript and VC++ that I just haven't found yet?
Thanks.