Click here to Skip to main content
15,891,708 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have to write a windows service which has to perform the following task;
- this windows service will read a text file 'A' which contains customer's orders
and create separate pdf files for each customers orders details
- this text file 'A' can have multiple customers orders which are separated by
special character "<!--" - denotes start of Customer's Records and
special character "-->" - denotes end of Customer's record
- the pdf files also need to be formatted with the same structure as it is in the
text file

can anyone give me a clue how to start and complete this task.
Posted

Yes, you start by buying a PDF library to do the PDFs for you. The rest is trivial. If you don't think so, ask specific questions and post code.
 
Share this answer
 
Comments
Arham Hussain 14-Jun-11 5:59am    
will iTextSharp is not suitable for this requirement. I have started to read it .as i found so man information on internet for itextsharp.
can anybody other give any suggestion
 
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