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

Cute Writer Pdf freeware
Filter: All | Freeware | Demo
 

Cute Writer Pdf

< 1 2 3 4 5 > 
Released: May 01, 2009  |  Added: May 15, 2009 | Visits: 1.564

Benubird PDF Benubird PDF is designed specifically for the SOHO market who wish to take control of their documents. It is very powerful -- and easy to use. An intuitive user interface combined with comprehensive filters, browsing, and search technology mean that your documents are only ever a few simple...



Platforms: Windows

License: Freeware Size: 10.56 MB Download (125): Benubird PDF Download

Released: June 04, 2009  |  Added: June 08, 2009 | Visits: 3.097

Zilla TXT To PDF Converter Zilla TXT To PDF Converter is a freeware to convert TXT files to PDF format files in batch mode. Zilla TXT to PDF Converter also allows users to set Page Size, Font, Author and Keywords information etc.





Platforms: Windows

License: Freeware Size: 762.11 KB Download (216): Zilla TXT To PDF Converter Download

Released: June 15, 2009  |  Added: June 19, 2009 | Visits: 6.317

Cute Puppy Clock A cute puppy clock that displays time, it lets you choose a puppy from a number of cute puppies, you can place it anywhere on your desktop by drag&drop, and adjust it's transparency to reach the desired effect. it is a nice program to personalize your desktop, make your desktop more attractive...


Platforms: Windows

License: Freeware Size: 1.78 MB Download (758): Cute Puppy Clock Download

Released: July 06, 2009  |  Added: July 11, 2009 | Visits: 7.737

Adreamsoft PDF to Word Converter Adreamsoft PDF to Word Converter is small yet powerful PDF to Word software. User-friendly interface and fast conversion rates allow you to create Word files from PDF documents by simply few clicks. No Adobe Acrobat needed! Adreamsoft PDF to Word Converter really enhances the quality of your...


Platforms: Windows

License: Freeware Size: 2.44 MB Download (1821): Adreamsoft PDF to Word Converter Download

Released: July 30, 2009  |  Added: August 04, 2009 | Visits: 3.826

PDF Viewer for Windows 7 It's a pity that a PDF reader isn't included when Windows 7 is released.  However, you can download and install a light-weight yet powerful PDF Viewer to serve as part of the operating system to view, print, and convert PDF. Features: View and Print PDF: Open, view, read, and print...


Platforms: Windows

License: Freeware Size: 927.08 KB Download (343): PDF Viewer for Windows 7 Download

Released: August 05, 2011  |  Added: September 07, 2011 | Visits: 2.649

Nemo PDF to Word Nemo PDF To Word is completely free Word to PDF convert software. By using it, you can convert your PDF files to well-formatted and editable Word/RTF in seconds. After conversion, the original text, images, tables, columns, graphics and other formats are well saved in the generated files. It...


Platforms: Windows

License: Freeware Size: 9.76 MB Download (201): Nemo PDF to Word Download

Released: November 02, 2009  |  Added: November 05, 2009 | Visits: 3.999

Zilla JPG To PDF Converter JPG To PDF Converter is a windows application for quickly converting multiple image files into a single pdf document. With Zilla JPG To PDF Converter users can create pdf files from JPG/JPEG, GIF, BMP, TIF, PNG and PSD formats.


Platforms: Windows

License: Freeware Size: 3.72 MB Download (1189): Zilla JPG To PDF Converter Download

Added: October 12, 2010 | Visits: 1.803

PDF Toolkit PDF Toolkit is a simple servicemenu for PDF files.. PDF Toolkit service menu KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education Games Development Administration Scientific Security Utilities Screensaver News Forum GUI Polls Links...


Platforms: *nix

License: Freeware Size: 512 KB Download (174): PDF Toolkit Download

Added: January 18, 2010 | Visits: 1.596

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 (91): XML::Writer::Simple Download

Added: September 01, 2010 | Visits: 2.240

PDF Split and Merge 0.7 Beta PDF Split and Merge project is an easy-to-use tool that provides functions to split and merge PDF files or subsections of them.. Split and merge pdf documents with pdfsam, it’s free and open source.


Platforms: *nix

License: Freeware Size: 2 MB Download (176): PDF Split and Merge 0.7 Beta Download

Added: July 13, 2010 | Visits: 639

PDF::FromHTML::Twig PDF::FromHTML::Twig is a Perl module with PDF::FromHTML guts. SYNOPSIS (internal use only) No user-serviceable parts inside..


Platforms: *nix

License: Freeware Size: 52.22 KB Download (101): PDF::FromHTML::Twig Download

Added: October 11, 2010 | Visits: 2.207

PDF::FromHTML PDF::FromHTML is a Perl module to convert HTML documents to PDF. SYNOPSIS my $pdf = PDF::FromHTML->new( encoding => utf-8 ); $pdf->load_file(source.html); $pdf->convert( Font => /path/to/font.ttf, LineHeight => 10, Landscape => 1, ); $pdf->write_file(target.pdf); This module...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (206): PDF::FromHTML Download

Added: July 05, 2010 | Visits: 1.829

CAM::PDF::Content CAM::PDF::Content is a PDF page layout parser. SYNOPSIS use CAM::PDF; my $pdf = CAM::PDF->new($filename); my $contentTree = $pdf->getPageContentTree(4); $contentTree->validate() || die Syntax error; print $contentTree->render(CAM::PDF::Render::Text); $pdf->setPageContent(5,...


Platforms: *nix

License: Freeware Size: 737.28 KB Download (126): CAM::PDF::Content Download

Added: February 03, 2010 | Visits: 1.685

CAM::PDF::GS CAM::PDF::GS is a PDF graphic state. SYNOPSIS use CAM::PDF; my $pdf = CAM::PDF->new($filename); my $contentTree = $pdf->getPageContentTree(4); my $gs = $contentTree->computeGS(); This class is used to represent the graphic state at a point in the rendering flow of a PDF page. Much of the...


Platforms: *nix

License: Freeware Size: 737.28 KB Download (231): CAM::PDF::GS Download

Added: February 09, 2010 | Visits: 1.350

CAM::PDF::GS::NoText CAM::PDF::GS::NoText is a PDF graphic state. SYNOPSIS use CAM::PDF; my $pdf = CAM::PDF->new($filename); my $contentTree = $pdf->getPageContentTree(4); my $gs = $contentTree->computeGS(1); This class is used to represent the graphic state at a point in the rendering flow of a PDF page....


Platforms: *nix

License: Freeware Size: 737.28 KB Download (104): CAM::PDF::GS::NoText Download

Added: March 06, 2010 | Visits: 1.385

CAM::PDF::Renderer::Dump CAM::PDF::Renderer::Dump can print the graphic state of each node. SYNOPSIS use CAM::PDF; my $pdf = CAM::PDF->new($filename); my $contentTree = $pdf->getPageContentTree(4); $contentTree->render("CAM::PDF::Renderer::Dump"); This class is used to print to STDOUT the coordinates of each...


Platforms: *nix

License: Freeware Size: 737.28 KB Download (112): CAM::PDF::Renderer::Dump Download

Added: February 26, 2010 | Visits: 1.181

PDF::Table PDF::Table is a utility class for building table layouts in a PDF::API2 object. SYNOPSIS use PDF::API2; use PDF::Table; my $pdftable = new PDF::Table; my $pdf = new PDF::API2(-file => "table_of_lorem.pdf"); my $page = $pdf->page; # some data to layout my $some_data =[ ["1 Lorem ipsum...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (120): PDF::Table Download

Added: January 27, 2010 | Visits: 1.045

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.037

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: May 15, 2010 | Visits: 1.113

konq-pdf konq-pdf are various KDE service menus for PDF documents. 1) pdftk service menu: - Join selected PDF (alphabetic order) - Add another pdf to selected file - Extract pages - Extraxt all even pages - Extract all odd pages - Burst PDF pages - Repair - Watermark pages of a PDF file - Lock...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (99): konq-pdf Download

< 1 2 3 4 5 >