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 49.596.525 Times

Pdf Previewer freeware
Filter: All | Freeware | Demo
 

Pdf Previewer

< 1 2 3 4 5 
Added: October 11, 2010 | Visits: 2.201

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

Added: July 05, 2010 | Visits: 1.815

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

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

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

Added: March 06, 2010 | Visits: 1.376

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 (106): CAM::PDF::Renderer::Dump Download

Added: February 26, 2010 | Visits: 1.172

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 (114): PDF::Table Download

Added: May 15, 2010 | Visits: 1.105

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

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 (129): JUnit PDF Report Download

Added: May 09, 2010 | Visits: 1.082

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

Added: September 10, 2010 | Visits: 1.754

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 (117): PDF::Reuse::Tutorial Download

Added: April 22, 2010 | Visits: 1.482

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 (125): PDF::Reuse::Barcode Download

Added: March 21, 2010 | Visits: 1.076

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 (102): CL-PDF Download

Added: April 01, 2010 | Visits: 1.430

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 (124): Panda PDF Generator Download

Added: February 14, 2010 | Visits: 954

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 (105): PandaLex PDF Parser Download

Added: July 01, 2010 | Visits: 1.135

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 (109): Indexed PDF Creator Download

Added: May 17, 2010 | Visits: 1.540

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 (134): CUPS-PDF Download

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

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 (1672): PDF Viewer Download

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

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 (244): Quick PDF Library Lite Download

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

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 (617): PDF-XChange Lite Download

Released: June 09, 2010  |  Added: June 12, 2010 | Visits: 4.603

123 PDF to Image Free PDF to image converter in 3 easy steps: select your PDF file, choose your settings, click the "Convert" button. Here is a selection of the features available in 123 PDF to Image: export PDF pages to BMP, JPEG, JPG, GIF, PNG, WMF, EMF; works with encrypted documents; tweak DPI settings;...


Platforms: Windows

License: Freeware Size: 2.55 MB Download (1765): 123 PDF to Image Download

< 1 2 3 4 5