Color PDF is not getting generated using nxtocgm translator through command prompt
Using UI, color PDF is getting generated, but through command prompt, black and white PDF is created.
export_ugdwgimages.exe -u=infodba -p=infodba -part=@DB/<itemid>/<rev>/specification/<dwg name> -all -pdfcolor: color -pdf
SolutionThe option to get a color pdf is to use below arguments.
-pdf -color=displayed
utility.export_ugdwgimages.exe -u=infodba -p=infodba -all -pdf -color=displayed -nocgm -part=@DB/<itemid>/<rev>/specification/<dwg name>