Page 1 of 1

PDF creation - solution

Posted: Thu Jul 03, 2014 5:13 am
by Bruce
Hi,____I have resolved the issue with regard to the lack of PDF creation in the standard R&R product:____1) Print the document to a postscript printer but output to a file and control the file name via code.____2) Use ghostscript (gswin32c.exe - public domain program) to then pick up the .PS file and output a PDF file, again the file name and location can be controlled in code.____If you are not able to do this then I can post a sample of xbase code to help a little.____Best regards,____Bruce]________

=> RE: PDF creation - solution

Posted: Tue Jul 08, 2014 8:48 am
by cstrasser
Thanks Bruce! I^m sure a lot of people will be glad to hear it.