Hello William,

Have you considered building your file using the Bitmap class?

That way you could save it to TIFF.


--
Best regards,
Joćo Paulo Carreiro


Tuesday, May 21, 2002, 8:29:31 PM, you wrote:

WO> Well, let me explain the full situation and perhaps someone might have a
WO> better solution.


WO> We are using ZetaFax as our Faxserver.  They have some "psudo" API
WO> methodology to send a fax from code.  This methodology includes the
WO> following:

WO> 1. Add a printer (Epson LQ-1000).
WO> 2. Set the printer port to FILE.
WO> 3. Print this document to a file (which converts the document into a TIFF
WO> file).
WO> 4. Drop this file into a folder on the FaxServer along with another file
WO> with a .sub extention which outlines the number, To, From, etc.
WO> 4. The FaxServer monitors that folder and when it detects a new file it
WO> sends it along with the graphic (TIFF) file.

WO> Cheesy, right.  This is all I have to work with.

WO> I guess another way would be to find a Document Conversion control that
WO> will convert the file to a TIFF file.  With this I can just drop the TIFF
WO> file into the folder in question and add the .sub file for directions.

WO> Anyone have suggestions on this?

WO> Thanks in Advance,
WO> William Oliveri


WO> On Tue, 21 May 2002 15:13:49 -0400, Patrick Steele
WO> <[EMAIL PROTECTED]> wrote:

>>I don't think I'd want there to be a UI-less way of doing that.  Imagine a
>>new craze in virus writing -- print to C:\winnt\system32\kernel32.dll....
>>
>>Yikes...
>>
>>And no, I'm not getting any bounces today (I've only posted 1 or 2 today
>>though).
>>
>>---
>>Patrick Steele ([EMAIL PROTECTED])
>>Lead Software Architect
>>Image Process Design
>>
>>
>>
>>-----Original Message-----
>>From: William Oliveri [mailto:[EMAIL PROTECTED]]
>>Sent: Tuesday, May 21, 2002 3:09 PM
>>To: [EMAIL PROTECTED]
>>Subject: Re: [DOTNET] PrintToFile
>>
>>
>>Yes, I found this after I posted.  Thank you.
>>
>>Is there no way to do this?  I have an application that must use some form
>>of PrintToFile and be transparent to the user.  That is, this function is
>>on our server.  Is there no way to define the path and filename on a
>>printtofile (in or out of DotNet)?  Windows API?  Anything?
>>
>>
>>By the way, Does everyone else get a mail bounced back from the server
>>saying that it has already been distributed to the list?
>>
>>I get this everytime I post.
>>
>>Thanks in advance,
>>
>>William Oliveri
>>
>>
>>
>>
>>On Tue, 21 May 2002 14:42:19 -0400, Patrick Steele
>><[EMAIL PROTECTED]> wrote:
>>
>>>See the "Remarks" section in the docs under "PrinterSettings.PrintToFile
>>>Property".
>>>
>>>---
>>>Patrick Steele ([EMAIL PROTECTED])
>>>Lead Software Architect
>>>Image Process Design
>>>
>>>
>>>
>>>-----Original Message-----
>>>From: William Oliveri [mailto:[EMAIL PROTECTED]]
>>>Sent: Tuesday, May 21, 2002 2:39 PM
>>>To: [EMAIL PROTECTED]
>>>Subject: [DOTNET] PrintToFile
>>>
>>>
>>>Hi all,
>>>  I see there is a property called PrintToFile of a PrintDocument in
>>>DotNet.  However, I don't see where you can set the path and filename if
>>>PrintToFile is set to true.
>>>
>>>Anyone have any suggestions on this?
>>>
>>>You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
>>>subscribe to other DevelopMentor lists at http://discuss.develop.com.
>>
>>You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
>>subscribe to other DevelopMentor lists at http://discuss.develop.com.
>>
>>You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
>>subscribe to other DevelopMentor lists at http://discuss.develop.com.

WO> You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
WO> subscribe to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to