Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.170 Times

Barcode Writer freeware
Filter: All | Freeware | Demo
 

Barcode Writer

1 2 3 4 5 > 
Added: April 03, 2010 | Visits: 1.728

Barcode Writer in Pure Postscript Barcode Writer in Pure Postscript is an award-winning open source project, as used by NASA, that facilitates the printing of all major barcode symbologies entirely within level 2 PostScript. Hence the process of generating a printed barcode representing a given input is performed entirely... Platforms: *nix

License: Freeware Size: 184.32 KB Download (143): Barcode Writer in Pure Postscript Download

Added: November 18, 2013 | Visits: 496

KBarcode4-light KBarcode4-light is a simple barcode generator for KDE4. It supports many 1D and 2D barcode formats and can export them as images or PDF files. It is similar to KBarcode for KDE3, but less powerful. KBarcode4-light allows only to create single barcodes. As the port for KBarcode is not yet ready... Platforms: *nix

License: Freeware Size: 81.92 KB Download (33): KBarcode4-light Download

Added: March 06, 2010 | Visits: 1.441

KBarcode KBarcode is a barcode and label printing application for Linux and KDE 3. KBarcode can be used to print every thing from simple business cards up to complex labels with several barcodes (e.g. article descriptions). KBarcode comes with an easy to use WYSIWYG label designer, a setup wizard,... Platforms: *nix

License: Freeware Size: 512 KB Download (152): KBarcode Download

Added: May 27, 2006 | Visits: 11.000

Free TrueType Barcode Font Easy to install and use Free Code 39 TrueType Barcode Font allows you to print numeric bar codes with the Code 3 of 9 symbology. This font may only be used for personal use and by organizations that are non-profit. The Barcode installation includes examples for use in Microsoft Access, Excel and... Platforms: Windows

License: Freeware Size: 114 KB Download (1580): Free TrueType Barcode Font Download

Released: November 08, 2017  |  Added: December 06, 2017 | Visits: 5.793

Bytescout BarCode Generator Bytescout BarCode Generator is able to generate and export barcode into image (EMF, PNG, JPG, TIFF, GIF). Supports almost all available 1D and 2D barcode types: Codabar, Code 39, Interleaved 2 of 5, Code 93, Code 128, EAN-13, EAN-8, JAN-13, Bookland, UPC-A, UPC-E, Postnet, PDF417, Truncated... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 2.11 MB Download (902): Bytescout BarCode Generator Download

Added: January 18, 2010 | Visits: 1.601

XML::Writer::Simple XML::Writer::Simple is a Perl module to create XML files easily! SYNOPSIS use XML::Writer::Simple dtd => "file.dtd"; print para("foo",b("bar"),"zbr"); USAGE This module takes some ideas from CGI to make easier the life for those who need to generated XML code. You can use the module in... Platforms: *nix

License: Freeware Size: 4.1 KB Download (97): XML::Writer::Simple Download

Added: October 23, 2010 | Visits: 2.225

GNU barcode 0.98 GNU Barcode is a tool to convert text strings to printed bars. GNU barcode supports a variety of standard codes to represent the textual strings and creates postscript output.. Platforms: *nix

License: Freeware Size: 327.68 KB Download (179): GNU barcode 0.98 Download

Added: January 27, 2010 | Visits: 1.050

XML::Writer XML::Writer is a Perl extension for writing XML documents. SYNOPSIS use XML::Writer; use IO::File; my $output = new IO::File(">output.xml"); my $writer = new XML::Writer(OUTPUT => $output); $writer->startTag("greeting", "class" => "simple"); $writer->characters("Hello, world!");... Platforms: *nix

License: Freeware Size: 22.53 KB Download (91): XML::Writer Download

Added: April 04, 2010 | Visits: 1.042

OPML Writer OPML Writer is a PHP4 class for writing OPML files with an object-oriented approach.. Platforms: *nix

License: Freeware Size: 163.84 KB Download (110): OPML Writer Download

Added: February 17, 2010 | Visits: 1.140

Graph::Writer::DrGeo Graph::Writer::DrGeo can save the graph output DrGeo scheme script. SYNOPSIS my $g = new Graph; # Add some vertices/edges to $g my $writer = Graph::Writer::DrGeo->new(); $writer->write_graph($g,"graph.scm"); # graph.scm can be evaluated and rendered with Dr.Geo Dr. Geo is a GTK... Platforms: *nix

License: Freeware Size: 8.19 KB Download (95): Graph::Writer::DrGeo Download

Added: April 22, 2010 | Visits: 1.498

PDF::Reuse::Barcode PDF::Reuse::Barcode is a Perl module that can create barcodes for PDF documents with PDF::Reuse. SYNOPSIS use PDF::Reuse; use PDF::Reuse::Barcode; use strict; prFile(bars.pdf); PDF::Reuse::Barcode::ITF (x => 70, y => 530, value => 0123456789, prolong => 2.96); prEnd(); This is a... Platforms: *nix

License: Freeware Size: 7.17 KB Download (126): PDF::Reuse::Barcode Download

Added: June 20, 2010 | Visits: 1.819

RSS Writer class RSS Writer class is XML-RSS feed generator for content syndication. It extends the XML Writer class to generate XML-RSS documents. It features simplified definitions of channel and item properties, support for defining optional channel graphic images and search form text inputs, support for RSS... Platforms: *nix

License: Freeware Download (140): RSS Writer class Download

Added: April 17, 2010 | Visits: 1.248

XML::TMX::Writer XML::TMX::Writer is a Perl extension for writing TMX files. SYNOPSIS use XML::TMX::Writer; my $tmx = new XML::TMX::Writer(); $tmx->start_tmx(ID => paulojjs); $tmx->add_tu(SRCLANG => en, en => some text, pt => algum texto); $tmx->add_tu(SRCLANG => en, en => some text, pt => algum... Platforms: *nix

License: Freeware Size: 15.36 KB Download (132): XML::TMX::Writer Download

Added: April 23, 2010 | Visits: 1.518

Philips Music Writer Philips Music Writer is a program for typesetting music. It reads text files as input, and generates PostScript as output. Philips Music Writer can also write simple MIDI files for proofhearing purposes. PMW is written in C and is freestanding; that is, it does not require additional processing... Platforms: *nix

License: Freeware Size: 1.2 MB Download (136): Philips Music Writer Download

Added: October 15, 2010 | Visits: 897

XML::SAX::Writer XML::SAX::Writer is a Perl module with SAX2 Writer. SYNOPSIS use XML::SAX::Writer; use XML::SAX::SomeDriver; my $w = XML::SAX::Writer->new; my $d = XML::SAX::SomeDriver->new(Handler => $w); $d->parse(some options...); Why yet another XML Writer ? A new XML Writer was needed to match... Platforms: *nix

License: Freeware Size: 12.29 KB Download (105): XML::SAX::Writer Download

Added: May 11, 2010 | Visits: 1.137

Doc::Perlish::Writer Doc::Perlish::Writer is a base class for stream output functions. SYNOPSIS # using - generally use a subclass my $writer = Doc::Perlish::Writer::XML->new(); $doc->receiver($writer); $doc->send_all(); my $output = $writer->output; # an IO::All object # or, you can pass an object or... Platforms: *nix

License: Freeware Size: 56.32 KB Download (110): Doc::Perlish::Writer Download

Added: April 18, 2010 | Visits: 1.264

Barcode::Code128 Barcode::Code128 is a Perl module that can generate CODE 128 bar codes. SYNOPSIS use Barcode::Code128; $code = new Barcode::Code128; EXPORTS By default, nothing. However there are a number of constants that represent special characters used in the CODE 128 symbology that you may wish to... Platforms: *nix

License: Freeware Size: 14.34 KB Download (151): Barcode::Code128 Download

Released: April 09, 2018  |  Added: May 29, 2018 | Visits: 4.131

Bytescout BarCode Reader Reads barcodes: QR Code, Code 39, Code 128, EAN 13, Datamatrix, PDF 417, MICR, Telepen, Interleaved 2 of 5, QR Code, PDF 417, UPCA, UPCE, Codablock, Aztec, and others Bytescout BarCode Reader is able to read barcode from image (PNG, JPG, TIFF, GIF) , read barcode from PDF, you may copy a... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 4.12 MB Download (920): Bytescout BarCode Reader Download

Released: October 23, 2013  |  Added: August 05, 2014 | Visits: 2.336

MegaMind Writer MegaMind Writer is a diligent CD/DVD burning app easy to use in creating safe backups and ISO files. Without overwhelming the user with inadequate features and functions, MegaMind Writer has stripped its architecture to what is relevant and helpful. It offers all that's needed when you burn... Platforms: Windows, Windows 7

License: Freeware Size: 2.42 MB Download (306): MegaMind Writer Download

Released: September 24, 2010  |  Added: November 09, 2010 | Visits: 2.463

Barcode Add in for Word and Excel Easily generate barcodes in Microsoft Word and Excel with this add-in. The add-in changes the selected data to a barcode when applied. In Excel, it may be used to convert an entire column or row of data into barcodes. This product may be used royalty free with a valid license to any of... Platforms: Windows

License: Freeware Size: 4.13 MB Download (283): Barcode Add in for Word and Excel Download

1 2 3 4 5 >