Tim wrote:
TeleFlow does not have a print step, however, you could use its Run Program step to run an external program to print using the (DOS/Windows) console Print command. You could also create a batch or command file with whatever printing commands you want and use the Run Program step to call that batch file.
That might be the easiest solution to your problem.
I just tried out some proof-of-concept tests to see if a simple "print %1" in a .CMD file would work from TeleFlow, however it seems that the DOS session in Windows XP is unable to "see" Windows Printers as accesible devices under DOS...
The PRINT command accepts a device name or port in the /d parameter, but this does not work with Windows printers, particularly with remotely-shared printers like those of the Microsoft Shared Fax server.
The MODE command can list the devices that PRINT can access and/or modify, and they are limited to LPT and COM ports, besides the CONsole
Then I tried using Internet Explorer to print the HTML file I want to print... seems IExplorer.exe does not support command line options either
I will try invoking Adobe Reader to print a PDF file, but I'd like to know if you have another suggestion for this...
--> Update: Does not work either
Partial solution: "net use lpt1: \\server\sharedprintername". This maps the local LPT1 port to the local or remote Windows printer, which could be a fax device as well. The PRINT command can then be executed just fine and the printing works as long as the document being printed is a standard text file... I sent an HTML file and it printed OK, but as source code ("<html>...</html>", no rendering at all
).
Tim wrote:
NMS boards and software will only fax TIFF-F files, so you will need a conversion utility to convert your TXT or PDF files to TIFF-F. Engenic has a product called "FaxBuilder" that works with TXT, BMP and (I think) JPG.
Shauna just told me that FaxBuilder is not longer supported, so I'm not sure I want to use it for a production environment...
Tim wrote:
We've had some success turning MS Word documents into TIFF-F, and so I think that PDF might be possible. I don't know how that was done (I wasn't involved in that project). I do know that it involved a lot of steps and some manual intervention. There would be work on someone's part to turn this into an automatic process. Perhaps Adobe has something that could turn a PDF into a TIFF-F? Engenic can offer engineering time, if you wish to go this route. Contact
sales@engenic.com for more information.
I just tried out a few commercial applications that convert HTMLs to TIFF-F files, but the results were not acceptable.
Did you use FaxBuilder to turn .DOCs into TIFF-Fs? Can you put me in contact with someone involved in that process, so as to try out that alternative, just for testing?
Thanks in advance.