HylaFAX The world's most advanced open source fax server

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [hylafax-users] Page length problem [GishPuppy]



I've dig a bit more on the problem. As i have understand how hylafax runs, there's a script called tiff2fax which is in charge of verifying and resizing the tiff image if it doesn't fit. It calls another utility called tiffcheck to check the tiff. It seems that tiffcheck is considering that if the page length is less than 30 mm bigger than the requested page length, it says that tiff doesn't need to be resized.
Here's the tiffcheck.c++ line (275)
        if (pageLength != (uint32) -1 && len > pageLength+30) {
Maybe this must be corrected to not accept page length difference
        if (pageLength != (uint32) -1 && len > pageLength+0) {
Or maybe i could use the etc/FaxModify file to force resizing of all my faxes to the correct page length...

Others suggestions ?

Paparsifal a écrit :
I've installed Hylafax 4.3.1 and can send faxes successfully using cypheus from windows for most of my customers. However, Hylafax fails to send to some customers, with the error message:

Client does not support document page length, max remote page length 297 mm, image length 1182 rows (306.36 mm)

The cypheus printer driver is set to use an A4 paper size.

The Hylafax docs say that this is a non-fatal error and that it will attempt to reimage the page to fit the remote machine's capabilities, however this doesn't happen, with all attempts to resend the fax resulting in the same error, eventually giving up.

Has anybody else experienced this problem and/or can suggest a solution?
Thanx for help.
--
Paparsifal

Gishpuppy | To reply to this email, click here: http://www.gishpuppy.com/cgi-bin/edit.py?email=hylafax.p3z@xxxxxxxxxxxxx



Project hosted by iFAX Solutions