Hi
I have attached a zip with 4 files - working with WF5 (do have for WF4 also)
It is simple and home made and could be improved but it works.
The idea is to read the parameter from an exported file and
generate a simple bat file that renames the pdf file
You will need to have 'standard' pdf creation ala ghost script
installed (i think - at least i have)
I use the pdf.pcf for printer definition that calls the makepdf.bat normally placed in a plot_config folder
The config.pro is the mapkey for creating a export file with the temp name @rev_info.txt with the parameters into a folder called C:\PLOT
then printing the pdf file into the C:\PLOT\ folder (i think this can be done without ghost script pdf but have not tried)
but the current pdf is created through calling the makepdf.bat
that execute the ilink_revision.exe file (my own gooffy program)
that search the @rev_info.txt (hard coded) for the parameter
(any choise) using the filename (%OUTNAME%) from the creation of the pdf
ilink_revision.exe %OUTNAME% PTC_WM_REVISION C:\PLOT
This create a simple bat file called c:\plot\@rev.bat
that must be executed for renaming to filename_rev.pdf
I do not know if this is clear and i have not checked
without ghostscript but feel free to play
BR NielsC