Monthly Archives: December 2006

Bug tracking system

Trac is a web-based software project management and bug/issue tracking system emphasizing ease of use and low ceremony. It provides an integrated Wiki, an interface to version control systems, and a number convenient ways to stay on top of events and changes within a project.

Trac is distributed under the modified BSD License. The complete text of the license can be found online as well as in the COPYING file included in the distribution.

 Please visit the Trac open source project at http://trac.edgewall.org/.

Christmas is coming

The holiday season is coming now.

Wish you all have good holiday.

We will give 15% discount on all software products in the holiday season.  The more you buy, the more discount we give.

Email us for the products you interest. We will send you discount links

Action quickly now! :)

 

Fill PDF form with PDF stamper ActiveX

We add a new feature to PDFStamper ActiveX. Now it supports Fill forms in PDF file.

The syntax for filling form is easy. First add all the form field name and correspondent value (strings),

then apply the field values to an input pdf file, the filled forms will be stored as a new output pdf file.

The example is below:

Dim pdf
Set pdf = CreateObject(“PDFStamp.PDFStamper.1″)

pdf.SetCode “Your license code here”

pdf.AddFormField “name”, “your name”
pdf.AddFormField “address”, “your address”
pdf.AddFormField “postal_code”, “xyz”
pdf.AddFormField “email”, “xyz@hotmail.com

pdf.ApplyForm “..Form.pdf”, “Form_nonflat.pdf”, 0

Add water mark onto images

Some customers want to add text to the image generated by htmlsnapshot.

We will consider this feature in future version of htmlsnapshot.

But meanwhile, it is easy to get an imaging component to add text to an image.

Here is a one I would recommend Active Image Processing.

Load and save multiple image format like jpg, jpeg, png, gif, bmp, wmf, emf, pcx, tga and tiff
Convert between formats like convert jpeg to tiff, convert tiff to jpg etc
Support image resizing
Support image processing method like brightness/contrast/hue/saturation/sharpness/smoothness adjustment
Support drawing text, line and shape
Support combing image together with alpha blending or transparent effect
Support loading and saving multi-page tiff
Support meta tags like Exif or IPTC
Demos in VBScript, ASP, ASP.Net, C#, VB.Net, Php, VB6, Delphi, Coldfusion and BCB are avaiable
.Net ready component