Click here to Skip to main content
16,019,055 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi


How to print the invoice as pdf.
Please advice.

Thanks
Posted
Comments
WmCPayne 3-Jul-17 5:19am    
Check this example of printing PDFs with C#.

Personally, I use CutePDF[^] - it installs as a printer driver so any document you want can be generated as a PDF, invoices included.
 
Share this answer
 
Are you using any reports? Ex. Crystal reports. For that C# Crystal Reports Export to Pdf[^]

If not, use opensource like iTextSharp[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900