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] View Sent Faxes (including coverpage)
On 4/15/05, Andrew Xenides <andrew@xxxxxxxxxxxxxxxx> wrote:
> I would also like to know if this is possible, I have only been able to get
> it to send a copy of the files sent.
>
> IE, if I sent 2 files to the fax server, it would send me two pdf's attached
> to the notify email.
HylaFAX doesn't save the cover page, so you have to send the coverpage
as a document and not as a coverpage.
I understand this is a run time option in various HylaFAX clients
(look in the archives. WHFC requires a recompile though).
> I would like it to be able to send 1 pdf that contains the whole fax (just
> the fax ma'am) including the cover sheet.
You have to customize bin/notify. If we suppose all files you send are
in ps format, I read on the "Acumen Journal" (google for it) that to
concatenate 2 or more ps files you just need to:
for file in *.ps
do
cat $file >> new_file.ps
echo "false 0 startjob pop" >> new_file.ps
done
I didn't try it yet.
--
giulioo@xxxxxxxxx
____________________ 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*