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

Pdf Speech Android freeware
Filter: All | Freeware | Demo
 

Pdf Speech Android

< 1 2 3 4 5 > 
Added: February 03, 2010 | Visits: 1.687

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

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

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

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

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

Added: September 02, 2010 | Visits: 1.620

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 09, 2010 | Visits: 1.095

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 (100): PDF Utilities Download

Added: September 10, 2010 | Visits: 1.769

PDF::Reuse::Tutorial PDF::Reuse::Tutorial is a Perl module that will teach you how to produce PDF-files with PDF::Reuse. In this tutorial I will show some aspects of PDF::Reuse, so you should be able to use it in your own programs. Most important is how to produce and reuse PDF-code, and then if you are interested,...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (118): PDF::Reuse::Tutorial Download

Added: April 22, 2010 | Visits: 1.494

PDF::Reuse::Barcode PDF::Reuse::Barcode is a Perl module that can create barcodes for PDF documents with PDF::Reuse. SYNOPSIS use PDF::Reuse; use PDF::Reuse::Barcode; use strict; prFile(bars.pdf); PDF::Reuse::Barcode::ITF (x => 70, y => 530, value => 0123456789, prolong => 2.96); prEnd(); This is a...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (126): PDF::Reuse::Barcode Download

Added: March 21, 2010 | Visits: 1.083

CL-PDF CL-PDF is a cross-platform Common Lisp library for generating PDF files. It does not need any third-party tools from Adobe or others. It is used by cl-typesetting to provide a complete typesetting system..


Platforms: *nix

License: Freeware Size: 696.32 KB Download (108): CL-PDF Download

Added: May 20, 2010 | Visits: 1.405

gnome-speech GNOME Speechs purpose is to provide a simple general API for producing text-to-speech output. The GNOME Speech 1.0 API is currently under development, and it will provide API for both text-to-speech output as well as speech input. It will be heavily influenced by the Java Speech API, both the...


Platforms: *nix

License: Freeware Size: 471.04 KB Download (162): gnome-speech Download

Added: April 01, 2010 | Visits: 1.439

Panda PDF Generator Panda is a PDF generation API written in C. The Panda PDF Generator is intended to make PDFs on the fly for the Web, but may be used to generate any PDF document you want. Whats New in This Release: - As you may already be aware, the most important change in 0.5.4 is that the library is now...


Platforms: *nix

License: Freeware Size: 2.2 MB Download (130): Panda PDF Generator Download

Added: February 14, 2010 | Visits: 963

PandaLex PDF Parser PandaLex is the PDF parsing code from Panda, which has been split into its own project to increase its utility. It is a flex and bison description of the PDF specification, which allows programmers to define callbacks to handle different document elements..


Platforms: *nix

License: Freeware Size: 389.12 KB Download (106): PandaLex PDF Parser Download

Added: September 16, 2010 | Visits: 2.377

Speech Recognition HOWTO Speech Recognition HOWTO is a project that contains instructions for using speech recognition software and hardware and their use on Linux systems. Whats New in This Release: - Changed license information (now GFDL) and added a new publication..


Platforms: *nix

License: Freeware Download (365): Speech Recognition HOWTO Download

Added: January 27, 2010 | Visits: 1.101

Speech::Recognizer::ViaVoice Speech::Recognizer::ViaVoice contains Perl wrappers for IBMs ViaVoice speech Recognizer library. SYNOPSIS use Speech::Recognizer::ViaVoice; $| = 1; if (0 == connectEngine) { if ( 0 == defineVocab(myTestVocab, [hello,world,quit]) ) { print please say "hello", "world", or "quit" at each...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (132): Speech::Recognizer::ViaVoice Download

Added: July 01, 2010 | Visits: 1.146

Indexed PDF Creator Creates indexed pdf documents from text files. Designed to aid creating an electronic distribution method for legacy system reports, since many mainframe type print spools are plain text. Allows indexing, customizing page settings, font size, font face, and super-imposing text over an image in...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (113): Indexed PDF Creator Download

Added: May 17, 2010 | Visits: 1.551

CUPS-PDF CUPS-PDF project is a PDF writer backend for CUPS. It is designed to produce PDF files in a heterogeneous network by providing a PDF printer on the central fileserver. It will convert files printed to its queue in CUPS to PDF and put them in a per-user-based directory structure. It can execute...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (135): CUPS-PDF Download

Released: June 29, 2013  |  Added: August 17, 2013 | Visits: 2.688

PDF Viewer PDF Viewer freeware allows to view PDF, convert PDF to text, extract data from PDF as CSV, XML or XLS format, convert PDF to HTML, convert PDF to TIFF, PDF to PNG, PDF to BMP images. PDF Viewer is the free tool to convert PDF to images, extract data from tables in PDF in XML, CSV, XLS...


Platforms: Windows

License: Freeware Size: 5.11 MB Download (1676): PDF Viewer Download

Released: May 19, 2010  |  Added: May 28, 2010 | Visits: 2.329

Quick PDF Library Lite Quick PDF Library Lite is a completely free PDF SDK you can use to convert images to PDF, add links to the web, get and set document properties, rotate pages, analyze document security and add images & text to documents - to your applications. It is a subset of Quick PDF Library, and...


Platforms: Windows

License: Freeware Size: 1.83 MB Download (250): Quick PDF Library Lite Download

Released: October 18, 2021  |  Added: November 22, 2021 | Visits: 3.625

PDF-XChange Lite PDF-XChange Lite is a reduced version of PDF-XChange Standard that contains basic features for use when printing documents virtually. It combines high quality conversion with optimized compression to create professional documents that are comparatively small in size. It installs in the same...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 36.66 MB Download (624): PDF-XChange Lite Download

< 1 2 3 4 5 >