<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/postscriptbarcode</id>
  <title type="text">postscriptbarcode Google Group</title>
  <subtitle type="text">
  Barcode Writer in Pure Postscript, http://www.terryburton.co.uk/barcodewriter, implements the printing of barcodes entirely in PostScript. Transforming of the input into a printout is performed by the printer, avoiding the need to re-implement barcode generation code if your language needs change.
  </subtitle>
  <link href="/group/postscriptbarcode/feed/atom_v1_0_msgs.xml" rel="self" title="postscriptbarcode feed"/>
  <updated>2010-01-05T16:13:44Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Shairon Toledo</name>
  <email>shairon.tol...@gmail.com</email>
  </author>
  <updated>2010-01-05T16:13:44Z</updated>
  <id>http://groups.google.com/group/postscriptbarcode/browse_frm/thread/15e8df702feb2f85/6fd9c4c34065822f?show_docid=6fd9c4c34065822f</id>
  <link href="http://groups.google.com/group/postscriptbarcode/browse_frm/thread/15e8df702feb2f85/6fd9c4c34065822f?show_docid=6fd9c4c34065822f"/>
  <title type="text">Re: HEADS UP: Change to BWIPP that impacts frontends</title>
  <summary type="html" xml:space="preserve">
  Nice. It will impact a lot of thing in rghost-barcode, today I&#39;m using a &lt;br&gt; barcode per file, I&#39;ll update it to use the monolithic barcode.ps with that, &lt;br&gt; I can keep sync*d both ruby lib and bwipp. &lt;br&gt; And about parameter have them been changed? &lt;br&gt; Thanks,
  </summary>
  </entry>
  <entry>
  <author>
  <name>Terry Burton</name>
  <email>t...@terryburton.co.uk</email>
  </author>
  <updated>2010-01-05T15:42:37Z</updated>
  <id>http://groups.google.com/group/postscriptbarcode/browse_frm/thread/15e8df702feb2f85/ca50ec80c4613af8?show_docid=ca50ec80c4613af8</id>
  <link href="http://groups.google.com/group/postscriptbarcode/browse_frm/thread/15e8df702feb2f85/ca50ec80c4613af8?show_docid=ca50ec80c4613af8"/>
  <title type="text">HEADS UP: Change to BWIPP that impacts frontends</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; After successful testing I have changed barcode.ps so that rather than &lt;br&gt; provide a set of procedure definitions it instead defines a set of &lt;br&gt; named resources. There are many advantages to deploying a Postscript &lt;br&gt; library using this mechanism which are described in this document [1]. &lt;br&gt; Since named resources are a standard feature of LanguageLevel 2
  </summary>
  </entry>
  <entry>
  <author>
  <name>Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯</name>
  <email>da...@cpan.org</email>
  </author>
  <updated>2009-12-21T13:47:54Z</updated>
  <id>http://groups.google.com/group/postscriptbarcode/browse_frm/thread/efcaef66a0913d54/2f0c91a4fe6b6621?show_docid=2f0c91a4fe6b6621</id>
  <link href="http://groups.google.com/group/postscriptbarcode/browse_frm/thread/efcaef66a0913d54/2f0c91a4fe6b6621?show_docid=2f0c91a4fe6b6621"/>
  <title type="text">Perl bindings</title>
  <summary type="html" xml:space="preserve">
  Hello group, &lt;br&gt; I am working on a [Perl binding for BWIPP] &lt;br&gt; [⁰]. As of 2009-12-10 the 2D barcodes are &lt;br&gt; implemented and I have already had a couple &lt;br&gt; of releases to shake out the teething &lt;br&gt; problems. Here&#39;s a taste of the API, &lt;br&gt; straight from [a module&#39;s synopsis] [¹]: &lt;br&gt; use PostScript::Barcode::qrcode qw();
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tim Brunson</name>
  <email>tbrun...@graysoft.com</email>
  </author>
  <updated>2009-11-17T18:44:52Z</updated>
  <id>http://groups.google.com/group/postscriptbarcode/browse_frm/thread/b1299b37786cb447/9658001ac3f2ea43?show_docid=9658001ac3f2ea43</id>
  <link href="http://groups.google.com/group/postscriptbarcode/browse_frm/thread/b1299b37786cb447/9658001ac3f2ea43?show_docid=9658001ac3f2ea43"/>
  <title type="text">Re: [postscriptbarcode] Re: Right aligning barcodes</title>
  <summary type="html" xml:space="preserve">
  You can accomplish this using the barcodewidth function I contributed a while back. &lt;br&gt; &lt;p&gt;See here.
  </summary>
  </entry>
  <entry>
  <author>
  <name>John H</name>
  <email>j...@optifacts.com</email>
  </author>
  <updated>2009-11-17T17:32:15Z</updated>
  <id>http://groups.google.com/group/postscriptbarcode/browse_frm/thread/b1299b37786cb447/5ebfa46c2cc85c5f?show_docid=5ebfa46c2cc85c5f</id>
  <link href="http://groups.google.com/group/postscriptbarcode/browse_frm/thread/b1299b37786cb447/5ebfa46c2cc85c5f?show_docid=5ebfa46c2cc85c5f"/>
  <title type="text">RE: [postscriptbarcode] Right aligning barcodes</title>
  <summary type="html" xml:space="preserve">
  The way I&#39;ve been achieving this lately is by rotating the barcode 180 &lt;br&gt; degrees and setting x,y coords as needed... Basically printing it &lt;br&gt; &#39;upside-down&#39;. Barcode scanners don&#39;t seem to complain and our customer &lt;br&gt; base is happy. &lt;br&gt; -----Original Message----- &lt;br&gt; [mailto:postscriptbarcode@goog legroups.com] On Behalf Of RedGrittyBrick
  </summary>
  </entry>
  <entry>
  <author>
  <name>RedGrittyBrick</name>
  <email>googlegro...@redgrittybrick.org</email>
  </author>
  <updated>2009-11-17T14:38:10Z</updated>
  <id>http://groups.google.com/group/postscriptbarcode/browse_frm/thread/b1299b37786cb447/a15d7c8c8c36612d?show_docid=a15d7c8c8c36612d</id>
  <link href="http://groups.google.com/group/postscriptbarcode/browse_frm/thread/b1299b37786cb447/a15d7c8c8c36612d?show_docid=a15d7c8c8c36612d"/>
  <title type="text">Right aligning barcodes</title>
  <summary type="html" xml:space="preserve">
  I&#39;m using Code-128 and wish to right align the barcode against the &lt;br&gt; right margin of the printable area. &lt;br&gt; &lt;p&gt;When printing text using Postscript I can use the stringwidth function &lt;br&gt; to achieve this. &lt;br&gt; &lt;p&gt;Is there any recommended or suggested way to achieve right alignment &lt;br&gt; with barcodewriter? The length of my barcode data is not fixed so I
  </summary>
  </entry>
  <entry>
  <author>
  <name>Terry Burton</name>
  <email>t...@terryburton.co.uk</email>
  </author>
  <updated>2009-11-12T17:37:51Z</updated>
  <id>http://groups.google.com/group/postscriptbarcode/browse_frm/thread/81ba3a030b27a62e/5a77a14b6a8fa2c9?show_docid=5a77a14b6a8fa2c9</id>
  <link href="http://groups.google.com/group/postscriptbarcode/browse_frm/thread/81ba3a030b27a62e/5a77a14b6a8fa2c9?show_docid=5a77a14b6a8fa2c9"/>
  <title type="text">Re: ASCII85 encoding of named resources and a new LTO tape label example</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; Thanks to some excellent work by Chapman Flack, in the form of &lt;br&gt; net.anastigmatix.Packager [1], the named resource delivery format for &lt;br&gt; BWIPP [2] is now more compact and contains DSC compliant comments, &lt;br&gt; which means that it should be more digestible for document management &lt;br&gt; software. &lt;br&gt; I&#39;ve refreshed this example [3].
  </summary>
  </entry>
  <entry>
  <author>
  <name>Giulio</name>
  <email>giul...@gmail.com</email>
  </author>
  <updated>2009-11-11T15:34:09Z</updated>
  <id>http://groups.google.com/group/postscriptbarcode/browse_frm/thread/56cff9c3e3ae284c/4777253d1cd38ce2?show_docid=4777253d1cd38ce2</id>
  <link href="http://groups.google.com/group/postscriptbarcode/browse_frm/thread/56cff9c3e3ae284c/4777253d1cd38ce2?show_docid=4777253d1cd38ce2"/>
  <title type="text">Issue with text positioning: textxalign, textyoffset</title>
  <summary type="html" xml:space="preserve">
  I&#39;m using barcode.ps from a tarball which carries 2009-11-06 as the &lt;br&gt; most recent date in CHANGES. &lt;br&gt; &lt;p&gt;1) textxalign=center &lt;br&gt; I&#39;m trying using textxalign=center but the output I get is weird, it &lt;br&gt; doesn&#39;t seem to be really centered, sometimes using textxalign=center &lt;br&gt; gets things worse than the default from a centering perspective.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Terry Burton</name>
  <email>t...@terryburton.co.uk</email>
  </author>
  <updated>2009-11-09T16:55:56Z</updated>
  <id>http://groups.google.com/group/postscriptbarcode/browse_frm/thread/a925a91b5c4af50d/fdb5c5f6f83aa690?show_docid=fdb5c5f6f83aa690</id>
  <link href="http://groups.google.com/group/postscriptbarcode/browse_frm/thread/a925a91b5c4af50d/fdb5c5f6f83aa690?show_docid=fdb5c5f6f83aa690"/>
  <title type="text">Re: [postscriptbarcode] Web front end example source code</title>
  <summary type="html" xml:space="preserve">
  Actually, I&#39;ve just remembered this: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://dormouse.org.uk/barcode/&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Terry Burton</name>
  <email>t...@terryburton.co.uk</email>
  </author>
  <updated>2009-11-09T14:01:25Z</updated>
  <id>http://groups.google.com/group/postscriptbarcode/browse_frm/thread/a925a91b5c4af50d/ae2af6bc4c907497?show_docid=ae2af6bc4c907497</id>
  <link href="http://groups.google.com/group/postscriptbarcode/browse_frm/thread/a925a91b5c4af50d/ae2af6bc4c907497?show_docid=ae2af6bc4c907497"/>
  <title type="text">Re: [postscriptbarcode] Web front end example source code</title>
  <summary type="html" xml:space="preserve">
  Hi Nick, &lt;br&gt; I&#39;ve purposefully not made it trivial for others to replicate the &lt;br&gt; online generator functionality since its high popularity provides a &lt;br&gt; (small) source of funding for the BWIPP project. &lt;br&gt; I will however provide the source to individuals who want to use it &lt;br&gt; for &amp;quot;internal-only&amp;quot; use. Let me know if this is the case.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Nick A</name>
  <email>nick...@gmail.com</email>
  </author>
  <updated>2009-11-07T00:25:48Z</updated>
  <id>http://groups.google.com/group/postscriptbarcode/browse_frm/thread/a925a91b5c4af50d/0ed234763efecd36?show_docid=0ed234763efecd36</id>
  <link href="http://groups.google.com/group/postscriptbarcode/browse_frm/thread/a925a91b5c4af50d/0ed234763efecd36?show_docid=0ed234763efecd36"/>
  <title type="text">Web front end example source code</title>
  <summary type="html" xml:space="preserve">
  (I couldn&#39;t find anything in the archives or docs, so I thought I&#39;d &lt;br&gt; ask.) &lt;br&gt; &lt;p&gt;Is there any available source code (PHP, Perl, etc.) for a web front- &lt;br&gt; end to the PostScript Barcode Writer? &lt;br&gt; &lt;p&gt;The PostScript Barcode Writer is probably the most impressive barcode &lt;br&gt; generating library I&#39;ve seen (open source or commercial), but I&#39;ve
  </summary>
  </entry>
  <entry>
  <author>
  <name>Terry Burton</name>
  <email>t...@terryburton.co.uk</email>
  </author>
  <updated>2009-11-05T15:20:41Z</updated>
  <id>http://groups.google.com/group/postscriptbarcode/browse_frm/thread/0b353be0e916f75c/576ea4b19c88deaa?show_docid=576ea4b19c88deaa</id>
  <link href="http://groups.google.com/group/postscriptbarcode/browse_frm/thread/0b353be0e916f75c/576ea4b19c88deaa?show_docid=576ea4b19c88deaa"/>
  <title type="text">Re: [postscriptbarcode] Are non-zero number systems allowed in UPC-E?</title>
  <summary type="html" xml:space="preserve">
  &amp;lt;...snip...&amp;gt; &lt;br&gt; Done: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://code.google.com/p/postscriptbarcode/source/diff?spec=svn481&amp;old=475&amp;r=481&amp;format=unidiff&amp;path=%2Ftrunk%2Fbarcode.ps&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Terry Burton</name>
  <email>t...@terryburton.co.uk</email>
  </author>
  <updated>2009-11-05T14:59:33Z</updated>
  <id>http://groups.google.com/group/postscriptbarcode/browse_frm/thread/0b353be0e916f75c/18fcdc4304c0c75f?show_docid=18fcdc4304c0c75f</id>
  <link href="http://groups.google.com/group/postscriptbarcode/browse_frm/thread/0b353be0e916f75c/18fcdc4304c0c75f?show_docid=18fcdc4304c0c75f"/>
  <title type="text">Re: [postscriptbarcode] Are non-zero number systems allowed in UPC-E?</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; A non-zero number system is indeed undefined for UPC-E. &lt;br&gt; From a technical standpoint I think that your solution is fine, &lt;br&gt; however I have found in the past that designing the input in just such &lt;br&gt; a way results in confusion for the (non-technical) users of the &lt;br&gt; project. &lt;br&gt; I will however add a defensive check to ensure that the encoder fails
  </summary>
  </entry>
  <entry>
  <author>
  <name>Koala</name>
  <email>koalaatb81dot...@gmail.com</email>
  </author>
  <updated>2009-11-05T08:36:28Z</updated>
  <id>http://groups.google.com/group/postscriptbarcode/browse_frm/thread/0b353be0e916f75c/f7542b490396d40b?show_docid=f7542b490396d40b</id>
  <link href="http://groups.google.com/group/postscriptbarcode/browse_frm/thread/0b353be0e916f75c/f7542b490396d40b?show_docid=f7542b490396d40b"/>
  <title type="text">Are non-zero number systems allowed in UPC-E?</title>
  <summary type="html" xml:space="preserve">
  Dear Terry, &lt;br&gt; &lt;p&gt;After searching via Google, I found that: &lt;br&gt; &lt;p&gt;1. &amp;quot;A UPC-E barcode has 6 digits with an implied number system 0.&amp;quot; &lt;br&gt; [&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.morovia.com/education/symbology/upc-e.asp&quot;&gt;[link]&lt;/a&gt;] &lt;br&gt; &lt;p&gt;2. &amp;quot;UPC-E is a variation of the UPC-A symbol that is used for number &lt;br&gt; system 0.&amp;quot; &lt;br&gt; [&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.makebarcode.com/specs/upc_e.html&quot;&gt;[link]&lt;/a&gt;]
  </summary>
  </entry>
  <entry>
  <author>
  <name>Terry Burton</name>
  <email>t...@terryburton.co.uk</email>
  </author>
  <updated>2009-10-13T14:59:16Z</updated>
  <id>http://groups.google.com/group/postscriptbarcode/browse_frm/thread/81ba3a030b27a62e/93db9e1f43b60c8c?show_docid=93db9e1f43b60c8c</id>
  <link href="http://groups.google.com/group/postscriptbarcode/browse_frm/thread/81ba3a030b27a62e/93db9e1f43b60c8c?show_docid=93db9e1f43b60c8c"/>
  <title type="text">ASCII85 encoding of named resources and a new LTO tape label example</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I&#39;ve recently changed the packaging format for the PostScript named &lt;br&gt; resource delivery method [1] for BWIPP so that the resource files are &lt;br&gt; now ASCII85 encoded. This makes them a lot more suitable for copying &lt;br&gt; and pasting into PS documents. &lt;br&gt; They now look something like this: &lt;br&gt; % uk.co.terryburton.bwipp/code39
  </summary>
  </entry>
</feed>
