Which approach is best for creating PostScript in C#?
问题 I need to create PostScript output from our system. Our system produces highly formatted documents to numerous formats and I need to add .ps as an additional format. One bit of weirdness, our code is all written in Java and we use IKVM for the .net version of our library. We have about 5% of the code written in C# and the rest is Java converted with IKVM. I create .ps files on the Java side using a library that allows me to write to a Graphics2D object it provides. Unfortunately, in .NET (via