Customized generation of documents through C#.Net code - c#

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 hours ago.
Improve this question
I need to created a document through .Net code. Some of the data is static and some of the data is dynamic (input from the user) in the document.
Document has tables, headers, footers, images, etc.
I found iTextSharp libraries and Document! X 2022 for creating docs. Could you please suggest the right one or is there any other library available.

Related

free .NET translation libraries [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I am looking for a .net C# library that can do translations. I tried googles one but they charge money now for it.
I am looking for something that can preferably auto detect languages, translate blocks of text or download the entire page and convert it.
This all has to of course be done through code.
Thanks
Have you tried using bing?
http://www.microsofttranslator.com/
There is a translator .net library on codeplex that uses bing: http://translateit.codeplex.com/

Is it possible to have charts and graphs in WinForms applications? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I want to know, is it possible to have charts and graphs in WinForms Applications?
You need some sort of library. This one is open source. Microsoft has their own.
Microsoft Chart Controls for Microsoft .NET Framework 3.5

I need OCR for WPF [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I need OCR component for InkCanvas control in WPF so I can recognize characters and replaced hand writing one with good one from OCR ?
Microsoft has 2 dll for analyzing hand writing in InkCanvas
"IAWinFX.dll" and
"Microsoft.Ink.Analysis"
and there is an open source example
http://khason.net/blog/ink-recognition-in-wpf/

Acrobat SDK C# tutorial [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Could you help me to start developing an pdf viewer,reader with aid of Acrobat SDK.
If you can give me a clear guidance(tutorial).
thank you
yohan
The developer centre at Adobe is obviously the first point to start with.
Go to: http://www.adobe.com/devnet/acrobat.html

How to export C# documentation to a documentation wiki? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I am looking for something that will iterate over our model and extract each objects properties in order to build a documentation wiki. Is there a tool out there which will do such a thing?
Basically I do not want to have to extract all of our documentation out of the projects by hand.
sandcastle builds webpages, but they aren't editable as a wiki. Is that the kind of thing you are looking for?

Categories

Resources