PMSchreiner
Programmer
I've been using a variety of applications to generate EPS files for many years. To date, I have in excess of 18,500 EPS files (I just checked).
In the "good old days" all of the users (and myself) were on UNIX boxes, and we just issued "lpr 'filename'" when we wanted to print one of the EPS files...
Then along came Windows...
Back in the early years (until Windows98?) there was an application that I could associate with a "print" action and the .eps extension that enabled the users to right-click on the file they wished to print, select 'print' from the menu, and off they went.
With OS upgrades, the application went away, (We're on WindowsXP now) and the user had no option but to bring up the document in a viewer... The company selected ProductVision Visualizer (VisMockup) as a viewer, because it was so "versatile".... Back when Visualizer was owned by Rosetta Technologies, and was called 'PreView', it worked fine. But as with all things that work, SOMEONE decides that they can be 'improved'. It was bought out by ProductVision, who in turn was purchased by EDS/Unigraphics. Now, thanks to the 'improvements', it's almost unusable.
In order to print a document, the user must bring it into the viewer, manually change the rotation and zoom until it looks acceptable in the 'preview' pane (it does not 'auto-zoom' correctly) then print the document.
Not only is the resulting document inconsistent (the user never can set the zoom factor the same), but it is VERY cumbersome when you have to print 100+ documents for a Technical Documentation package.
So.. enough ranting... What I need it a "simple" method of copying an .EPS file (or multiples thereof) directly to the printer.
I've considered writing a VBScript snippet that will open the user's default printer, read in the eps file and write it to the output device. The problem with this is: a) distribution of the code.
b) I've got about 140 users that I would have to instruct on the procedure for creating the file association.
It seems like there ought to be an easier way to get the job done... I've tried bringing the EPS file into notepad or Wordpad, then printing from there, but it PRINTS the EPS code instead of 'executing' it...
Any ideas?
thanks,
Paul M. Schreiner
In the "good old days" all of the users (and myself) were on UNIX boxes, and we just issued "lpr 'filename'" when we wanted to print one of the EPS files...
Then along came Windows...
Back in the early years (until Windows98?) there was an application that I could associate with a "print" action and the .eps extension that enabled the users to right-click on the file they wished to print, select 'print' from the menu, and off they went.
With OS upgrades, the application went away, (We're on WindowsXP now) and the user had no option but to bring up the document in a viewer... The company selected ProductVision Visualizer (VisMockup) as a viewer, because it was so "versatile".... Back when Visualizer was owned by Rosetta Technologies, and was called 'PreView', it worked fine. But as with all things that work, SOMEONE decides that they can be 'improved'. It was bought out by ProductVision, who in turn was purchased by EDS/Unigraphics. Now, thanks to the 'improvements', it's almost unusable.
In order to print a document, the user must bring it into the viewer, manually change the rotation and zoom until it looks acceptable in the 'preview' pane (it does not 'auto-zoom' correctly) then print the document.
Not only is the resulting document inconsistent (the user never can set the zoom factor the same), but it is VERY cumbersome when you have to print 100+ documents for a Technical Documentation package.
So.. enough ranting... What I need it a "simple" method of copying an .EPS file (or multiples thereof) directly to the printer.
I've considered writing a VBScript snippet that will open the user's default printer, read in the eps file and write it to the output device. The problem with this is: a) distribution of the code.
b) I've got about 140 users that I would have to instruct on the procedure for creating the file association.
It seems like there ought to be an easier way to get the job done... I've tried bringing the EPS file into notepad or Wordpad, then printing from there, but it PRINTS the EPS code instead of 'executing' it...
Any ideas?
thanks,
Paul M. Schreiner