How to render eps file using JMagick?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
vaibhav
Posts: 1
Joined: 2017-07-06T09:25:20-07:00
Authentication code: 1151

How to render eps file using JMagick?

Post by vaibhav »

I need to show content of eps file in android. Can you please help me how to show eps file content using JMagick.

Found following android project based on JMagick:

https://github.com/paulasiimwe/Android-ImageMagick

But its not able to render content of eps file.

Is it possible to convert eps file to pdf sin java/android using JMagick or showing content of eps file?

Thanks in advance.
Post Reply