Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hello Friends,

 

Now i have some interesting topic to start.

The need of the project is.

 

Have some datas which used to create a new word document using dot net.

ie) when some one entered the required datas in front end, it must saved in database(SQL) then it will produce a new document in microsoft word or pdf.

for example see the image please.

 

 

* how can i design the result document which needed in microsoft word or pdf format.

I think crystal report is needed.

 

Please help me to start..

 

Thanks in advance.

S.Selvamanikandan

Posted (edited)

* how can i design the result document which needed in microsoft word or pdf format.

I think crystal report is needed.

 

 

For generating Word documents you can use Office Interop.

 

Include the following references in your .NET project:

- Microsoft.Office.Interop.Word

- Office

 

These enable Office objects like Word.Application and Word.Document.

 

From there you can choose to insert shapes, text etc. or load a template and replace certain fields.

 

such as shown here

 

~ DP

Edited by DPrometheus

My Development System

Intel Core i7 920 @2.66Ghz

6 GB DDR3 SDRAM

Windows 7 Ultimate x64 & Windows Vista Home Premium x64 dual boot

GeForce GTX295 1.8 GB

3.5 TB HD

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...