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

CAM::PDF::GS::NoText 1.07

  Date Added: February 09, 2010  |  Visits: 1.347

CAM::PDF::GS::NoText

Report Broken Link
Printer Friendly Version


Product Homepage
Download (104 downloads)



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. This does not include the graphics state for text blocks. That functionality is in the subclass, CAM::PDF::GS. FUNCTIONS $pkg->new($hashref) Create a new instance, setting all state values to their defaults. Stores a reference to $hashref and sets the property $hashref-{fm}> to undef. $self->clone() Duplicate the instance. CONVERSION FUNCTIONS $self->applyMatrix($m1, $m2) Apply $m1 to $m2, save in $m2. $self->dot($matrix, $x, $y) Compute the dot product of a position against the coordinate matrix. $self->userToDevice($x, $y) Convert user coordinates to device coordinates. $self->getCoords($node) Computes device coordinates for the specified node. This implementation handles line-drawing nodes. $self->nodeType($node) Returns one of block, path, paint, text or (the fallback case) op for the type of the specified node..

Requirements: No special requirements
Platforms: Linux
Keyword: Cam Campdfgsnotext Graphic Gs Libraries Node Notext Pdf Programming State
Users rating: 0/10

License: Freeware Size: 737.28 KB
USER REVIEWS
More Reviews or Write Review


CAM::PDF::GS::NOTEXT RELATED
Portal  -  Keystone Digital Library Suite 1.5.7
The Keystone Digital Library Suite is a family of Open Source digital content management, portal management and information discovery software packaged together to provide libraries, museums and archives with state-of-the-art digital library...
 
Utilities  -  PJX 1.4.0
PJX is a general purpose PDF programming library for Java; with support for reading, combining, manipulating, and writing PDF documents.
102.4 KB  
Libraries  -  CAM::XML 1.14
CAM::XML is an encapsulation of a simple XML data structure. SYNOPSIS my $pollTag = CAM::XML->new(poll); foreach my $q (@questions) { my $questionTag = CAM::XML->new(question); $questionTag->add(-text => $q->{text}); my $choicesTag =...
22.53 KB  
Libraries  -  Quick PDF Library Lite 7.19
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....
1.83 MB  
Libraries  -  Tess 0.40
Tess is a C++ library that helps automate final assembly of tedious graphic design tasks (e.g. from photoshop or gimp), such as conjuring piles of web page-specific navigation features. The project can composite an arbitrary stack of RGBA...
28.67 KB  
Modules  -  Workflow Required Fields 5.x- 1.0
Required fields are marked on the node edit form. Also, transitions are objected (with a suitable message) if required fields for the target state are missing. The module should work with cck field types used for database...
 
Modules  -  Workflow Required Fields 5.x- 1.0
Required fields are marked on the node edit form. Also, transitions are objected (with a suitable message) if required fields for the target state are missing. The module should work with cck field types used for database...
 
Modules  -  Workflow Required Fields 5.x- 1.0
Required fields are marked on the node edit form. Also, transitions are objected (with a suitable message) if required fields for the target state are missing. The module should work with cck field types used for database...
 
Mathematics  -  ConvexPoly.osax 1.6
This package brings a scripting addition ConvexPoly.osax and sample files to handle three dimensional convex polyhedra. Convex polyhedra are simple enough 3D objects so that vectorial rendering is possible. This is the motivation for this osax...
452 KB  
Multimedia & Graphics  -  WMF Converter for Mac OS 2.4.5
A handy wmf file converter designed for Mac users specially. It allows you to convert WMF files to all major graphic formats including BMP, JPEG, PDF, JPG, GIF, TIFF, PSD, PICT, PNG and SGI. iWinSoft WMF Converter is not just an image converter,...
7.6 MB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB