Configuring Océ Repro Desk 2.0
Since Océ Repro Desk 2.0 stores it's settings in a secure database, AcroPlot Repro can not automatically configure it through the AcroPlot Repro Setup Dialog. You would have to manually configure Oce Repro Desk 2.0 to use AcroPlot Repro as either the PDF or DWF processing engine.
Please refer to the following Oce Knowledgebase Article for Proper Configuration which explains the configuration for the various versions of Repro Desk 2.0
The standard command line call to use AcroPlot Repro if it is installed in the default location is:
On 32 bit systems
C:\Program Files\AcroPlotRepro\AcroPlotRepro.exe -r400x400 -sOutputFile="%d\%06d.tiff" "%f"
On 64 bit systems
C:\Program Files\AcroPlotRepro (x86)\AcroPlotRepro.exe -r400x400 -sOutputFile="%d\%06d.tiff" "%f"
If you would like to perform the conversion at a different resolution you can change the -r400x400 to:
-r150x150
-r200x200
-r300x300
-r400x400
-r600x600
Additionally you can add some of the command line parameters found in the Calling from the Command Line->Command Line Parameters section of the help. The valid parameters to use are -dDitherType, -dRemoveWhiteSpace, -dAdjustStroke, -dBrightness, -dMinLineWidth, -sPDFPassword, -dDialogProgress, -dDialogFont, and -dDialogErrors. It's best to place these between the -r and -sOutputFile parameters. As an example if you want to always use the AcroPlot Repro Enhanced Dithering 2 pattern and not remove the white space around the file the command line parameter would change to.
C:\Program Files\AcroPlotRepro (x86)\AcroPlotRepro.exe -r400x400 -dDitherType=11 -dRemoveWhiteSpace=0 -sOutputFile="%d\%06d.tiff" "%f"