Hylafax Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
Re: [hylafax-users] faxmail pdf files
Hi Lee,
I have double checked my scripts and i have found a mistake in the
instructions provided in this url
http://hylafax.sourceforge.net/howto/misc/faxmail-mimeconverters.php
The perl script where you read:
#!/usr/bin/perl
# Read from the standard input
@text=;
must be changed to:
#!/usr/bin/perl
# Read from the standard input
@text=<STDIN>;
After changing this I get pdf mails working ok. I don't know who can update
this link to have this information ok.
thanks for your help
regards
xavier
> De: Lee Howard <faxguy@xxxxxxxxxxxxxxxx>
> Fecha: Tue, 21 Feb 2006 09:04:01 -0800
> Para: Xavier Blanco <xavier@xxxxxxxxxxxxx>
> CC: hylafax-users@xxxxxxxxxxx
> Asunto: Re: [hylafax-users] faxmail pdf files
>
> Xavier Blanco wrote:
>
>> hi lee,
>>
>> I can send pdf attachments but only blanc pages are faxed besides mail
>> message body.
>>
>> Any clues ?
>>
>
> Double-check all of the scripting and make sure that the commands used
> to handle the PDF are available on your system in the same path.
>
> Lee.
>
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*