TIFF To PDF ActiveX Component

Features |  FAQ | History | Manual | Support | Buy! | Clients

TIFF To PDF ActiveX Component can convert TIFF files into PDF easily. It is a standalone component and does not depend on Adobe Acrobat, or even Acrobat Reader.

TIFF To PDF supports multiple page TIFF files. It also supports various TIFF encodings: LZW, CCITT G3/G4, RLE etc. It can be used to merge multiple TIFF files into one PDF file.

Free Download & Try Now Play with the working demos before purchase without any risk!
Buy Now
. Get the registration code instantly. $149.95 For Single Developer License.

TIFF To PDF also supports the conversion from PDF To TIFF with the help of GNU GhostScript. It can convert PDF To TIFF, JPEG, PNG and BMP.

TIFF To PDF supports the conversion from JPG, PNG, BMP and GIF to TIFF. So you can convert the images other than TIFF to PDF as well.

TIFF To PDF can be easily integrated into applications written in languages that support ActiveX Component such as Visual C++, Visual Basic, Delphi, C++ Builder, .Net languages like C#, VB.Net,  Java, Scripts like Perl, Php, Python, and even ColdFusion.

TIFF To PDF is .Net ready, you can integrate it into your web application to provide TIFF To PDF solutions for your users. Registered version can be deployed or redistributed FREE, NO additional runtime fee needed NOW!.

Testimonials

"The Best Program Of Its Kind On The Market!"

Nice features - we can script on the fly to convert TIFF to PDF files
    -Andy

Unsure? Unconvinced? I understand. We'll also throw in FREE tech support

But if you're still not sure, try it out for FREE !

We are committed to improving TIFF To PDF Component constantly. See History

Want all PDF releated products? Look at PDF Split and Merge, TIFF To PDF, PDF Security, PDF Stamper
Or get PDFToolkit Pro (All in one PDF ActiveX, split, merge pdf, encrypt, decrypt pdf, convert tiff to pdf, pdf stamper)

Highlight Features:

  • Convert TIFF files to PDF
  • Support single or multiple page TIFF
  • Support various TIFF encoding such as CCITT G3/G4, LZW, RLE and uncompressed
  • Merge multiple TIFF files into one PDF
  • Support image scaling so that you can put scanned tiff into pdf with the proper page size
  • Support converting jpg, jpeg, png, gif, bmp to tiff or tif format.
  • Standalone, doesn't depend on Adobe Acrobat or Reader
  • Convert PDF To images: TIFF, JPEG, PNG, FAX and BMP
  • Provide demos in C#, ASP, VB, VB Script, VB.Net, PHP and Delphi
  • More demos in other languages on request

Version:

2.0.2010.220

Keywords:

tiff to pdf, convert tiff to pdf, tiff to pdf converter, convert pdf to jpg, convert pdf to jpeg, convert pdf to tiff, convert pdf to png

System Requirements:

Windows Platform, recommend XP, Win2003.

Win2000 or older Windows OS need to install GdiPlus.dll for converting jpg, gif, bmp and png to tiff.

Methods:

ConvertTiffToPDF(String inputTiffs, String outputPdf)
inputTiffs: the tiffs to be merged. The files are separated by character "|".
outputPdf: the output pdf file

SetCode(String code)
code:
the registration code

SetImageScaleRatio(LONG xScalePercent, LONG yScalePercent)
xScalePercent:
the percent of PDF DPI ration (72) against the orignal image x DPI

yScalePercent: the percent of PDF DPI ration (72) against the orignal image y DPI

ConvertImageToTiff(String strInputImage, String strOutputImage, LONG nTiffEncoding)
strInputImage:
input image, can be jpg, jpeg, png, bmp and gif

strOutputImage: output tiff image name
nTiffEncoding: encoding type of tiff

0 is for lzw
1 is for ccitt-3
2 is for ccitt-4
3 is for rle
4 is for none compression.
1-3 needs the input image to be mono color.

PDFToImage(String strPDF, String strImage, LONG XDPI, LONG YDPI, LONG paperSize, LONG Param1, LONG Param2)
strPDF
: the PDF to be converted
strImage: the image file name. It can include "%d" for the PDF page number. Example names are: "output-%d.jpg", "output.tiff". The component will determine the output image file format according to the file extension.
XDPI, YDPI: the DPI setting
paperSize : Reserved
Param1: the encoding type given the file format.
Param2: the parameter for encoding

Note: Need to install GNU Ghostscript to use PDFToImage function. Current version is 8.5. It can be download from here: binary and source code. Normally user just needs to download and install the binary. TIFF To PDF component will detect if Ghostscript is installed automatically.

File format Sub type Parameter
.JPG/.JPEG 1: Gray JPEG
Default: Color JPEG
0-100: JPEG compression quality
.TIFF/.TIF (Default) 1: 12-bit RGB output
2: G3 fax encoding with no EOLs
3: G3 fax encoding with EOLs
4: 2-D G3 fax encoding
5: G4 fax encoding
6: LZW-compatible (tag = 5) compression
7: PackBits (tag = 32773) compression
Default: 24-bit RGB output
Reserved
.PNG 1: 256 color output
2: 16 color output
3: 2 color output
Default: 16M color output
Reserved
.BMP

1: black-and-white windows bitmap
2: gray tone windows bitmap
3: windows bitmap
4: windows bitmap
5: 4-bit color windows bitmap
6: 8-bit color windows bitmap
7: 24-bit color windows bitmap
Default: 32-bit color windows bitmap

Reserved
.FAX 1: G3 fax
2: 2-D G3 fax
Default: G4 fax
Reserved

Redistribution:

The files that need to redistribute TIFF To PDF Component with applications are:

Tiff2PdfX.dll: the component itself. It needs to be registered as ActiveX by regsrv32 or setup program.

PDFKit.dll: the underline PDF library
GDIPlus.dll: the image library provided by Microsoft

GNU Ghostscript has its own redistribution license. Please refer to its license.

Once registered, you can redistribute TIFF To PDF Component royalty-freely. (For details about redistribution, please refer to the license agreement)

Support:

If you have any questions or suggestions regards toTIFF To PDF Component. Please feel free to email us:

Guangming Software

admin@guangmingsoft.net , support@guangmingsoft.com

FAQ:

1. What languages does it support?
Answer: A lot. The component is based on ActiveX, which can be used with VB Script, Java script, Perl, Php, Python, ASP, ASP.Net, VB.Net, C#, VB6, Cold Fusion, Delphi, VC++, Java etc. We have provided examples for all of the above languages.

2. How do I register the component?
Answer: Once you buy the component, a registration code will be sent to you by email. After creating an object instance of TIFF To PDF in your favorite programming languages, calling the SetCode method with the code you got by email. In this way, every limitation in trial mode will be removed.

3. Can you do custom development for special usage?
Answer: Sure. Please tell us what you need and we can discuss a cost, and then develop custom version on schedule just for you.

History:

02/20/2010 Bug fixes
01/18/2008 2008 new release
03/07/2007 Add demos and bug fixes
7/18/2006 Add: support image scaling so that you can put scanned tiff into pdf with the proper page size

7/18/2006 Add: support converting jpg, jpeg, png, gif, bmp to tiff or tif format. so you can convert any image to pdf
5/22/2006 Add examples: Convert Tiff to pdf and pdf to image in Delphi, PHP now!
3/26/2006 Add PDF To Image function, TIFF, JPEG, PNG, BMP are supported

3/19/2006 Initial Release, TIFF to PDF conversion