lifesupport
Programmer
Has anyone gotten Ghostscript to concatenate within VFP?
If so, what was the line of code within ps2pdf used?
(i.e. m_cmd = [ -q -dSAFER -dNOPAUSE -dBATCH -sDEVICE#pdfwrite -sOutputFile#]+m_outfile +[ -dnodisplay -dCompatibilityLevel#1.2 -c .setpdfwrite -f ] +m_ifilename)
Is there another way other than the ps2pdf method?
I know there's 3rd party software, but my client will not want to pay license fees per his client for this.
Thanks