Hi S,
For G1701 E.02.02, To create PDFs, I use the free software PDF Creator, that I set as the default printer.
PDF Creator allows you to AutoSave the PDF with a timedate stamp and the title of the document.
Typically, the Title given by Chemstation is typically ‘MSDA’, so the output will be YYMMDDHHMMSS_MSDA.pdf, Unless you can get permission from your supervisor to edit the macro that prints out your report to get the JobName$ and STARTJOB to accept the variable _datafile$. JobName$ = _datafile$ and STARTJOB _datafile$ ( I think, I don't remember specifically, as it was a long time ago I did something similar)
So if the data file name was eg. Test_Mix.D, then the output will then be YYMMDDHHMMSS_Test_Mix.D.pdf.
Before installing PDF Creator, You need to have installed GhostWriter v9.07, as GhostWriter is the engine that creates the PDF, and PDF Creator is a very nice GUI that controls GhostWriter.
Kind regards
Alex