pombreda / xhtml2pdf

Automatically exported from code.google.com/p/xhtml2pdf
GNU General Public License v2.0
0 stars 0 forks source link

Barcodes #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The <pdf:barcode> command has to be extended to support more bar code types. 

Original issue reported on code.google.com by dirk.holtwick on 6 Oct 2008 at 12:13

GoogleCodeExporter commented 9 years ago
Here's a quick patch for code 128 support, i.e. <pdf:barcode value="1234567890"
type="code128">

Original comment by ant...@gmail.com on 6 Jul 2009 at 12:54

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Here is another patch to support a variety of barcode type: Code39, Code128, 
EAN, etc.

For convenience, I think pdf:barcode should be an inline element, not 
block-level
element.

Example:
<div align="right"><pdf:barcode value="EMBED CODE HERE" type="code128"
humanreadable="1" barwidth="0.33mm" barheight="2cm" align="middle"></div>

Original comment by linxs%li...@gtempaccount.com on 1 May 2010 at 4:19

Attachments:

GoogleCodeExporter commented 9 years ago
Don’t you accept these patches ?

Original comment by odeckm...@gmail.com on 23 Aug 2010 at 4:29

GoogleCodeExporter commented 9 years ago
Sorry, of course I accept these patches. The problem is that I don't have the 
time and resources to integrate the patches and test them etc. Therefore I made 
XHTML2PDF free some time ago. I suggest that you fork the project here 
http://github.com/holtwick/xhtml2pdf and add your patches. You may also feel 
free to publish the derivate on PyPI then. Thanks.

Original comment by dirk.holtwick on 23 Aug 2010 at 5:21

GoogleCodeExporter commented 9 years ago
Some time ago Pisa AKA XHTML2PDF has been rereleased under the completely free 
Apache License. Since I personally don't have the time and resources to 
continue the project like before I would kindly ask you to fork the project on 
GitHub and add your patches etc. Maybe someone likes to create a new unified 
version and publish it on PyPI. If you need more help on this get in contact 
with me or write to the XHTML2PDF mailing list. Thank you all very much for 
your effort!

Project on GitHub:
http://github.com/holtwick/xhtml2pdf

Original comment by dirk.holtwick on 23 Aug 2010 at 5:27