0
votes
1answer
23 views

How to export to pdf, word, excel file

I use ASP.net MVC 3. I have these two requirement. Frist one is creating invoice in my application. I want to export the datas to pdf , word , excel file. I downloaded itextsharp dll, can anyone tel ...
-5
votes
1answer
187 views

Printing Bill in VB.NET [closed]

I am developing an application for a Salon where I have to implement print functionality which shows the Salon Name,customer Name,Invoice Number Services used by the customer and their charges and ...
1
vote
1answer
265 views

how to to print a bill (small size pages) in a AIR application

I am creating an AIR application for a salon,I want to print the invoice in small pages . How can i achieve these??? Please help me Thanks.
0
votes
2answers
2k views

Invoice Print in vb.net or c#

I'm making a simple one-form Invoice bill printing, below is the screenshot to illustrate it. I want to generate a report from the existing form after entering the data, simply static without ...
0
votes
2answers
551 views

java invoice print CommPortIdentifier with unsigned bytes issue

Hey, I need to print invoices in a thermal invoice printer I wrote this program to do just that (see below) However, for localization reasons I need send to the printer characters with values range ...
0
votes
2answers
718 views

print all invoices

I am building an order system for a client and would like to give them the ability to print all invoices but i have no idea how to do it the invoices will be stored in a mysql db and I would like ...
4
votes
3answers
3k views

Print Invoice C# Winforms

I have written an application in c# and now i want to print its content in form of invoice as shown in figure i want to print costumer data only once but jobs he has asked to be performed on his car ...
2
votes
4answers
6k views

print order and invoice emails in magento

Is it possible to print the invoices and orders as html instead of pdf from the admin? Magento sends invoice as html email so most of the work is already done. Thanks