Starting from the sample project on GitHub, I developed a short code that converts from PDF to STL. I should mention that all the PCs used have Windows (some 11, others 10). On two PCs (one win10 and one win11), the conv…...“example_OutPath”; Scene scene = new Scene(inPath); StlSaveOptions...saveSTLOpts = new StlSaveOptions(); scene.Save(outPath + “.stl”, saveSTLOpts);...