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 2 years ago.
Improve this question
Hi i'm looking for a free asp.net library for converting html in pdf, xls formats?
thanks
How about ITextSharp?
http://itextsharp.sourceforge.net/tutorial/index.html
That might help.
Certainly does XHtml to PDF
http://itextsharp.sourceforge.net/tutorial/ch07.html
Take a look at ABCpdf...
It's a PDF library designed for use with ASP.NET. Imports web pages and HTML, and office document formats such as XLS.
ABCpdf is a commercial product, however the standard edition can be obtained free of charge as a special offer.
I know you stated that it should be free but try
winnovative
They have a free trial. Its pretty awesome.
Related
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 2 years ago.
Improve this question
I would like writing just few lines of SCSS, I would like testing it without losing my mind with configurations.. just a quick solution to convert SCSS to CSS.
Do you know any javascript libraries to do this in a simple html page (just for debugging, no release)? A plugin for Atom, Visual Studio or other editors?
Thank in advance :)
On Vistual Studio I suggest Live Sass Compiler, https://marketplace.visualstudio.com/items?itemName=ritwickdey.live-sass,
I think it could be the "quickest solution" you are looking for.
Sometimes for quick tests I just use a snippet of code to try SCSS on my HTML, https://github.com/orsifrancesco/sillyScss
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 am following a tutorial found here:
http://stevenbooks.com/2012/09/28/jquery-datetime-mobile-picker/
however when it comes to adding the iPhone like scroll wheels for selecting date/time the suggested "mobiscroll" has a hefty license fee.
http://mobiscroll.com/
I was hoping someone new of an opensource alternative that would offer similar functionality.
it is primarily for aesthetics as this date/time picker is intended to be accessed primarily across mobile devices.
The core of mobiscroll is open source, as per their FAQ page. Looking on the code their, it looks pretty complete.
The mobiscroll core is open source, and you can build your own custom
scrollers with it. The easiest way to get started with mobiscroll
development is through our GitHub page.
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 programing with asp.net and want use and open (open & edit doc file) ms word online or component similar in browser. Should I use component or program for this job?
ex:
http://inspic.com/7822594D
I want a component similar to the above.
Good luck with that.
There are some free Javascript WYSIWYG components out there which give you limited rich-text editing capabilities, like CKEditor and TinyMCE, but certainly nothing on the level of Microsoft Word. Opening and editing Word documents will also be problematic — these editors all work directly on HTML, not other formats.
Ultimately, if you want to work with Word documents online, you will probably end up needing to build something yourself, and it will be pretty limited compared to Word.
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 the best way to implement a real time diagram tool to use in my website. I've found a website with something similar: mentionmapp.com .. You can see the diagram on the background of the homepage, if any can give me suggestions to create something similar I'd appreciate it.
Thanks
Rather than a .NET solution, why not look at a JavaScript solution (with data fed in via JSON) as these are much more common.
http://arborjs.org/ is one I've used before and pretty popular (and free!).
There are .NET components you could use (like http://www.devcomponents.com/treegx/) but you'll have to pay for them.
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'd like to find a command-line tool for Linux that will validate both XHTML and CSS. As silly as this may sound, I'd like it to be able to operate offline.
HTML tidy is a great tool for X/HTML validation
There is a Windows GUI available for tidy.
Tidy's sourceforge page is here.
For plain-old XHTML or XML validation you can use any XML editor with a validator. Or a simple tool like xmlstartlet.
The W3C's CSS validator is also available for download
This tool claims to do offline CSS validation
HTML Tidy is the defacto tool for this.
I'm a big fan of Tidy: http://tidy.sourceforge.net/.