Hi Mahesh,
Here I have one query regarding on printing the pdf file using c#(windows application) . I have created the pdf file for my data using reporting services and saving
it at my local machine to send mail by attaching it. and the next requirement is that I need to print that pdf doc programmatically. I tried ur code ‘Print text file in C#’
it working fine for text files, but its not printing proper for the pdf doc.
can you please suggest me/ send me proper code.
E-Mail Id : [email protected]
Thanks in advance
rebecca yangPosted Sep 5, 2013, 11:12 PM
Mahesh ChandPosted Nov 4, 2008, 3:28 PM
You probably need to use an PDF API to print PDF document from code if TEXT printing does not work for you. Formatting text in PDF format will be difficult.
Check DyanmicPDF to see if this API has what you are looking for.