in reply to Re^4: create ps file with PostScript::Simple - cannot print it out?
in thread create ps file with PostScript::Simple - cannot print it out?
And I cannot control their sizes
With the importepsfile() method you do have autoscaling... you just need to specify the respective areas on the page where the imported EPS files are supposed to appear.
If you know nothing about the shape of the EPS objects and still want a nice layout, however, you'll have to devise an algorithm (or maybe find a module on CPAN) that computes the optimal placement on the page. AFAIK, PostScript::Simple doesn't provide any support for this...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: create ps file with PostScript::Simple - cannot print it out?
by cta (Acolyte) on Jul 18, 2008 at 14:24 UTC |