When importing technical previews to a whole class (prj) or a single dataset, now you can also use Multipage TIFF and SVG.[47]
The call happens in PARTdataCenter via context menu command Edit documents in product -> Add technical view.
However, precondition is the installation of ImageMagick, with the help of which the added files are converted into the PNG format.
In order to
convert SVG please set the following block in $(Cadenas_user)/partdatacenter.cfg
and adjust the path to ImageMagick according to your installation.
[conversion:svg] program=C:\Program Files\ImageMagick-7.0.10-Q16-HDRI\magick.exe %path% %targetpath% format=png
(%targetpath% is a placeholder for the temporary file which is then created by the code.)

