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

Document Viewers freeware
Filter: All | Freeware | Demo
 

Document Viewers

1 2 3 4 5 > 
Released: April 30, 2010  |  Added: May 15, 2010 | Visits: 3.746

STDU Viewer STDU Viewer is a document viewer for multiple file formats. The goal of this software is to replace the multiple document viewers with a single simple application. STDU Viewer supports following document formats: DjVu, TIFF, PDF, TXT, TCR, Comic Book Archive (CBR or CBZ), XPS, JBIG2. For... Platforms: Windows

License: Freeware Size: 1.95 MB Download (711): STDU Viewer Download

Added: July 17, 2010 | Visits: 1.556

Evince Evince is a document viewer for multiple document formats like pdf, postscript, and many others. Evinces goal is to replace the multiple document viewers that exist on the GNOME Desktop, like gpdf, ggv, and xpdf with a single simple application.. Platforms: *nix

License: Freeware Size: 2 MB Download (156): Evince Download

Released: November 20, 2012  |  Added: November 20, 2012 | Visits: 573

Windows Embedded Compact You will need to request a product activation key from here to install the product. Windows Embedded Compact 7 helps original equipment manufacturers (OEMs) get devices to market faster by providing developers with a complete catalog of tested, selectable OS components, integrated development... Platforms: Windows, Windows Vista, 7

License: Freeware Download (506): Windows Embedded Compact Download

Released: October 14, 2012  |  Added: October 14, 2012 | Visits: 536

Online files/fax/email-attachment mgmt Create unlimited custom folders at all levels, arrange them based on your business needs. User friendly upload single/multiple documents to your custom folders. Add documents to your account folders using email attachments, electronic Faxes, file uploads. View subfolders documents recursively ,... Platforms: All

License: Freeware Download (52): Online files/fax/email-attachment mgmt Download

Added: January 18, 2010 | Visits: 3.454

Simple Document Management System SDMS is an open-source system that allows you to store any document in a database via a bunch of webpages. That was the short description, now comes the long one. SDMS uses PHP to provide you with a pretty interface to a MySQL server that allows you to store and retrieve documents and to share... Platforms: *nix

License: Freeware Size: 51.2 KB Download (286): Simple Document Management System Download

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: September 07, 2010 | Visits: 1.041

DynaPage::Document DynaPage::Document is a Perl module with DynaPage Document container. SYNOPSIS: step1 - document ( create file mydoc.document ) ---[content of mydoc-document.info]--- !include.template =- mydoc-template.htmt my-title =- This is single line my-head =- Hello World my-para ==~ This is... Platforms: *nix

License: Freeware Size: 14.34 KB Download (92): DynaPage::Document 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: 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: July 07, 2010 | Visits: 1.027

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: January 08, 2010 | Visits: 1.032

XML::Mini::Document XML::Mini::Document is a Perl implementation of the XML::Mini Document API. SYNOPSIS use XML::Mini::Document; use Data::Dumper; ###### PARSING XML ####### # create a new object my $xmlDoc = XML::Mini::Document->new(); # init the doc from an XML string $xmlDoc->parse($XMLString);... Platforms: *nix

License: Freeware Size: 34.82 KB Download (92): XML::Mini::Document 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: May 12, 2010 | Visits: 992

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: 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

Released: February 21, 2009  |  Added: June 28, 2011 | Visits: 2.659

office Convert Document To Pdf Free office Convert Document To Pdf Free is the best choice for you to convert dozens of documents to popular formats in PDF format. It can support converting documents as Word (doc,docx,docm), Excel ( xls,xlsm,xlsx) PowerPoint (ppt,pptx,pptm) rtf,txt with high good quality for business and individual... Platforms: Windows

License: Freeware Size: 3.22 MB Download (288): office Convert Document To Pdf Free Download

Released: February 06, 2012  |  Added: April 21, 2012 | Visits: 1.647

Doxillion Document Converter Doxillion is a free Mac PDF converter to convert docx, doc, pdf, rtf, html, xml, wpd, odt and txt document files. Convert documents one at a time or batch convert many files at once. Even integrate Doxillion conversion option to your right click menu to quickly convert documents to PDF or other... Platforms: Mac

License: Freeware Size: 1.03 MB Download (1036): Doxillion Document Converter Download

1 2 3 4 5 >