search for: tiff2pdf

Displaying 20 results from an estimated 25 matches for "tiff2pdf".

2010 Nov 19
3
FFA (Fax For Asterisk) tif file (size) problem
Hello, We succeed to send faxes using FFA, when the files are converted to tif from PDF using gs, but it doesn't work with tif files we copy/upload directly from our PCs. We saw in the manual that the size is important, since we got the error "FAX handle 0: failed to queue document 'filename.tif'", so we set it to 1680x2285, but it's still rejected. Is there a way
2005 Feb 15
1
"System" command causes core dump Warning: Newbie help :)
With the following program: #!/bin/sh # mailfax: program to email received fax as pdf FAXFILE=$1 RECIPIENT=$2 FAXSENDER=$3 FAXID=`basename $1|cut -d "." -f1,2`.pdf FAXTXT=`basename $1|cut -d "." -f1,2`.txt tiff2pdf $FAXFILE > $FAXID sendfax.pl $FAXID $RECIPIENT $FAXSENDER $FAXFILE #end of program If I execute the following from the command line: mailfax /var/spool/asterisk/fax/1108470308.13060.tif somebody@company.co.uk 0178933333 everything works just fine, and the .pdf comes through as an email att...
2010 Jan 24
2
ReceiveFAX and SendFAX questions
Morning, Have some questions regarding receiving and sending faxes... 1:st example: exten => 101,1,Answer() exten => 101,2,Wait(3) exten => 101,3,ReceiveFAX(/var/spool/asterisk/tmp/fax.tiff) exten => 101,4,System(tiff2pdf -p A4 /var/spool/asterisk/tmp/fax.tiff > /var/spool/asterisk/tmp/fax.pdf) exten => 101,5,System(mutt -s 'New FAX for you sir' -a /var/spool/asterisk/tmp/fax.pdf magnus.b at inputinterior.se < /dev/null) I do receive the fax, the fax got converted to a pdf but 101,5 never get "...
2004 Sep 23
2
viewing fax tiffs?
Hello, I have spandsp setup to accept incoming faxes and receiving tif files via Email. Using tiff2pdf, or tiff2ps -a2 or even tiffsplit, the last page of the fax is cut off and the quality of the text looks "squished". I "figure" it's a tiff parsing thing, as opposed to a problem with my spandsp installation (heh). Has anyone experienced the same thing, or can anyone rec...
2009 Mar 02
0
Problems printer PS 1.1 vs. 1.3/1.4
I just ran into a most interesting situation. I am running CentOS 5.2 (2.6.18-92.1.22.el5) x86_64 with all the latest updates. I recently converted a TIF to a PDF using tiff2pdf, and then tried to print the file. Now, this has worked for me many times in the past, so I wasn't expecting any trouble at all. Instead, my printer, a Brother 2140 laser printer, which has printed these kinds of PDF files before without any problems, began spitting out the PS text instead....
2010 Mar 30
1
Image viewer refuses to print TIF graphics
...rother 2140 laser printer) heats up, it doesn't print anything at all. Now, this is better than it printing hundreds of pages with indecipherable gobbledygook on them, but I'd really prefer the image itself. Any ideas on what it might be? My "standard" solution is to use either tiff2pdf or Adobe Photoshop Elements (in my virtual WIndows box) to convert them to PDFs, which then print just fine, but that's a real annoyance - tiff2pdf routinely generates enormous PDF files, and it takes a while to bring the XP VM out of hibernation, log in, open APE and run the conversion. Other...
2013 Feb 14
1
pcl to pdf
Everyone, I am currently using a vsifax program (pcltotiff) to convert pcl files to tiff files on a SCO Unix box, and then I am using tiff2pdf on a Centos 5.9 box to convert the file to a pdf. There are other commands that deal with multiple page tiff's and pdf's that are part of the process, but the above basic process has worked very well. The only thing I would like to enhance is a better resolution of the tif file and theref...
2015 Jul 01
0
pdf-printer
...????????????????????????????????????? #?? system("rm -f \"/tmp/$targetfile\"");???????????????????? #} # *********************** end inputfile = oxps *********************** ? # *********************** start inputfile = tiff / tif *********************** # extra dependecy:?? tiff2pdf (to convert to pdf)? (package: libtiff-tools )?????????????????? #@files = </tmp/$RANDOM/*.tiff>; #foreach $file (@files) { # $targetfile = substr $file, rindex($file, '/') + 1; # $targetfile = substr $targetfile, 0 , index($targetfile, '.'); # $targetfile = "$targetfil...
2014 Dec 23
1
ReceiveFax for multiple page (asterisk 13.0.1)
...${FAXOPT(localstationid)}) exten => s,n,NoOp(FAXOPT(maxrate) : ${FAXOPT(maxrate)}) exten => s,n,NoOp(FAXOPT(minrate) : ${FAXOPT(minrate)}) exten => s,n,NoOp(**** RECEIVING FAX : ${FAXFILE} ****) exten => s,n,ReceiveFAX(/var/spool/asterisk/fax/${FAXFILE}) exten => s,n,System(/usr/bin/tiff2pdf "/var/spool/asterisk/fax/${FAXFILE}" -o "/var/spool/asterisk/fax/${PDFFILE}") exten => s,n,Hangup() exten => h,1,NoOp(FAXOPT(ecm) : ${FAXOPT(ecm)}) exten => h,n,NoOp(FAXOPT(error) : ${FAXOPT(error)}) exten => h,n,NoOp(FAXOPT(modem) : ${FAXOPT(modem)}) exten => h,n...
2005 Jun 23
5
SpanDSP - Squished Faxes
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 145 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050623/3460cdea/attachment.gif
2010 Aug 02
3
FAX Options
Hi, Is FAXing with Asterisk a practical option ? Or is it better just to use a plain fax connected to an FXS and just switch with Asterisk. I specifically wanted to know if there was any experience using just the fax scanner to send faxes and receive them via asterisk and the to e-mail. My idea was to take my old fax connect it to an FXS port and send faxes with the fax machine (using the fax
2013 Jun 19
6
Mailing a fax with mutt does not succeed
Hello everyone, I'm trying to send a received fax with mutt, when I try it from the Linux shel it works, but when trying with Asterisk's System command it doesn't. Successful Linux command: echo | mutt -s "New fax" earohuanca at gmail.com -a /tmp/faxes/201306191111.tif Unsuccessful Asterisk Command: same => n,System(mutt -s "New fax" elder.arohuanca at
2006 May 31
0
Fax to Email issue with Spandsp tif not correctly sized
...l the libraries to receive faxes: Spandsp 0.0.2 pre 25 tiff lib. I'make it work i can receive faxes on an extension but the issue is that i m in France an we are sending faxes in A4 format so i set that up in the perl script /var/lib/asterisk/bin/fax-process.pl by passing the good option to the tiff2pdf. still not good output then i check the .tif and here i could see that the tif itself is not well formatted. It is looking like larger is bigger and height is smaller. How can i set the rx_fax.c that i well receiving the Fax's tif. Thank you Regards, -- -= Nicolas Finetin =- nfinetin@gma...
2006 Nov 07
0
RxFAX - How to catch errors in the dialplan
Hello! We use RxFAX, version 0.0.2-pre26 over ISDN and it mostly works well. Occasionally we get .tiff files that are not convertible with tiff2pdf. This may occur if the connection is interrupted, I guess, but we also saw cases where the sender seems to have got an OK but the .tiff is not readable anyway. Therefor I'd like to check the return of the rxfax command a bit closer, but there is no return value variable. The application is said...
2008 Dec 22
0
txfax/rxfax fun
Hi Gang, I'm trying to make an application to upload a tiff via a web interface, slap a cover page onto it, merge the two into a new tiff and send it out via txfax. I'm able to get it out to a fax machine using this sequence: /usr/bin/tiff2pdf /tmp/faxout/1229978819_filea.tif -o /tmp/faxout/1229978819_filea.pdf /usr/bin/gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -OutputFile=/srv/www/htdocs/faxout/1229978819_fin.pdf /srv/www/htdocs/faxout/1229978819_faxout.pdf /tmp/faxout/1229978819_filea.pdf cp /srv/www/htdocs/faxout/1229978819_fin.pdf /s...
2009 Oct 15
0
Problems printing landscapes in AR
...ey print in landscape mode just fine (although they display in pseudo-portrait mode as counter-clockwise rotated images). Anyone got a clue why this might be? I blew away the PDFs that wouldn't print ('cuz I was pissed) but I can recreate them if needed. And, no, I'm not interested in tiff2pdf - it made enormous PDFs (4-10x original file size) out of every TIF I've tried with it, and APE2 makes little ones that are just as good _and_ smaller. Thanks. mhr
2014 Sep 21
1
error receiving a fax ... but with a fax that was received without problems
...same => n,Verbose(3,- destination: ${FAXDEST}/${tempfax}.tif) same => n,ReceiveFax(${FAXDEST}/${tempfax}.tif) same => n,Verbose(3,- Fax receipt completed with status: ${FAXSTATUS}) same => n,Verbose(3,converting fax) same => n,System(/usr/bin/tiff2pdf ${FAXDEST}/${tempfax}.tif -o ${FAXDEST}/${tempfax}.pdf) same => n,Verbose(3,fax converted ... sending fax) same => n,System(echo "[TC] new fax" | mutt -s "TC:fax from ${CALLERID}" myname at mymail.com -F /root/.muttrc -a ${FAXDEST}/${tempfax} .pdf)...
2007 Feb 09
7
Dialplan checkup
Hi All Curious will this work Std. PSTN line ---x------ X100p | ------ Fax Machine Using a standard "home phone" pstn line with a splitter connecting a fax machine and X100 Asterisk Box Incoming Line: Can I have in the dial Plan [incoming] exten => s,1,Wait(1) exten => s,2,IfFax continue to ring, so that the Fax Machine gets it exten
2010 Mar 17
3
asterisk fax handeling
Hello, I was wondering if the following was possible: When somebody sends a fax to my direct number 0101234567105 (my extension will be 105) is it possible that Asterisk, or an addon sees this as a fax, and e-mail the fax to me? So everybody with a private extension will be able to receive faxes in his e-mailbox on his direct number. Any pointers would be highly appreciated! Thanks, Peter
2008 Apr 05
3
iaxmodem + hylafax w/ DID routing
hi folks. i'm experimenting with iaxmodem + hylafax using DID to determine where to send the fax to it's final destination. however i have difficulties passing the DID information from iaxmodem to hylafax. in extensions.conf: exten => _XXXX,1,Dial(IAX2/iaxmodem0/${EXTEN}|20|r) exten => _XXXX,n,Dial(IAX2/iaxmodem1/${EXTEN}|20|r) exten => _XXXX,n,Busy exten => _XXXX,n,Hangup