Search code examples
javavectorepscontour

Importing .eps file into Java program


I need to parse an Encapsulated Post Script file into Java program. More specifically, I need to be able to extract simple vectors and curve elements from it, and manipulate them after this. Is there a Java library which can do this?


Solution

  • ToastScript looks like it may be what you are looking for.