AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
June 2010

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2010.06.28 09:50 "Required help in Tiff to PDF conversion", by Gopal Biswas
2010.06.28 14:33 "Re: Required help in Tiff to PDF conversion", by Lee Howard

2010.06.28 14:33 "Re: Required help in Tiff to PDF conversion", by Lee Howard

Gopal Biswas wrote:
> I am Gopal from India, working with image processing.
>
> First of all i would like to thank you for preparing this wonderful 
> Tiff library.
>
> Recently I have downloaded (v4.0.0beta6 
> <http://www.remotesensing.org/libtiff/v4.0.0.html>) this for one of my 
> project requirement i.e. Export input Tiff image to PDF format and 
> your code is doing very nice. I have a question regarding this.
>
> When I am giving an input TIFF image of file size 50MB, it is creating 
> output PDF file with approximately of same file size. What should i do 
> to reduce the output file size?
>
> I have checked the same with few paid software available in the market 
> and they creates it with few MB file size.
>

I assume that you're using the tiff2pdf tool.

Recognize that the tiff2pdf tool in many instances does no conversion of 
the image data.  It merely exchanges the TIFF wrapper for a PDF 
wrapper.  Therefore it is expected that the data size would not be much 
different.

If you want to alter the data compression mechanism first I suggest that 
you use tiffcp before tiff2pdf.

Thanks,

Lee.