product: FaxFinder FF240-IP, 2.1.2.5
We have a windows service (C++) that create printed reports by drawing to printer DC directly. Now we have a requirement to send these reports out thru fax. We can print to FaxFinder printer, but we can’t figure out how to set the fax number programmingly. When we print to faxfinder printer, a dialog pop up at the end of process for fax number.
we still trying to avoid using web interface because it would require more steps: print to a file-based printer, open the output file, base64 encode the file, create web request etc.
Any suggestions are greatly appreciated,
Bryan