X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to:user-agent; bh=QsXoB/apZmtV6QnYnguldLphIUpjMYPAWbSLRsgf22g=; b=vK+cCpl9wAOtDwOI25OC13McQ8JqtLckvj98ua33QaHItIWAF3FLeUH/rkjnpPjMWk 278XAMRHuc25AnuJFLk6VhSdgjMhEouRTFcM2f/qkC4OxBW3GiL84TqN0xBks6S8bm4K kKiT0D1jmj/s3GoIQsRXdr3z/J862L+aflsuomja+HHgBIdGGWjBYScjsBRUZcrfOQTV ok6BjHCsBYVM0FRVwASPQX2G01sbmdqlwERf+3u1ODHsO+Hn34U03GnztW8eHqO6vgZq v6M9kypKUbaETliN1CDGfgfDTtJRv/BHl4sCds6FxlHet4Enh5n3VKQO7gF38GKLv6qa Hgng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mail-followup-to :references:mime-version:content-disposition:in-reply-to:user-agent; bh=QsXoB/apZmtV6QnYnguldLphIUpjMYPAWbSLRsgf22g=; b=hDEpDNyiUB38gq4L4eAgBbDhvEi+H3jht6yQc/qN0H79Fg/JptQfeFfS9c7H/2ynB+ iKfvMVMicAqLSW7PA4unQRHXV8ycl+EX17iuAOZrezhaDA0/pudYNHELF+p0bHqfpBq0 U4n0bSITyMXCkca6e24dc9VBE+cPJUSTOLb1/hxtU6N/Iq1hHf/3Vj6BXGR7h88BwJOS T1Wyb6yxjcXWv1LO6jeN6QzFE6IXws+RS8IwriMw8Asm8SPglPr4RMFwbC5UMuzmjsrc kLlSIiAfQIhAWxE8JzYf6hYbsNihB6Ja9vEej79fh8ByCX8ENqQx5OKHbU3N4R5Eg4+f 84VA== X-Gm-Message-State: AMke39ljkXTfjHSQUuI8Q6NR1uHyfC6x+BHzeod98REixQh4QVtwBIb3tM3kRPjDHsrvVQ== X-Received: by 10.46.0.210 with SMTP id e79mr4403876lji.34.1487492821670; Sun, 19 Feb 2017 00:27:01 -0800 (PST) Date: Sun, 19 Feb 2017 11:26:59 +0300 From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-help AT delorie DOT com]" To: geda-help AT delorie DOT com Subject: Re: [geda-help] printing to landscape A4 without margins, how ? Message-ID: <20170219082659.GB14177@localhost.localdomain> Mail-Followup-To: geda-help AT delorie DOT com References: <20170218181007 DOT 80DD9812BA6B AT turkos DOT aspodata DOT se> <20170218193335 DOT GB25608 AT localhost DOT localdomain> <20170218204047 DOT 6687A812BA6B AT turkos DOT aspodata DOT se> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20170218204047.6687A812BA6B@turkos.aspodata.se> User-Agent: Mutt/1.5.23 (2014-03-12) Note-from-DJ: This may be spam Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, Feb 18, 2017 at 09:40:47PM +0100, karl AT aspodata DOT se wrote: > --==_Exmh_1487449937_33370-- > This is a multipart MIME message. > > --==_Exmh_1487449937_33370 > Content-Type: text/plain; charset="utf-8" > > Vladimir: > > On Sat, Feb 18, 2017 at 07:10:07PM +0100, karl AT aspodata DOT se wrote: > > > How do I print a sch file to a postscript file where the output is > > > supposed to completely fill the page ? > > Do you really need postscript? Most printers can work with PDF > > these days. > > That is a different discussion, but yes, I booth need and want > postscript. > > ... > > > http://turkos.aspodata.se/git/openhw/share/gschem/A4liggande.sym > > > > My system cannot resolve your address. You would better embed your > > symbol into the schematic, and attached it. > > Try, theese then: > http://aspodata.se/git/openhw/share/gschem/A4liggande.sym > http://192.5.36.36/git/openhw/share/gschem/A4liggande.sym > or just use the attached file. > > ... > > You can output directly to PDF using '-o tt.pdf'. > > This wasn't about the pdf export. > > > You can choose orientation with the '--layout' option. > > Already tried both -l landscape and portraid, didn't solve anything. > > > There is also a nice program 'pdftk' which can post-process PDFs > > as you wish. > > Please, I asked about the postscript export, not anything about pdf. I'm sorry to not be more accurate in my replies. I meant there is a work-around to try in order to get what you need. It is probably a bit harder than using ghostscript but some users would like it better. Basically, use output to pdf, convert the result as you wish with pdftk, and then use pdf2ps|pdftops or something to get the output ps. -- Vladimir