Installing Trac on DreamHost Shared Hosting in 5 Minutes

I want to install Trac on my DreamHost shared hosting. After searched I found a easier way, with open source project, dreamy-trac, I can install trac on DreamHost shared hosting in 5 Minutes. for the detailed tutorial, please visit Trac on DreamHost in 5 minutes.

Share and Enjoy:
  • Digg
  • del.icio.us
  • Netvouz
  • DZone
  • ThisNext
  • MisterWong
  • Wists
  • BlinkList
  • blogmarks
  • blogtercimlap
  • connotea
  • DotNetKicks
  • Fark
  • Fleck
  • Gwar
  • Haohao
  • IndianPad
  • Internetmedia
  • LinkaGoGo
  • MyShare
  • Netscape
  • NewsVine
  • Rec6
  • Reddit
  • Scoopeo
  • Slashdot
  • StumbleUpon
  • Technorati
  • Webride

wxPdfDocument-Another port of FPDF

wxPdfDocument is a C++ class which allows wxWidgets applications to generate PDF files. The code is a port of FPDF – a free PHP class for generating PDF files – to C++ using the wxWidgets library. wxPdfDocument does not make use of any libraries like PDFlib or ClibPDF which require a fee at least for commercial usage. wxPdfDocument is published under the wxWidgets (formerly wxWindows) license. This means you may use it for any kind of usage and modify it to suit your needs.

wxPdfDocument offers all advantages of FPDF. Several add-on PHP scripts found on the FPDF web site are incorporated into wxPdfDocument. The main features are:

  • Choice of measure unit, page format and margins
  • Page header and footer management
  • Automatic page break
  • Automatic line break and text justification
  • Image support (GIF, JPEG, PNG and WMF)
  • Colors (Grayscale, RGB, CMYK, Spot colors)
  • Links (internal and external)
  • 14 Adobe standard fonts
  • TrueType and Type1 fonts (with or without embedding) and encoding support
  • TrueType Unicode and Type0 fonts (for Chinese, Japanese and Korean) support in the Unicode build
  • Page compression
  • Graphics primitives for the creation of simple drawings
  • Definition of clipping areas
  • Bookmarks for outlining the document
  • Rotation
  • Protecting the document by passwords and/or access permissions
  • Text annotations
  • PDF forms (supported field types: text, combo box, check box, radio button, push button)
  • JavaScript
  • Fill gradients
  • Templates

For more detail, please visit here,

Share and Enjoy:
  • Digg
  • del.icio.us
  • Netvouz
  • DZone
  • ThisNext
  • MisterWong
  • Wists
  • BlinkList
  • blogmarks
  • blogtercimlap
  • connotea
  • DotNetKicks
  • Fark
  • Fleck
  • Gwar
  • Haohao
  • IndianPad
  • Internetmedia
  • LinkaGoGo
  • MyShare
  • Netscape
  • NewsVine
  • Rec6
  • Reddit
  • Scoopeo
  • Slashdot
  • StumbleUpon
  • Technorati
  • Webride

PoDoFo-an open source library that parse PDF files and modify their contents into memory

What is PoDoFo?

PoDoFo is a library to work with the PDF file format. The name comes from the first letter of PDF (Portable Document Format). A few tools to work with PDF files are already included in the PoDoFo package.

The PoDoFo library is a free, portable C++ library which includes classes to parse PDF files and modify their contents into memory. The changes can be written back to disk easily. The parser can also be used to extract information from a PDF file (for example the parser could be used in a PDF viewer). Besides parsing PoDoFo includes also very simple classes to create your own PDF files. All classes are documented so it is easy to start writing your own application using PoDoFo.

PoDoFo is written in C++ and the code was sucessfully compiled under Unix, Mac OS X and Windows.

Included Tools

The PoDoFo tools are simple tools build around the PoDoFo library. These tools are first of all examples on how to use the PoDoFo library in your own
projects. But secondly they offer also features for working with PDF files. More tools will come with future release and the existing tools will gain more features.
Currently there are the following tools:

  • podofoimgextract extracts all jpeg images from a given PDF file
  • podofouncompress removes all compression filters from a PDF file, this is useful for debugging existing PDF files
  • podofopdfinfo provides some basic info about a PDF – metadata, page details, etc.
  • podofotxt2pdf converts a text file to a PDF

Additionally there is the external tool PoDoFoBrowser which is not included in this package, but can be downloaded from the PoDoFo webpage. PoDoFoBrowser is a Qt application for browsing the objects in a PDF file and modifying their keys easily. It is very useful if you want to look on the internal structure of PDF files. Please take a look at the screenshots of PoDoFoBrowser in our gallery.

Requirements

To build PoDoFo you need besides a working GNU toolchain and a C++ compiler the following libraries:

  • fontconfig (Unix only)
  • freetype2
  • zlib
  • cmake (only for building PoDoFo)
  • libjpeg (optional)

Licensing

The PoDoFo library is licensed under the LGPL (i.e. you may even use the shared library in closed sourced applications). The tests and tools which are included in PoDoFo are licensed under the GPL. See the files COPYING and COPYING.LIB for details.

Share and Enjoy:
  • Digg
  • del.icio.us
  • Netvouz
  • DZone
  • ThisNext
  • MisterWong
  • Wists
  • BlinkList
  • blogmarks
  • blogtercimlap
  • connotea
  • DotNetKicks
  • Fark
  • Fleck
  • Gwar
  • Haohao
  • IndianPad
  • Internetmedia
  • LinkaGoGo
  • MyShare
  • Netscape
  • NewsVine
  • Rec6
  • Reddit
  • Scoopeo
  • Slashdot
  • StumbleUpon
  • Technorati
  • Webride