Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Need to convert EPS files to jpg/png in Java

Tags:

java

eps

We have a webapp where people can upload various image file types and on the backend we convert them to a standard type (typically png or jpeg). Right now we are using ImageIO to do this. However the new requirement is to be able to support eps files. I haven't found any libraries that support EPS in ImageIO, or much in the way of support for reading eps files in java.

Any suggestions for reading eps files and converting them?

like image 629
harmanjd Avatar asked Oct 15 '25 07:10

harmanjd


1 Answers

Freehep has a Java PostScript Viewer that you might be able to rework into a PS converter.

like image 111
Rich Apodaca Avatar answered Oct 16 '25 21:10

Rich Apodaca



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!