wrong BBox
-
How to fix the wrong bounding box information in eps files automatically with pythonComputer/python 2007. 11. 8. 07:21
To fix the wrong bounding box information in the eps files, I use the following method 2007/05/13 - [computer/linux] - How to create a stand alone eps file by using pstricks However, whenever I fix problems, I have to do the same procedure. It was very cumbersome procedures. I decide to make a lazy program, which do the same thing automatically. Here my second python script : #!/usr/bin/python #..