Hi,
I have converted tif to pdf. if the tiff have smaller resolution(864*1188) then the conversion made success. but for larger resolution(1728*2376) it doesn't convert. please advice.
>>>Sample high resolution image link
http://www.fileformat.info/format/tiff/ ... d/download
php code
$document = new Imagick($Saveloc); /// Saveloc - Tiff File Location, PdfFile- New PDF File Name
$document->setImageFormat("pdf");
$document->writeImages($PdfFile, true);
//exec("usr/bin/convert $Saveloc $PdfFile");
thanks a lot in advance.
Regards,
Raju.B
Tiff To PDF Conversion
-
- Posts: 5
- Joined: 2011-01-17T07:52:16-07:00
- Authentication code: 8675308
Re: Tiff To PDF Conversion
We converted your TIFF to PDF without complaint. We're using ImageMagick version 6.6.7-1.
-
- Posts: 5
- Joined: 2011-01-17T07:52:16-07:00
- Authentication code: 8675308
Re: Tiff To PDF Conversion
hi
we have worked with VERSION 6.2.8. let me know whether it is support or not?. If not then let me know working the version.
we have worked with VERSION 6.2.8. let me know whether it is support or not?. If not then let me know working the version.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Tiff To PDF Conversion
Note version 6.2.8 is ancient (about 400 versions old). I recommend you upgrade as high as you can. Many bugs and improvements have been made since 6.2.8.
-
- Posts: 5
- Joined: 2011-01-17T07:52:16-07:00
- Authentication code: 8675308
Re: Tiff To PDF Conversion
thanks 4 ur reply