Starting With Saved Settings CurrentSome customers had asked for a way to start AcroPlot Repro with a specific set of saved settings as the current ones instead of using the last used settings. So we added a simple command line call -sSettings= to allow you to do just that. You can either create separate shortcut buttons on your desktop or create a bat file to start the program with the specified saved settings.
An example call would be:
On 32 bit systems
"C:\Program Files (x86)\AcroPlotRepro\AcroPlotRepro.exe" -sSettings="Some name"
On 64 bit systems
"C:\Program Files (x86)\AcroPlotRepro\AcroPlotRepro.exe" -sSettings="Some name"
If you are using this feature and you would like to hide the Save and Delete buttons for the Saved Settings from your users please see the Installation->Hiding the Save and Delete Settings Buttons.
|