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

Professional Report Template freeware
Filter: All | Freeware | Demo
 

Professional Report Template

< 1 2 3 4 5 > 
Added: September 24, 2010 | Visits: 968

Template::Plugin::XML::DOM Template::Plugin::XML::DOM is a plugin interface to XML::DOM. SYNOPSIS # load plugin [% USE dom = XML.DOM %] # also provide XML::Parser options [% USE dom = XML.DOM(ProtocolEncoding = ISO-8859-1) %] # parse an XML file [% doc = dom.parse(filename) %] [% doc = dom.parse(file =...



Platforms: *nix

License: Freeware Size: 26.62 KB Download (99): Template::Plugin::XML::DOM Download

Released: October 25, 2012  |  Added: October 25, 2012 | Visits: 745

Brochure Template Download Professional Brochure Templates Today!PoweredTemplates is the one-stop resource for all your brochure design needs! Showcase your business with a professional looking, full-color brochure templates with Professional theme. It's pretty easy with Professional brochure templates created by...





Platforms: Windows, OpenVMS

License: Freeware Size: 44.49 MB Download (68): Brochure Template Download

Released: September 14, 2012  |  Added: September 14, 2012 | Visits: 956

Microsoft Word template Download Professional Word Templates Today! Exceptional, pre-designed and easy to customize Professional Microsoft Word templates that include high quality layouts, photos and artwork. Here are a hundreds of Word Templates with Professional theme to help your small business or home business...


Platforms: Windows, OpenVMS

License: Freeware Size: 691 KB Download (509): Microsoft Word template Download

Released: February 21, 2013  |  Added: March 16, 2013 | Visits: 1.313

Clothing Store Invoice Template Clothing Store Invoice Template is ideal for those running clothing retailing shop or store business. On the heading section, the first section is for your own store or shop information, including a default LOGO image, your clothing store name, address, city state and zip, and web site or contact...


Platforms: Windows

License: Freeware Size: 37.72 KB Download (70): Clothing Store Invoice Template Download

Released: March 01, 2013  |  Added: March 30, 2013 | Visits: 1.209

Free Proforma Invoice Template This free proforma invoice template offers you a blank proforma invoice form that you can use to create professional proforma invoices. A pro forma invoice is a business document that differs from a simple price quotation in that it is usually considered a binding agreement, despite the fact...


Platforms: Windows

License: Freeware Size: 38.85 KB Download (62): Free Proforma Invoice Template Download

Released: March 04, 2013  |  Added: April 07, 2013 | Visits: 1.304

Commercial Invoice Template A commercial invoice, bill of sale, or receipt is a document that must be provided when clearing or filing entry documents. Commercial invoices are documents required by customs to determine true value of the imported goods, for assessment of duties and taxes. A commercial invoice (in addition to...


Platforms: Windows

License: Freeware Size: 40.78 KB Download (71): Commercial Invoice Template Download

Added: June 04, 2006 | Visits: 8.962

RSC Resume Template The RSC Resume Template acts as a guideline containing the structure for working through the components of a professional looking resume.The RSC Resume Template is intended for those seeking to create a resume that has the key elements necessary to capture the attention of hiring authorities.


Platforms: Windows

License: Freeware Size: 96 KB Download (1419): RSC Resume Template Download

Added: August 11, 2006 | Visits: 3.860

Ewisoft Template Builder Web templates bring you publicity and customs, but how to stop users from removing your logos and hyperlinks? Ewisoft Template Builder converts your HTML file to an unmodified one. It can be used with Ewisoft Web Builder, a Free WYSIWYG Html Editor. It supports images and style files also. If...


Platforms: Windows

License: Freeware Size: 2.48 MB Download (579): Ewisoft Template Builder Download

Released: December 20, 2010  |  Added: December 29, 2010 | Visits: 3.499

WonderWebWare Template Shaker CSS Template Shaker is WYSIWYG (what you see is what you get) xhtml / css template generator. Using the tool is pretty simple: just point and click to customize the look and feel of the template on the fly, in complete WYSIWYG environment. This version comes with 5 templates predefined, but with...


Platforms: Windows

License: Freeware Size: 11.36 MB Download (539): WonderWebWare Template Shaker Download

Added: November 24, 2013 | Visits: 1.270

OxygenOffice Professional OxygenOffice Professional is an enhanced version of OpenOffice.org. OxygenOffice Professional includes more than 3400 graphics, both clip art and photos, which are integrated into the gallery and can easily be placed into any OxygenOffice document. Several templates and sample documents are...


Platforms: *nix

License: Freeware Size: 1.04 GB Download (113): OxygenOffice Professional Download

Released: May 15, 2009  |  Added: October 10, 2009 | Visits: 3.983

HTML Template Browser Anyone who has worked with web templates, knows how difficult it can be to see all the templates you've downloaded. That's what HTML Template Browser is for. Point it at a directory and it will find all the main pages of a template (index.html, default.htm, etc.) and list them in a browse window....


Platforms: Windows

License: Freeware Size: 1.17 MB Download (568): HTML Template Browser Download

Added: January 18, 2010 | Visits: 1.677

Aapl C++ Template Library Aapl is a C++ template library for generic programming. Aapl supports different generic programming paradigms by providing variations of standard data structures. For example, a by-value linked list template may be used to store a user supplied type such as an integer. A different list...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (105): Aapl C++ Template Library Download

Added: January 18, 2010 | Visits: 1.760

Template::Ast Template::Ast is a Perl module to process ASTs for Perl Template Toolkit. SYNOPSIS use Template::Ast; # Rebuild AST stored in file: $ast = Template::Ast->read(foo.ast) or die Template::Ast->error(); # Writing existing AST to file: $ast = { Marry => [24, F], John => [21, M] };...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (161): Template::Ast Download

Added: October 15, 2010 | Visits: 1.181

Piffle::Template Piffle::Template is a Perlish templating language. SYNOPSIS use Piffle::Template; use Piffle::Template qw{template_to_perl expand_template}; # OO syntax, with output stored and returned: print Piffle::Template->expand(source_file => foo/fish.xml, include_path => [foo/inc,foo]); #...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (100): Piffle::Template Download

Added: October 21, 2010 | Visits: 1.444

Template::Plugin::Digest::MD5 Template::Plugin::Digest::MD5 is a TT2 interface to the MD5 Algorithm. SYNOPSIS [% USE Digest.MD5 -%] [% checksum = content FILTER md5 -%] [% checksum = content FILTER md5_hex -%] [% checksum = content FILTER md5_base64 -%] [% checksum = content.md5 -%] [% checksum = content.md5_hex -%]...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (96): Template::Plugin::Digest::MD5 Download

Added: January 01, 2010 | Visits: 1.474

Template::Plugin::Digest::SHA1 Template::Plugin::Digest::SHA1 is a TT2 interface to the SHA1 Algorithm. SYNOPSIS [% USE Digest.SHA1 -%] [% checksum = content FILTER sha1 -%] [% checksum = content FILTER sha1_hex -%] [% checksum = content FILTER sha1_base64 -%] [% checksum = content.sha1 -%] [% checksum =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): Template::Plugin::Digest::SHA1 Download

Added: October 13, 2010 | Visits: 1.689

Template::Plugin::Lingua::EN::Inflect Template::Plugin::Lingua::EN::Inflect is a Perl interface to Lingua::EN::Inflect module. SYNOPSIS [% USE infl = Lingua.EN.Inflect; -%] [% FILTER inflect(number => 42); -%] There PL_V(was) NO(error). PL_ADJ(This) PL_N(error) PL_V(was) fatal. [% END; -%] [% "... and "; infl.ORD(9);...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Template::Plugin::Lingua::EN::Inflect Download

Added: August 05, 2010 | Visits: 1.722

Template::Provider::OpenOffice Template::Provider::OpenOffice is a OpenOffice (ODT) Provider for Template Toolkit. This module extends Template::Provider to automatically extract the content.xml file from an OpenOffice zip file and run it through Template::Toolkit for processing. We use OpenOffice::OODoc to actually open...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (129): Template::Provider::OpenOffice Download

Added: April 12, 2010 | Visits: 1.408

Template::FAQ Template::FAQ contains Frequently Asked Questions about the Template Toolkit. Template Toolkit Language Why doesnt [% a = b IF c %] work as expected? Because the parser interprets it as [% a = (b IF c) %] Do this instead: [% SET a = b IF c %] If Im using TT to write out a TT...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (103): Template::FAQ Download

Added: March 23, 2010 | Visits: 1.423

Template::Plugins Template::Plugins is a Perl module with plugin provider. SYNOPSIS use Template::Plugins; $plugin_provider = Template::Plugins->new(%options); ($plugin, $error) = $plugin_provider->fetch($name, @args); The Template::Plugins module defines a provider class which can be used to load and...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (176): Template::Plugins Download

< 1 2 3 4 5 >