aspose file tools
The moose likes Swing / AWT / SWT and the fly likes ps file lacking BoundingBox for using in Latex Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "ps file lacking BoundingBox for using in Latex" Watch "ps file lacking BoundingBox for using in Latex" New topic
Author

ps file lacking BoundingBox for using in Latex

Ivn Tcakov
Greenhorn

Joined: Oct 15, 2003
Posts: 9
Hello,
I have been working with plotting graphs in an applet using Graphics. Then I load the applet into Netscape Browser.
To print, I use PrinterJob() Class which, when printed to a file generates a ps file (in unix at least. Macintosh Netscape generates a pdf file but I am not working on Mac)
After saving the file as .ps, I tried to load it into Latex using epsfig. The problem that it reported is that it was missing the BoundingBox info which is the property of eps file.
I know how to solve this and convert ps to eps outside of java. But does anyone know how I can do this within java code? I've been trying to see if PrinterJob class has any parameters or options but I can't find anything.
Any suggestions would be greatly appreciated.
thanks
Ivan
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: ps file lacking BoundingBox for using in Latex
 
Similar Threads
logo on resume
t.interrupt() is not interrupting the thread's sleep...
t.interrupt() is not interrupting the thread's sleep...
Converting images from ".eps" format to ".gif" (or ".jpg")
Problem with usage of the combination JAI + SSL + Netscape, while loading applets