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.959 Times

Print Document freeware
Filter: All | Freeware | Demo
 

Print Document

< 1 2 3 4 5 > 
Added: May 18, 2010 | Visits: 2.836

Uber Project Document Management System Project document and management tracking system written in PHP using PostgreSQL to store user, project and document related data and MySQL to store the documents, with revision control. How to: How to setup the system: Just untar every thing in your webdirecorty: cd /var/www/html/ tar... Platforms: *nix

License: Freeware Size: 204.8 KB Download (130): Uber Project Document Management System Download

Added: March 19, 2010 | Visits: 1.706

Dream Print Tracking System Dream Print Tracking System is a powerful and user-friendly system for tracking print distribution and circulation. It uses many principles from customer relationship management (CRM) systems, but in a way specific to print publishers. The Media Development Loan Fund commissioned Dream based... Platforms: *nix

License: Freeware Size: 6.9 MB Download (126): Dream Print Tracking System Download

Added: June 24, 2010 | Visits: 2.258

Raw Print Server Raw Print Server project is a "raw" print server that makes it possible for a computer to act as a "Socket API" or "AppSocket" print server. This software would not exist without Sam Rushings excellent asyncore module, nor would it exist without Steve Holdens excellent explanation of that... Platforms: *nix

License: Freeware Size: 28.67 KB Download (169): Raw Print Server Download

Added: September 02, 2010 | Visits: 1.020

DynaPage::Document::ext::include DynaPage::Document::ext::include module contains extensions of DynaPag::Document. METHODS template ( $self, $job ) : bool syntax: !include.template =- B< file_name > See also DynaPage::Template NOTE: $self is parent document object (eg blessed into DynaPage::Document) data ( $self,... Platforms: *nix

License: Freeware Size: 4.1 KB Download (95): DynaPage::Document::ext::include Download

Added: February 07, 2010 | Visits: 1.229

OpenOffice::OODoc::Document OpenOffice::OODoc::Document is a top level component for content and layout processing. SYNOPSIS # get an OOo file handler my $oofile = ooFile("myfile.odt"); # connect a content-focused document interface my $content = ooDocument ( file => $oofile, member => content ); # connect a... Platforms: *nix

License: Freeware Size: 215.04 KB Download (102): OpenOffice::OODoc::Document Download

Added: August 17, 2010 | Visits: 973

Structured Document Validator Structured Document Validator project implements a generalized method for validating both the structure and content of structured documents. Any data format that can be deterministically divided into tags and data is classed as a structured document. This definition applies to a wide array of... Platforms: *nix

License: Freeware Size: 604.16 KB Download (92): Structured Document Validator Download

Added: November 02, 2010 | Visits: 2.477

PyKota Print Quota System PyKota is a complete GPLed Print Quota and Accounting Software Solution for the Common UNIX Printing System (aka CUPS) on GNU/Linux and Unix-like operating systems, which offers a great flexibility with regard to the page accounting methods it supports. Older releases of PyKota Print Quota... Platforms: *nix

License: Freeware Download (371): PyKota Print Quota System Download

Added: January 01, 2010 | Visits: 1.358

ADDRESS LIST print web.de dict one slide ADDRESS LIST print web.de dict one slide allows users of web.de can print up to 85 addresses on one sheet of paper! If you use the printing function of web.de, you get a lot of pages to print but never all informations stored before. It is much more convenient to have all informations on one... Platforms: *nix

License: Freeware Size: 1.3 MB Download (103): ADDRESS LIST print web.de dict one slide Download

Added: February 03, 2010 | Visits: 1.521

Document Archive Document Archive provides is a Web-based BibTeX archive. Document Archive is a Web-based database to help you keep track of the vast amount of electronic documents and BibTeX entries you might have in use. Browser plugins and console frontends allow fast access with typical tools. The... Platforms: *nix

License: Freeware Size: 460.8 KB Download (142): Document Archive Download

Added: June 19, 2010 | Visits: 2.621

Document Library Document Library is a Web application for document management in larger organizations with a lot of documents. Organizations deal with numerous documents, such as word processor documents and PDFs. These documents often reside on someones computer and are not network accessible. Versions of... Platforms: *nix

License: Freeware Size: 307.2 KB Download (170): Document Library Download

Added: March 11, 2010 | Visits: 1.622

Print Plug-In Print Plug-In provides a basic printing capability for The GIMP. The current release supports PostScript, PCL (HP LaserJet and DeskJet), and ESC/P2 (EPSON Stylus Color) printers. The PostScript printer drivers handle PPD (PostScript Printer Description) files if you have them. Using the Print... Platforms: *nix

License: Freeware Size: 33.79 KB Download (130): Print Plug-In Download

Added: July 07, 2010 | Visits: 1.026

Biblio::Document::Parser Biblio::Document::Parser Perl module is a document parsing framework. Biblio::Document::Parser provides generic methods that should be overriden by specific parsers. This class should not be used directly, but rather be overridden by specific parsers. Parsers that extend the Document::Parser... Platforms: *nix

License: Freeware Size: 194.56 KB Download (96): Biblio::Document::Parser Download

Added: May 11, 2010 | Visits: 1.251

Print/Print Preview Print/Print Preview is a Firefox extension which provides the the Mozilla Suite style Print/Print Preview toolbar button. Replace the default "Print" button with the Mozilla Suite style "Print/Print Preview" toolbar button/menu. Based on requests, now also includes the "Page Setup" option and... Platforms: *nix

License: Freeware Size: 4.1 KB Download (144): Print/Print Preview Download

Added: August 18, 2010 | Visits: 1.321

XML::DOM::Lite::Document Document is a XML DOM Lite Document. SYNOPSIS $root = $doc->documentElement; $node = $doc->getElementById("myid"); # Node creation $element = $doc->createElement("tagname"); $textnode = $doc->createTextNode("some text"); # XPath $nlist = $doc->selectNodes("/xpath/expression"); $node... Platforms: *nix

License: Freeware Size: 31.74 KB Download (104): XML::DOM::Lite::Document Download

Added: March 02, 2010 | Visits: 830

XML::DOM XML::DOM is a perl module for building DOM Level 1 compliant document structures. SYNOPSIS use XML::DOM; my $parser = new XML::DOM::Parser; my $doc = $parser->parsefile ("file.xml"); # print all HREF attributes of all CODEBASE elements my $nodes = $doc->getElementsByTagName... Platforms: *nix

License: Freeware Size: 143.36 KB Download (97): XML::DOM Download

Added: May 12, 2010 | Visits: 991

XML::DOM::Document XML::DOM::Document is an XML document node in XML::DOM. XML::DOM::Document extends XML::DOM::Node. It is the main root of the XML document structure as returned by XML::DOM::Parser::parse and XML::DOM::Parser::parsefile. Since elements, text nodes, comments, processing instructions, etc.... Platforms: *nix

License: Freeware Size: 112.64 KB Download (106): XML::DOM::Document Download

Released: January 30, 2015  |  Added: February 09, 2015 | Visits: 1.485

Easy Print Envelopes Easy Print Envelopes is the quickest and easiest way to print professional-looking envelopes. It allows you to print tens and hundreds of envelopes of different addresses with one print. It came in three popular envelope sizes. Easy Print Envelopes has an easy to use address book that contains... Platforms: Windows, Windows 7

License: Freeware Size: 2.67 MB Download (149): Easy Print Envelopes Download

Released: April 02, 2011  |  Added: August 03, 2011 | Visits: 1.304

Word Print Buttons With this Add-In for MS-Word you can build up to 24 free configurable toolbar buttons for printing. For each of them you can define the printer, the tray for the first page, the tray for the other pages, the duplex option and much more. Includes stamp function. So for example you can create:... Platforms: Windows

License: Freeware Cost: $70.00 USD Size: 5.05 MB Download (105): Word Print Buttons Download

Released: December 17, 2010  |  Added: December 23, 2010 | Visits: 1.661

Document workflow We need to know what document workflow is. We can read in encyclopedia that document workflow is a computer system used to track and store electronic documents and/or images of paper documents. For efficient functioning of any organization, it is essential to have proper document workflow... Platforms: Windows, Mac, *nix, Netware

License: Freeware Size: 1.67 MB Download (186): Document workflow Download

Released: January 25, 2011  |  Added: February 14, 2011 | Visits: 2.015

Bytescout Document SDK for .NET Generate Word documents (doc, docx) in ASP.NET, Visual Basic .NET and C#. Bytescout Document SDK is 100% managed .NET (1.10, 2.00 and higher) library for document (DOC, DOCX) writing, reading and modification. Benefits: * Microsoft Word (or Microsoft Office) is not required; * Made... Platforms: Windows

License: Freeware Size: 1.33 MB Download (233): Bytescout Document SDK for .NET Download

< 1 2 3 4 5 >