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

Pdf Dictionary Swedish freeware
Filter: All | Freeware | Demo
 

Pdf Dictionary Swedish

< 1 2 3 4 5 > 
Released: July 06, 2009  |  Added: July 11, 2009 | Visits: 7.731

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

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

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

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

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: September 01, 2010 | Visits: 2.235

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 (95): PDF::FromHTML::Twig Download

Added: October 11, 2010 | Visits: 2.205

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: August 23, 2010 | Visits: 1.297

Sunrise Data Dictionary Sunrise Data Dictionary is a library for hashtable storage of arbitrary data objects with built-in reference counting and guaranteed order iteration for the C programming language. Sunrise Data Dictionary library can participate in external reference counting systems or use its own built-in...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (116): Sunrise Data Dictionary Download

Added: May 04, 2010 | Visits: 864

QDacco QDacco is an application which allows people to use the dictionary in a more dynamic way than is possible with the PDF files and a quicker way than is possible with the online version. Furthermore, it offers a user-friendly interface and direct interaction with the Dacco community; allowing...


Platforms: *nix

License: Freeware Size: 62.46 KB Download (90): QDacco Download

Added: October 26, 2010 | Visits: 1.113

RADIUS::Dictionary RADIUS::Dictionary is a RADIUS dictionary parser. SYNOPSIS use RADIUS::Dictionary; my $dict = new RADIUS::Dictionary "/etc/radius/dictionary"; $dict->readdict("/some/other/file"); my $num = $dict->attr_num(User-Name); my $name = $dict->attr_name(1); This is a simple module that reads a...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (103): RADIUS::Dictionary Download

Added: July 05, 2010 | Visits: 1.826

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

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 (225): CAM::PDF::GS Download

Added: February 09, 2010 | Visits: 1.347

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

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

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

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 (95): konq-pdf Download

Added: September 02, 2010 | Visits: 1.613

JUnit PDF Report JUnit PDF Report project generates a PDF report from JUnit test results. It uses Apache Ant to execute the generation, and Apache FOP to render the PDF document. While automating tests for my company, I found that everything I need is available in the open source community, except printable...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (130): JUnit PDF Report Download

Added: May 26, 2010 | Visits: 1.390

Chinesepera-kun: Chinese Popup Dictionary Chinesepera-kun: Chinese Popup Dictionary is a Firefox extension that will allow you read Chinese on websites. This is useful for just getting around a site, or even MORE useful if you are studying Chinese. It works with both Simplified and Traditional characters, and also allows you to export...


Platforms: *nix

License: Freeware Size: 6.6 MB Download (113): Chinesepera-kun: Chinese Popup Dictionary Download

Added: May 09, 2010 | Visits: 1.091

PDF Utilities PDFUtil is a service menu entry that allows rotate and other interesting utilities for pdf files.. PDF Utilities KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education Games Development Administration Scientific Security Utilities...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (99): PDF Utilities Download

< 1 2 3 4 5 >