Generally you can use any program that can display TIFF files, although some of them display faxes in low resolution with an incorrect (half) height.
Luckily, all recent Windows versions come with program that does this correctly:
Program Files\Windows NT\Accessories\ImageVue (Win 2k).
rundll32.exe shimgvw.dll,ImageView_Fullscreen %s
open %s into the Command line for fax viewer box.
The faxes should open in the default application now.
Thanks to Scott Harris for figuring this out.
If you use the -jar command line argument, java ignores a user defined class path. So, please start YajHFC using the following commands (replace /path/to/dbdriver.jar and /path/to/yajhfc.jar with the respective real paths and file names of course):
java -classpath /path/to/dbdriver.jar:/path/to/yajhfc.jar yajhfc.Launcher
java -classpath c:\path\to\dbdriver.jar;c:\path\to\yajhfc.jar yajhfc.Launcher
Regular Expressions. A short reference about the accepted syntax can be found at: http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Pattern.html
Please note that Regular Expressions are not the same as wildcards:
For example, to get the effect of the * wildcard, you have to use .* and
for the effect of the wildcard ? use ..
General usage:
java -jar yajhfc.jar [--help] [--debug] [--admin] [--background|--noclose]
[--configdir=directory] [--loadplugin=filename]
[--showtab=0|R|1|S|2|T] [--recipient=...] [--stdin | filename ...]
Argument description:
filename One or more file names of PostScript files to send.
--stdin Read the file to send from standard input
--recipient Specifies the phone number of a recipient to send the fax to.
You may specify multiple arguments for multiple recipients.
--admin Start up in admin mode
--debug Output some debugging information
--background If there is no already running instance, launch a new instance
and terminate (after submitting the file to send)
--noclose Do not close YajHFC after submitting the fax
--showtab Sets the tab to display on startup. Specify 0 or R for the "Received",
1 or S for the "Sent" or 2 or T for the "Transmitting" tab.
--loadplugin Specifies the jar file of a YajHFC plugin to load
--configdir Sets a configuration directory to use instead of ~/.yajhfc
--help Displays this text
Check the Use PCL file type bugfix checkbox in the Options dialog and try again.
Some HylaFAX versions incorrectly report a file type of “PCL” for all documents associated with a job. If this checkbox is checked, YajHFC tries to guess the file type if PCL is reported (which usually works pretty well).
As a default YajHFC saves its configuration information in the subdirectory .yajhfc of the directory returned by the Java system property user.home. Sometimes some Java versions seem to not set this property correctly leading to the misbehaviour described above.
As a workaround, you can set this property explicitely when starting YajHFC by using java's -D command line switch, for example:
java -Duser.home=%USERPROFILE% -jar "C:\Program Files\yajhfc.jar"
Most likely, I don't know exactly either, because the column descriptions
are simply copied from the faxstat(1) man page (JobFmt/RcvFmt) and
abbreviated/translated.
Simply put: Because there isn't any method that is much better.
YajHFC could encode/“encrypt” them somehow before storing, but if it did, you could always look at the source code to find out how to decrypt them (even if YajHFC was closed source software you could still disassemble it or experiment a bit to find that out).
The only secure method would require you to enter a master password every time you start YajHFC, but in my opinion that would not provide an improvement over entering the “real” password.
YajHFC started out as a test project for Java and the gnu.hylafax library and so it didn't have a “nice” name. After working at it for a while, I noticed that it turned out to be actually useable, so I chose to give it a name. Because I was also playing around with SuSE's yast at that point of time and I knew there were/are already a lot of other java hylafax clients out there, I simply called it “yet another Java HylaFAX client”.
This document was generated using the LaTeX2HTML translator Version 2002-2-1 (1.71)
Copyright © 1993, 1994, 1995, 1996,
Nikos Drakos,
Computer Based Learning Unit, University of Leeds.
Copyright © 1997, 1998, 1999,
Ross Moore,
Mathematics Department, Macquarie University, Sydney.
The command line arguments were:
latex2html -no_subdir -split 0 -html_version 3.2,latin1,unicode,utf8 -no_navigation faq.tex
The translation was initiated by Jonas Wolz on 2007-09-14