Obtain PDF in Colour using DWF to PDF in Python

I am currently trying to use aspose.cad using python through.net.

When following the recommended code for converting from dwf to pdf, it only displays in black and white.

Is there any way to make this in color?

@blakey0107,
it looks like you need to apply this option at export, could you please try:

rasterizationOptions.draw_type = cad.fileformats.cad.CadDrawTypeMode.USE_OBJECT_COLOR

Thanks, oleksii.

Using the above does get more than one colour, but not the same colours as the original dwf file.
Is there a way to manually change colours (there is only three of them), or am I missing something else?

@blakey0107,
could you please provide the initial DWF so we can check if there is some issue with colors?

DWF is in the google drive link attached.

Thanks

@blakey0107,
Hi,
thanks for the file, I can see the issue. We have created CADNET-9631 task to investigate what is happened with colors during export and fix this.