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

Transparent Signature Pdf freeware
Filter: All | Freeware | Demo
 

Transparent Signature Pdf

< 1 2 3 4 5 
Added: July 05, 2010 | Visits: 1.823

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

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

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

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: May 18, 2010 | Visits: 1.526

Test::Signature Test::Signature is a Perl module to automate SIGNATURE testing. SYNOPSIS # This is actually the t/00signature.t # file from this distribution. use Test::More tests => 1; use Test::Signature; signature_ok(); ABSTRACT Test::Signature verifies that the Module::Signature generated...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (197): Test::Signature Download

Added: January 15, 2010 | Visits: 892

Network Transparent Widgets Network Transparent Widgets short from NTW, is a protocol and application framework that allows a single server to serve thousands of remote GUI applications. The client applications are nearly indistinguishable from local, native applications. The protocol is language and architecture neutral....


Platforms: *nix

License: Freeware Size: 665.6 KB Download (92): Network Transparent Widgets Download

Added: September 02, 2010 | Visits: 1.612

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: April 11, 2010 | Visits: 1.182

Mail::DKIM::Signature Mail::DKIM::Signature module encapsulates a DKIM signature header. CONSTRUCTORS new() - create a new signature from parameters my $signature = new Mail::DKIM::Signature( [ Algorithm => "rsa-sha1", ] [ Signature => $base64, ] [ Method => "relaxed", ] [ Domain => "example.org", ] [...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (98): Mail::DKIM::Signature Download

Added: August 14, 2010 | Visits: 1.153

File::Signature File::Signature is a Perl module to detect changes to a files content or attributes. SYNOPSIS use File::Signature; my $sig = File::Signature->new(/some/file); # If you have a stringified signature stored in $string # you can create a File::Signature object from it. my $sig =...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): File::Signature Download

Added: May 09, 2010 | Visits: 1.090

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

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

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

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: April 01, 2010 | Visits: 1.433

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: 956

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

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: February 25, 2010 | Visits: 1.192

Transparent Parallel I/O Environment Transparent Parallel I/O Environment is a software environment (written in C++) that facilitates the implementation of external memory algorithms. The goal of theoretical work in the area of external memory algorithms (also called I/O algorithms or out-of-core algorithms) has been to develop...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (93): Transparent Parallel I/O Environment Download

Added: May 17, 2010 | Visits: 1.544

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

< 1 2 3 4 5