dugugang / fusionpbx

Automatically exported from code.google.com/p/fusionpbx
0 stars 0 forks source link

Convert tiff to pdf on fax recieve #129

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://wiki.freeswitch.org/wiki/User:Adraenyse#My_fax_receive_setup

He used this, but I was thinking something similar for incoming fax2email faxes.

Original issue reported on code.google.com by b...@tech21.com on 7 Jul 2011 at 8:32

GoogleCodeExporter commented 9 years ago
/usr/src/freeswitch/libs/tiff-3.8.2/tools

This also contains various tools to convert things to and from tiff.

Original comment by b...@tech21.com on 7 Jul 2011 at 8:36

GoogleCodeExporter commented 9 years ago
Label this as an enhancement

Original comment by markjcrane@gmail.com on 8 Jul 2011 at 2:33

GoogleCodeExporter commented 9 years ago
This is already possible you just need the right dependencies.
CentOS
    //install
        yum install ghostscript
        yum install libtiff
        yum install which
    //check to see if its installed
        which tiff2pdf
Ubuntu
    apt-get install libtiff-tools

Original comment by markjcrane@gmail.com on 3 Dec 2011 at 8:17