Login  Register

Re: Printing only part of a plan

Posted by dxli on Sep 03, 2014; 1:41pm
URL: https://forum.librecad.org/Printing-only-part-of-a-plan-Solved-tp5710389p5710390.html

I think you can do similar in office softwares as well:

1, import ps or eps;
2, select scale/crop options;

It's probably efficient, if you want a single document to hold all cropped parts.

There are probably many cli tools for this particular job as well. Imagemagick:

convert -crop

rolgiati wrote
Up to now I have managed by printing the plan to .ps, importing the .ps into Gimp, selecting the region of the plan I want, Cropping to Selection, and finally printing from Gimp.

Is there a simpler way ?