Following the instructions at https://products.aspose.com/pdf/net/conversion/eps-to-svg/, we are trying to convert an EPS file to an SVG file in .Net 6, and we are getting the following error:
BinaryFormatter serialization and deserialization are disabled within this application
Microsoft says that it is a big security risk to turn the BinaryFormatter on, so we are unable to enable it on the app. I just updated the Aspose.PDF NuGet file to 23.1.0 and the problem still persists. Are there plans to update the PsLoadOptions to not use the BinaryFormatter, or is there another way to load an EPS file?