I have a data acquisition program and the results are normally displayed as waveforms on the screen using the picture.pset command to display the individual data points.
To print the waveforms, I use a similar routine using the printer.pset command to print the data points.
Now clients are requesting electronic versions of our reports and we have no way to do so without scanning the printed waveforms.
Does anyone have an idea how to create a pdf file from the vb application?
I can choose ADOBE PDF as the printer, which will create the pdf file we want, but the user has to enter the file name before the file is created.
We need to create the file without user intervention beyond pressing the print button. We want to be able to name the file from a variable name in the program.
Any ideas?
thanks,
Cubby1
To print the waveforms, I use a similar routine using the printer.pset command to print the data points.
Now clients are requesting electronic versions of our reports and we have no way to do so without scanning the printed waveforms.
Does anyone have an idea how to create a pdf file from the vb application?
I can choose ADOBE PDF as the printer, which will create the pdf file we want, but the user has to enter the file name before the file is created.
We need to create the file without user intervention beyond pressing the print button. We want to be able to name the file from a variable name in the program.
Any ideas?
thanks,
Cubby1