Connecting Tech Pros Worldwide Help | Site Map

Send a file straight to printer?

trint
Guest
 
Posts: n/a
#1: Nov 16 '05
How can I send files straight to a printer from my c#.net app?
I also must include the margin's, trays and the stapler.
Thanks,
Trint

Nicholas Paldino [.NET/C# MVP]
Guest
 
Posts: n/a
#2: Nov 16 '05

re: Send a file straight to printer?


Trint,

I don't think it is that simple. Based on the type of file it is, you
would have to find out how that file is rendered to the printer. There is
no universal print mechanism for any type of file.

Is this for one type of file in particular, or any type?


--
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com

"trint" <trinity.smith@gmail.com> wrote in message
news:1106318638.590696.193280@f14g2000cwb.googlegr oups.com...[color=blue]
> How can I send files straight to a printer from my c#.net app?
> I also must include the margin's, trays and the stapler.
> Thanks,
> Trint
>[/color]


trint
Guest
 
Posts: n/a
#3: Nov 16 '05

re: Send a file straight to printer?


This will be a .tiff file. And needs the margin, tray selection and
staple commands sent with it.
thanks,
trint


Nicholas Paldino [.NET/C# MVP] wrote:[color=blue]
> Trint,
>
> I don't think it is that simple. Based on the type of file it[/color]
is, you[color=blue]
> would have to find out how that file is rendered to the printer.[/color]
There is[color=blue]
> no universal print mechanism for any type of file.
>
> Is this for one type of file in particular, or any type?
>
>
> --
> - Nicholas Paldino [.NET/C# MVP]
> - mvp@spam.guard.caspershouse.com
>
> "trint" <trinity.smith@gmail.com> wrote in message
> news:1106318638.590696.193280@f14g2000cwb.googlegr oups.com...[color=green]
> > How can I send files straight to a printer from my c#.net app?
> > I also must include the margin's, trays and the stapler.
> > Thanks,
> > Trint
> >[/color][/color]

Nicholas Paldino [.NET/C# MVP]
Guest
 
Posts: n/a
#4: Nov 16 '05

re: Send a file straight to printer?


Trint,

You should probably get a component that will handle all of this
yourself, as I don't think there is antything native (managed or unmanaged)
which can do this. Of course, if you already have an application that can
do this which can be automated, then I suggest you use that.


--
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com

"trint" <trinity.smith@gmail.com> wrote in message
news:1106322742.608591.148310@f14g2000cwb.googlegr oups.com...[color=blue]
> This will be a .tiff file. And needs the margin, tray selection and
> staple commands sent with it.
> thanks,
> trint
>
>
> Nicholas Paldino [.NET/C# MVP] wrote:[color=green]
>> Trint,
>>
>> I don't think it is that simple. Based on the type of file it[/color]
> is, you[color=green]
>> would have to find out how that file is rendered to the printer.[/color]
> There is[color=green]
>> no universal print mechanism for any type of file.
>>
>> Is this for one type of file in particular, or any type?
>>
>>
>> --
>> - Nicholas Paldino [.NET/C# MVP]
>> - mvp@spam.guard.caspershouse.com
>>
>> "trint" <trinity.smith@gmail.com> wrote in message
>> news:1106318638.590696.193280@f14g2000cwb.googlegr oups.com...[color=darkred]
>> > How can I send files straight to a printer from my c#.net app?
>> > I also must include the margin's, trays and the stapler.
>> > Thanks,
>> > Trint
>> >[/color][/color]
>[/color]


trint
Guest
 
Posts: n/a
#5: Nov 16 '05

re: Send a file straight to printer?


I don't have the code in place yet...I do need a component within
c#.net (vs.net 2003) that will do this...where to look is how i need
help.
thanks,
trint

Rachel Suddeth
Guest
 
Posts: n/a
#6: Nov 16 '05

re: Send a file straight to printer?


If all else fails, you could google something like "C# printing component
tiff"
You s/b able to find a couple components that offer free evaluation
versions.
You s/b able to explain to pre-sales staff exactly what you need it to do,
and
ask them how their product can do that. If you get a prompt helpful
response,
that's a very good sign.

-Rachel

"trint" <trinity.smith@gmail.com> wrote in message
news:1106324574.320359.226730@c13g2000cwb.googlegr oups.com...[color=blue]
>I don't have the code in place yet...I do need a component within
> c#.net (vs.net 2003) that will do this...where to look is how i need
> help.
> thanks,
> trint
>[/color]


Closed Thread