Archive for the ‘General’ Category

Is there a way to change the compression to fax using HtmlCapture?

Tuesday, March 20th, 2007

Yes, please use SetTiffEncoder() function to change fill encoding method. Following encoder are supported.
HCTE_AUTO HtmlCapture will choose tiff encoder automatically.
HCTE_NONE Images will not be compressed when saving as tiff.
HCTE_CCITTRLE CCITT modified Huffman RLE.
HCTE_CCITTFAX3 CCITT Group 3 fax encoding.
HCTE_CCITTFAX4 CCITT Group 4 fax encoding.
HCTE_LZW Lempel-Ziv & Welch algorithm. This is the default value for ISnapShooter::TiffEncoder.
HCTE_OJPEG OJPEG encoding.
HCTE_JPEG JPEG encoding.

LitePDF ActiveX Control Released!

Saturday, February 17th, 2007

LitePDF ActiveX Control has been released on Feb. 14, 2007! This software is desinged for generating PDF files programmatically!