Printing in c#

S

Senthil Kumar

hi Group,

Iam developing one Component in c#.It will load any kind of image either
from Local machine or URL.Finally I do have options for printing and
preview.

While printing Iam facing the problem as below.And iam unable to figure it
out.Do any one come out with good solution is appreciated .And it is a must
for me .Because of this issues my further work is getting hampered .

1.When I tried to print to ploter with driver HP DesignJet 750c + [e/ao] by
HP. only portion of the image got printed for all paper sizes.

2.When I tried to print to plotter with driver HP DesignJet 1055cm PS3 ,I
got printed successufully the exact image to all selected paper ranges.But
in Protrait the image gets Distorted a little bit and its printing.

3.When I tried to print to a printer with Model no HPLaserJet 5000Series
PCL6.For all paper size its is working fine as excepted .But for 11X17
Landscape only a small portion got printed.And for all portrait Image got
distorted.

Any valuable suggestiong is Appreciated.

Regards
M.K.Senthil Kumar,
Nobel Software Systems Inc.,
 
K

Kalpesh

Hello,

What are you using to print an image (c api or any COM library for
printing support)

Alternatively, you can use InternetExplorer to print the image if you
are using winforms

HTH
Kalpesh
 
K

Kalpesh

Hello,

What are you using to print an image (c api or any COM library for
printing support)

Alternatively, you can use InternetExplorer to print the image if you
are using winforms

HTH
Kalpesh
 
K

Kalpesh

Hello,

What are you using to print an image (c api or any COM library for
printing support)

Alternatively, you can use InternetExplorer to print the image if you
are using winforms

HTH
Kalpesh
 
S

Senthil Kumar

Hi Kalpesh,

Thanks for your response.Iam using GDI +. Visual C#.

Could you please help me how to use InternetExplorer to print the image
using winforms.

Awaiting for you suggestion.
--
Regards,
M.K.Senthil Kumar,
Nobel Software Systems Inc.,
www.nobel-systems.com

Kalpesh said:
Hello,

What are you using to print an image (c api or any COM library for
printing support)

Alternatively, you can use InternetExplorer to print the image if you
are using winforms

HTH
Kalpesh

Senthil said:
hi Group,

Iam developing one Component in c#.It will load any kind of image either
from Local machine or URL.Finally I do have options for printing and
preview.

While printing Iam facing the problem as below.And iam unable to figure it
out.Do any one come out with good solution is appreciated .And it is a must
for me .Because of this issues my further work is getting hampered .

1.When I tried to print to ploter with driver HP DesignJet 750c + [e/ao] by
HP. only portion of the image got printed for all paper sizes.

2.When I tried to print to plotter with driver HP DesignJet 1055cm PS3 ,I
got printed successufully the exact image to all selected paper ranges.But
in Protrait the image gets Distorted a little bit and its printing.

3.When I tried to print to a printer with Model no HPLaserJet 5000Series
PCL6.For all paper size its is working fine as excepted .But for 11X17
Landscape only a small portion got printed.And for all portrait Image got
distorted.

Any valuable suggestiong is Appreciated.

Regards
M.K.Senthil Kumar,
Nobel Software Systems Inc.,
 
S

Senthil Kumar

Hi Kalpesh,

Could you please figure out how to use InternetExplorer to print the image
using winforms.
--
Regards,
M.K.Senthil Kumar,
Nobel Software Systems Inc.,
www.nobel-systems.com
Kalpesh said:
Hello,

What are you using to print an image (c api or any COM library for
printing support)

Alternatively, you can use InternetExplorer to print the image if you
are using winforms

HTH
Kalpesh

Senthil said:
hi Group,

Iam developing one Component in c#.It will load any kind of image either
from Local machine or URL.Finally I do have options for printing and
preview.

While printing Iam facing the problem as below.And iam unable to figure it
out.Do any one come out with good solution is appreciated .And it is a must
for me .Because of this issues my further work is getting hampered .

1.When I tried to print to ploter with driver HP DesignJet 750c + [e/ao] by
HP. only portion of the image got printed for all paper sizes.

2.When I tried to print to plotter with driver HP DesignJet 1055cm PS3 ,I
got printed successufully the exact image to all selected paper ranges.But
in Protrait the image gets Distorted a little bit and its printing.

3.When I tried to print to a printer with Model no HPLaserJet 5000Series
PCL6.For all paper size its is working fine as excepted .But for 11X17
Landscape only a small portion got printed.And for all portrait Image got
distorted.

Any valuable suggestiong is Appreciated.

Regards
M.K.Senthil Kumar,
Nobel Software Systems Inc.,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top