Hello.
I would like to generate labeled chromatograms with a header containing only the misc field.
I don't know where to start, please provide guidance.
thank you.
Find maintenance, best practice, and troubleshooting articles.
Hello.
I would like to generate labeled chromatograms with a header containing only the misc field.
I don't know where to start, please provide guidance.
thank you.
Hello,
I am not sure what you are asking for in your post. What version of Chemstation do you have? You want a report with only a single field header and chromatogram? Also, I am not sure what you mean by a misc field.
Marty
Hello.
I hope these put a finer point on my issue.
I manually edited a PDF of the chromatogram to get the chromatogram with the sample name, but would like to shorten the effort and have something very similar come directly out of Chemstation.
that generates the quantepa file, but hangs up on printing. Something is missing to use epa.mac to generate the pdf.
If using Adobe Pro, it will automatically name the file and print the pdf.
I'm not using Adobe Pro, I use a different PDF printer that I set as default.
Then you will need to modify epa.mac.
if pdfprinter=1
pdfname$=_datapath$+_datafile$+"\Quant_"+_quantresfile$[2:len(_quantresfile$)-3]+"pdf"
else
pdfname$=""
Do I change pdfprinter=1 to pdfprinter=*
?
This line says if adobe pro it knows how to name the file.
pdfname$=_datapath$+_datafile$+"\Quant_"+_quantresfile$[2:len(_quantresfile$)-3]+"pdf"
This line says that it will open a window for user to name the file.
pdfname$=""
This line says if adobe pro it knows how to name the file.
pdfname$=_datapath$+_datafile$+"\Quant_"+_quantresfile$[2:len(_quantresfile$)-3]+"pdf"
This line says that it will open a window for user to name the file.
pdfname$=""