Printing Serverside

  • Thread starter Thread starter venkat
  • Start date Start date
V

venkat

Hi all,
I need print a webpage from internet explorer. The page may contain
images, links, stylesheets etc. how will i send all these things to
server side for printing.
I am using asp.net with c#.
Its is very urgent.

Regards
Venkat M
Chennai
INDIA
 
Why do you want to send the page content back to server to print on the
client-side browser?

Am I missing something here?

Hi all,
I need print a webpage from internet explorer. The page may contain
images, links, stylesheets etc. how will i send all these things to
server side for printing.
I am using asp.net with c#.
Its is very urgent.

Regards
Venkat M
Chennai
INDIA
 
I want to generate PDF out of Webpage. Also i will attach images in
header and footer for the reports. The PrintDocument Class works fine
for Text. How abt images. how will you send the whole content of page
to the server. searched a lot. all are saying it is possible. Need to
now the way they did.

Thanks for immediate reply.

Regards
Venkat M
Chennai
INDIA
 
In that case, you have to use a server-side PDF generation component that
supports the features you are looking for. A Google search should help.

I want to generate PDF out of Webpage. Also i will attach images in
header and footer for the reports. The PrintDocument Class works fine
for Text. How abt images. how will you send the whole content of page
to the server. searched a lot. all are saying it is possible. Need to
now the way they did.

Thanks for immediate reply.

Regards
Venkat M
Chennai
INDIA
 
Siva,
I dont want to use that way. I have developed my own component that
will convert anything to PDF. Now it works fine for text files, or
image files separately. now i want to print html files. that contains
links of images, text , stylesheet, etc.

Thanks
Venkat M
Chennai
INDIA
 
Back
Top