This document explains various possibilities for successfully deploying PDFlib as a PHP extension. The generic term PDFlib is used to designate one of the following distinct products:
> PDFlib Lite, the open-source subset of PDFlib
> The commercial PDFlib product
> PDFlib+PDI, a commercial superset of PDFlib which also contains the PDF Import Library (PDI)
> PDFlib Personalization Server (PPS), a superset of PDFlib+PDI with advanced block filling features for personalizing PDF documents.
Notes for PDFlib TET (Text Extraction Toolkit), PDFlib PLOP (Linearization, Optimization, Protection), and PDFlib pCOS (PDF Information Retrieval Tool) are included where appli- cable.
Read the rest of this entry »
Web Services Description Language (WDSL), originally developed by IBM, Microsoft, and others, is an XML format for technical description of Web services. In this tutorial, Mike Olson and Uche Ogbuji introduce WSDL4Py, an open-source Python library for WSDL 1.1 hosted by IBM developerWork’s open-source zone. Usage of the library is explained, as well as discussion of its development.
Read the rest of this entry »
There are many Sun Microsystems technologies that use Ajax [Ajax], and more than one way to use Ajax on mobile platforms. For example, applications written using the Java Platform, Enterprise Edition (Java EE, formerly known as J2EE) may generate XML, JSON [JSON], XHTML and/or ECMAScript destined for mobile browsers.
Read the rest of this entry »
This How To shows you how to create and configure a custom least-privileged service account to run an ASP.NET Web application. By default, an ASP.NET application on Microsoft Windows Server 2003 and IIS 6.0 runs using the built-in Network Service account. In production environments, you usually run your application using a custom service account. By using a custom service account, you can audit and authorize your application separately from others, and your application is protected from any changes made to the privileges or permissions associated with the Network Service account. To use a custom service account, you must configure the account by running the Aspnet_regiis.exe utility with the -ga switch, and then configure your application to run in a custom application pool that uses the custom account’s identity.
Read the rest of this entry »
XOSD is a system that displays text on top of the other windows, much like the on-screen display (OSD) used by most modern televisions and video-players. In typical open-source style, it was written to scratch an itch. André Renaud had just installed an infa-red sensor in his computer and was using a stereo remote-control to change what track XMMS was playing, but he could not see the track title from across the room. So André sat down and wrote XOSD to display track-names in XMMS.
Read the rest of this entry »