X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jcoppens.com; h=date:from :to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=jcoppens.com; bh=Ewzj Q3DSLkQcxlrBrPSrXg4S/Qo=; b=eYlyW5NshDI/ZzBpJbroF98K7T2gBww785y9 Fa368RcqNoskMxStrG/k0gCL6R2BDXvptV6FXzjDC6QDPRyPTFQsskVXW2V6+WPh E0Wo/KSEKCQq0TIH4L3iSQRJGjK1gzU6C0/HGh5NBfu57n09zl0jUh9N1eZkeZyi PjUVNIw= Date: Mon, 23 Mar 2015 14:43:19 -0300 From: John Coppens To: geda-user AT delorie DOT com Subject: Re: [geda-user] why there is no HPGL export from gEDA PCB? Message-Id: <20150323144319.c9d46242f72ac7be53e6d41e@jcoppens.com> In-Reply-To: References: X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.25; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 23 Mar 2015 05:59:16 +0000 (UTC) John wrote: > Is there any way to get HPGL from a raster file such as PS? PS (if that means Postscript) is a vector format, not raster. 'pstoedit' (http://www.pstoedit.net/) converts from postscript (and PDF) to HPGL (and many other vector formats). I've used it several times for other (not PC board) conversions, and it works very nicely. John