Creating PDF File in Windows 8 Apps [closed] - c#

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am creating a Windows 8 app which will need to export some content from a RichTextEditor to a PDF file.
Can anyone advise the best way of doing this and if there are any Free tools available
thank you.

You can use PDFCreator, there are lots of examples provided in many languages (including C#).

other option ITextSharp http://sourceforge.net/projects/itextsharp/
you need import the library that suport RTF or HTML

Related

LDAP Client Library [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm trying to write my own LDAP Client Library.
Would you like to give me some examples of such libraries which use OOP.
They can be written in C++, Java, C#, etc.
Thanks in advance!
In java, LDAP can be connected through javax.naming.ldap.* packages which comes in standard distribution. I found the following two links, where in you can get sample codes.
http://www.adamretter.org.uk/blog/entries/LDAPTest.java
http://code.google.com/p/java-use-examples/source/browse/trunk/src/com/aw/ad/LdapBasicExample.java?r=2

Capture different frequencies from an audio? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Do we have any libraries and package files with the help of which I can capture various frequencies in an audio sample?
I want to capture various frequencies within an audio file. Initially, I am concentrating on making it a desktop application for windows 8.
There are several libraries that could do that (even if they're not native).
Considering that you're using .NET your best bet would be:
NAudio http://naudio.codeplex.com/
BASS.NET http://bass.radio42.com/

WebCam Video Recording in MPEG using C# Desktop Application [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am developing an application which requires me to connect to webcam and record the video in MPEG format as it is VCD compliant. The application is in WinForms however, WPF solution is also fine. I am not interested in WebBased Flash/Silverlight solutions I am only interested in free or opensource solutions or controls.
Is there such solution available for C#/.NET?
The following 2 open source projects seem to contain the kind of control you are building.
http://www.codeproject.com/Articles/285964/WPF-Webcam-Control
http://easywebcam.codeplex.com/
The best libraries I know are these.
FFMpeg.NET
FFMpeg-Sharp
FFLib.NET
Other than that, you can do "console" operations to get it done.

Open Source Graph Layout Library [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking for an open source (GPL, LGPL etc) graph layout library for .net framework, preferably fully managed code. Im not worried about the visualisation aspect of things.
I can find lots of them for Java, but none for .net...
Thanks!
http://graphsharp.codeplex.com/ (Nice "visualisation aspect of things" :)
(...and for the "oldie" GraphViz, you can get no less than 3 language bindings for C#)
http://satsumagraph.sourceforge.net
Has force-directed graph layout (charged particles & springs model).
http://zedgraph.org/wiki/index.php?title=Main_Page
Tried it before...works great.

C# library to clean up html [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I was wondering if there is a library in .Net to clean up and remove unclosed tags in an html document?
html agility pack
http://www.codeplex.com/htmlagilitypack
HtmlTidy!
See the url below for more details:
http://www.devx.com/dotnet/Article/20505/0/page/2
The source of the download/project is:
http://tidy.sourceforge.net/
I gave the other link because it contains information about a .net wrapper and setting everything up. Hope this helps!

Categories

Resources