From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31292 Path: news.gmane.org!not-for-mail From: "=?ISO-8859-1?Q?Martin_Schr=F6der?=" Newsgroups: gmane.comp.tex.context Subject: Re: Can ConTeXt make dynamic barcoded forms? Date: Tue, 10 Oct 2006 23:08:22 +0200 Message-ID: <68c491a60610101408q6b69c945y7233818d6ce4d694@mail.gmail.com> References: <769ba7780610100853m21043fb6iba1834af0a75004@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1160514542 18963 80.91.229.2 (10 Oct 2006 21:09:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 10 Oct 2006 21:09:02 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Oct 10 23:08:59 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1GXOqH-0007On-E4 for gctc-ntg-context-518@m.gmane.org; Tue, 10 Oct 2006 23:08:49 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1F7DD1FDE0; Tue, 10 Oct 2006 23:08:48 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 29087-06; Tue, 10 Oct 2006 23:08:39 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 42C251FDDD; Tue, 10 Oct 2006 23:08:39 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BFD671FDDD for ; Tue, 10 Oct 2006 23:08:33 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 30349-01-5 for ; Tue, 10 Oct 2006 23:08:25 +0200 (CEST) Original-Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by ronja.ntg.nl (Postfix) with SMTP id 265551FDDA for ; Tue, 10 Oct 2006 23:08:23 +0200 (CEST) Original-Received: by nf-out-0910.google.com with SMTP id h2so418797nfe for ; Tue, 10 Oct 2006 14:08:23 -0700 (PDT) Original-Received: by 10.82.105.13 with SMTP id d13mr824706buc; Tue, 10 Oct 2006 14:08:22 -0700 (PDT) Original-Received: by 10.82.99.8 with HTTP; Tue, 10 Oct 2006 14:08:22 -0700 (PDT) Original-To: "mailing list for ConTeXt users" In-Reply-To: Content-Disposition: inline X-Google-Sender-Auth: f8bdc7b6935d2b31 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:31292 Archived-At: 2006/10/10, Henning Hraban Ramm : > I can think of 3 possibilities for a static barcodes module: > - draw the bars with MetaPost > - use psTricks/pdfTricks > - call GNU barcode externally > - use barcode fonts (makes no sense...) > That would be interesting for price tags, ISBN or the like. GNU barcode works reasonably well. You have to trim the produced ps a bit, but that's easy. Best Martin