CSharp/C# >> Printing Server Side

by RmlsaXBwbw » Mon, 08 Sep 2008 13:44:03 GMT

Hello there,

I was hoping to understand the best way to print server side (with NO
interaction from the user).

I have to print 3 separate documents in a batch:
1) PDF byte array or physical file
2) HTML string
3) Mailing label address that I will need to create myself
...if possible I also need to understand what is the recommended way to
create a page containing info for mailing labels (Full Name, Address, City,
Zip) positioned in a configurable page location.

I hope the info helps.

Thanks,
-f

Similar Threads

1. Impersonation and Printing server-side

I use impersonation to get the printers installed on the web server.

What I have found out is that the impersonated user MUST be logged on
the web server so that a client browser sees the list of printers
correctly.

I would like to know if my conclusion is correct and if there is a way
to resolve that.

My goal is that my web application gets a drop down of the printers
installed on the web server. Then using PrintDocument.Print() sends a
document to the printer.

Any ideas would be welcome.

Joe

2. Printing Server Side in ASP.net

3. Print(PrintDocument.Print) using client side printers from server

Hi,

 How to print (by programmatically PrintDocument.Print) using Client side 
printer from Server side ?

Details: 
           I deployed the ASP.Net application in the server. In the 
application i am using PrintDocument.Print() command to print the Images 
(this images generated by File Stream object). If i use the 
PrintDocument.Print() command it is going to look for Server side 
Printers(Application installed Server). It is not printing using the client 
side printer(application run on the client pc).

Please asist me,

regards,
Murali

4. How to call Server Side function from Client Side Code using PageMethods in ASP.NET AJAX - CSharp/C#

5. Client Side Code From Server Side Code

I have a button that runs some server code when clicked.  Is it possible to 
also have it run some client side java script?

The setup is i have a tree menu in the left frame and the data in the rigth 
frame.  There is a level up button which allows the user to go one level up 
in the tree.  I have the server side code working so that the right frame 
updates, however, i need to tree to also resync itself.

Any suggestions?
thanks.

6. client side and server side code conflicts c# - CSharp/C#

7. execute client side script + server side code for button click

Hello everyone,

 Thank you in advance for your time and help. 

 Mine is an asp.net/C# application. I have an aspx page(parent window) which 
has a link that launches a new ie window with another aspx page(child 
window). The child window has a button with some server side event code for 
button_click. 
 What I want to do is to close the child window after the server side event 
code has been executed for the button click.
-- 
Thank you

8. How to open a popup window from the server side to clint side using javascript - CSharp/C#