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

Delphi Html Print freeware
Filter: All | Freeware | Demo
 

Delphi Html Print

< 1 2 3 4 5 > 
Added: March 24, 2010 | Visits: 908

HTML::Adsense HTML::Adsense is a Perl module that can create adsense widgets easily. SYNOPSIS This module wraps Google Adsense ad creation in OO perl code. use HTML::Adsense; my $myad = HTML::Adsense->new( client => pub-4763368282156432, ); # OR $myad->client(pub-4763368282156432); print... Platforms: *nix

License: Freeware Size: 4.1 KB Download (91): HTML::Adsense Download

Added: May 14, 2010 | Visits: 1.573

HTML::TreeBuilder HTML::TreeBuilder is a parser that builds a HTML syntax tree. SYNOPSIS foreach my $file_name (@ARGV) { my $tree = HTML::TreeBuilder->new; # empty tree $tree->parse_file($file_name); print "Hey, heres a dump of the parse tree of $file_name:n"; $tree->dump; # a method we inherit from... Platforms: *nix

License: Freeware Size: 122.88 KB Download (114): HTML::TreeBuilder Download

Added: April 06, 2010 | Visits: 2.049

HTML::Clean HTML::Clean module cleans up HTML code for web browsers, not humans. SYNOPSIS use HTML::Clean; $h = new HTML::Clean($filename); # or.. $h = new HTML::Clean($htmlcode); $h->compat(); $h->strip(); $data = $h->data(); print $$data; The HTML::Clean module encapsulates a number of common... Platforms: *nix

License: Freeware Size: 48.13 KB Download (95): HTML::Clean Download

Added: April 15, 2010 | Visits: 834

DBIx::HTML::ClientDB DBIx::HTML::ClientDB is a Perl module to convert sql into a client-side db with keyed access. Synopsis use DBIx::HTML::ClientDB; my($object) = DBIx::HTML::ClientDB -> new ( dbh => $dbh, row_headings => Unit code,Unit code,Campus name,Unit name, sql => select unit_code, unit_code,... Platforms: *nix

License: Freeware Size: 11.26 KB Download (88): DBIx::HTML::ClientDB Download

Added: January 14, 2010 | Visits: 940

HTML::Merge::Ext HTML::Merge::Ext - Extending Merge by writing your own tags. TYPES OF TAGS Generally, there are four types of tags in Merge. Output tags Tags such as < $RVAR > or others, that are substituted by values that appear in the output. For example: < $RVAR.x > is substituted by the value of the... Platforms: *nix

License: Freeware Size: 194.56 KB Download (101): HTML::Merge::Ext Download

Added: March 14, 2010 | Visits: 1.814

iCal::Parser::HTML iCal::Parser::HTML is a Perl module to generate HTML calendars from iCalendars. SYNOPSIS use iCal::Parser::HTML; my $parser=iCal::Parser::HTML->new; print $parser->parse(type=>$type,start=>$date,files=>[@icals]); This module uses iCal::Parser::SAX and XML::LibXSLT with included... Platforms: *nix

License: Freeware Size: 50.18 KB Download (120): iCal::Parser::HTML Download

Added: August 13, 2010 | Visits: 758

HTML::Declare HTML::Declare is a Perl module for When Template Systems Are Too Huge And Heredocs Too Messy. SYNOPSIS # Import all constructors use HTML::Declare :all; # A simple hello world print HTML { _ => [ HEAD { _ => TITLE { _ => Hello World! } }, BODY { _ => Hello World! } ] }; # Import... Platforms: *nix

License: Freeware Size: 19.46 KB Download (93): HTML::Declare Download

Added: May 17, 2010 | Visits: 2.082

Tree::Simple::View::HTML Tree::Simple::View::HTML is a Perl class for viewing Tree::Simple hierarchies in HTML. SYNOPSIS use Tree::Simple::View::HTML; ## a simple example # use the defaults (an unordered list with no CSS) my $tree_view = Tree::Simple::View::HTML->new($tree); ## more complex examples # use the... Platforms: *nix

License: Freeware Size: 22.53 KB Download (110): Tree::Simple::View::HTML Download

Added: July 06, 2010 | Visits: 816

HTML::Seamstress::Quickstart HTML::Seamstress::Quickstart is a gentle introduction to HTML::Seamstress. Introduction This guide is designed to get you started with dynamically generating and modifying ("templating") HTML with HTML::Seamstress. We will work through several examples, with each one increasing your ability... Platforms: *nix

License: Freeware Size: 49.15 KB Download (93): HTML::Seamstress::Quickstart Download

Added: May 06, 2010 | Visits: 815

HTML::Seamstress HTML::Seamstress is a HTML::Tree subclass for HTML templating via tree rewriting. SYNOPSIS HTML::Seamstress provides "fourth generation" dynamic HTML generation (templating). In the beginning we had... First generation dynamic HTML production First generation dynamic HTML production used... Platforms: *nix

License: Freeware Size: 49.15 KB Download (101): HTML::Seamstress Download

Added: September 23, 2010 | Visits: 1.278

HTML::Widget::SideBar HTML::Widget::SideBar can creates the HTML (and possibly some Javascript) for a navigational or otherwise active (hierarchical) sidebar for a web page. SYNOPSYS use HTML::Widget::SideBar; use CGI; # Or something like that. # We are going to create a sidebar in which only the active... Platforms: *nix

License: Freeware Size: 15.36 KB Download (99): HTML::Widget::SideBar Download

Added: April 04, 2010 | Visits: 929

HTML::CGIChecker HTML::CGIChecker is a Perl module to detect dangerous HTML code. SYNOPSIS use HTML::CGIChecker; $feedback = < TABLE CELLPADDING="2" >< TR >< TD >One column< /TD >< /TR >< /TABLE >< BR > " Arrays & variables " Dough > Hi, how are you ? And now some Perl code: < PRE > print "< HTML ><... Platforms: *nix

License: Freeware Size: 14.34 KB Download (95): HTML::CGIChecker Download

Added: October 05, 2010 | Visits: 1.002

Pod::Html::HtmlTre Pod::Html::HtmlTree is a Perl module to convert pod files to html tree. SYNOPSIS use Pod::Html::HtmlTree; use Data::Dumper; my $p = Pod::Html::HtmlTree->new; $p->indir ( /usr/lib/perl5/site_perl/5.8.3/Pod ); $p->outdir ( /tmp/pod ); $p->mask_dir ( 0777 ); # default is 0775... Platforms: *nix

License: Freeware Size: 3.07 KB Download (100): Pod::Html::HtmlTre Download

Added: February 24, 2010 | Visits: 808

HTML::BarGraph HTML::BarGraph can generate multiset bar graphs using plain HTML. SYNOPSIS use HTML::BarGraph; print graph( direction => h, ### or v or | / - graphminsize => 250, bartype => pixel, ### or html barlength => 100, barwidth => 10 , baraspect => .03, color => blue, colors => [ blue, red,... Platforms: *nix

License: Freeware Size: 12.29 KB Download (98): HTML::BarGraph Download

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

Easy HTML Snapshot Free Easy HTML Snapshot Free is a powerful HTML conversion product. It converts Htm to popular image format JPG.Easy HTML Snapshot Free does not depend on print drivers. The conversion result retains all the original text, pictures etc. You can set your heart at rest to use it. More professional and... Platforms: Windows

License: Freeware Size: 3.22 MB Download (102): Easy HTML Snapshot Free Download

Released: November 22, 2012  |  Added: November 22, 2012 | Visits: 1.144

PDFArea HTML to PDF Converter Free HTML to PDF Converter is a powerful and easy-to-use Freeware that is designed to convert HTML file or URL to PDF document. Just specify the file name or a URL, HTML to PDF Converter will directly convert it to a PDF document. HTML to PDF Converter is standalone software, Adobe Acrobat Reader is... Platforms: Windows

License: Freeware Size: 7.42 MB Download (72): PDFArea HTML to PDF Converter Free Download

Released: September 07, 2012  |  Added: September 07, 2012 | Visits: 736

PaperCut Print Logger PaperCutâ„¢ Print Logger is a free print logging application for Windows systems designed to provide real-time activity logs detailing all printer use. Information tracked includes: * The time of print, * the name of the user who printed, * the total number of pages, * document names and... Platforms: Windows

License: Freeware Download (48): PaperCut Print Logger Download

Released: September 20, 2012  |  Added: September 20, 2012 | Visits: 960

3Steps Outlook Express to HTML Converter 3Steps Outlook Express to HTML Converter is permission-based software that preserves all style & formatting of OE emails into html format after Outlook Express emails to HTML conversion process. You will have the possibility to process an unlimited number of emails with a single mouse click.... Platforms: Windows

License: Freeware Download (60): 3Steps Outlook Express to HTML Converter Download

Released: July 04, 2012  |  Added: July 04, 2012 | Visits: 1.079

Borland Delphi Enterprise + updating Borland Delphi 7 Studio Enterprise delivers new, fully integrated technologies for increased developer productivity. Get your applications ready for the path to the Microsoft .NET Framework with the Delphi 7 Studio Migration Kit for .NET. Use ModelMaker visual modeling based on UMLTM technology... Platforms: Windows

License: Freeware Size: 286.44 MB Download (157): Borland Delphi Enterprise + updating Download

Released: January 05, 2013  |  Added: January 05, 2013 | Visits: 1.210

office Convert Htm/Html to Image Free office Convert Htm/Html to Image Jpg/Jpeg Free is a powerful HTML conversion product. It allows you to create previews or thumbnails of web pages in a number of different formats, such as JPG,BMP,GIF,TIF,TGA,RLE,PNG etc. More, it allows you to convert web pages to WMF vector formats.office... Platforms: Windows

License: Freeware Size: 3.21 MB Download (427): office Convert Htm/Html to Image Free Download

< 1 2 3 4 5 >