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
Any free control to view PDF for Silverlight?
or how to view pdf in silverlight from memory stream?
Try this question: Previewing PDF and PowerPoint files with Silverlight/Flash
Other maybe useful links:
http://forums.silverlight.net/forums/p/23986/85909.aspx#85909
http://www.siberix.com/reporting.html#pdf-sparkle - Costs money though!
http://forums.silverlight.net/forums/t/70573.aspx
You could use this to edit/print to pdf
Try codeplex: http://silverlightpdf.codeplex.com/
Works with Silverlight 3 not used it with Silverlight 4 beta yet.
One easy way is that you can just use HTML brush to embeded the PDF.
OR you may try http://silverpdf.codeplex.com/.
I found a solution by using an iframe and HTMLPage.
<iframe id="mediaContainer" style="position:absolute"/>
place this iframe in .aspx
and then call your mediacontainer then set its properties.
System.Windows.Browser.HtmlElement myFrame = System.Windows.Browser.HtmlPage.Document.GetElementById("mediaContainer");
www.netpdftools.com - SL library for viewing PDFs and extracting/searching text
One option is to convert the PDF pages to PNG using ImageMagick or GhostScript.
It isn't free, but our Silverlight controls can do this on the fly for you using our own PDF Rasterizer.
(Disclaimer: I work here)
http://atalasoft.com/products/dotimage/silverlight
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 6 years ago.
Improve this question
I'm looking for a control I could integrate to my angular web application to let my users edit some F# code.
For now they just modify it through a regular text area. The F# code is then saved in a database field and is compiled and executed by another external process.
But I'm looking for something providing keywords formatting and maybe intellisense.
There is no need to run the F# code, just a nice editor.
Thanks
Dan
As far as I know, there are two open source projects you can use:
FSharpWebIntellisense provides an integration for the Ace editor and for CodeMirror. It is an older project that has been the core for the F# support for IPython Notebook and I also used it in a couple of project including fun3d.net. For Fun3D, I modified it a bit (made it simpler with Suave backend), so you might want to use this version instead. I tried turning this into a stand-alone repo which can be referenced via Paket as shown in a demo.
Ionide Web is a new work-in-progress project that brings Ionide (F# support for VS Code) to the web. This is based on the Monaco editor (by Microsoft) which is powering VS Code. I expect there will be more activity here in the near future.
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 years ago.
Improve this question
Can anyone recommend a decent image cropper directive for Angularjs? I've looked at a few out there and can't find much of anything. Has anyone found one they use that they like?
We currently use angular-file-upload (https://github.com/danialfarid/angular-file-upload) to upload files so it would be nice if it worked with this.
you could try ngImgCrop which it's awesome! it's way more than only a image cropper! and I see no issue using it with angular-file-upload!
cheers!
I suggest this one https://github.com/koorgoo/ngCropper.
It is built over jquery plugin and has variaty of options to be customized
I am currently using Angular Image crop by Andy's.
Its cool and has good features.
http://andyshora.com/angular-image-cropper.html
Only draw back, it does not support for camera. Rest fine.
Cheers,
-/Sammi
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
Quick question:
Is it somewhere available - preferably free / opensource or at reasonable price?
EDIT
To be more precise, there's an example of winforms control (SandGrid from Divelements) what I'm looking for. Forming a tree is important, grouping by isn't necessary.
alt text http://www.divelements.com/net/controls/sandgrid/home1.gif
Vectorlight has a nice set of opensource Silveright controls (TreeView included ) they also have some silverlight tutorials. To download the dlls you must be registered (for free).
If you need the source code, use Reflector.
On Codeplex you can find a treelist/treegrid control. Unfortunately it is under the GPL2 Licence.
http://multicolumntreelist.codeplex.com/
You can find a TreeMap and a TreeView for free in the Silverlight Toolkit.
The Silverlight 4 DataGrid will have Grouping Support as well.
The Telerik suite has just what you need, the TreeListView:
http://demos.telerik.com/silverlight/#TreeListView/FirstLook
http://www.liquidjelly.co.uk/supersearch/?q=telerik%20silverlight%20treelistview&lang=en-GB
Note: this control is currently in CTP, and unfortunately it's not that cheap.
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
Are there any winforms source code editor controls available with color coding ? pref. open source
I seem to recall having come across something like that previously but can't seem to recall it ?
I believe that Scintilla is an open source syntax-highlighting editor component. There is an open source .Net wrapper utility on CodePlex.
SharpDevelop is an open source application that has an editor with color coding. You can check out how they implemented the color coding.
http://www.icsharpcode.net/OpenSource/SD/
Visual Studio Express?
Here is a simple winForms control that will do syntax highlight, with an opensource license as you requested.
https://github.com/jmonasterio/AceWinforms/blob/master/README.md
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 spice up some gray WinForm apps. Any recommendations for free WinForm libraries.
I have seen AquaButtons at http://www.codeproject.com/KB/buttons/aquabutton.aspx
I am looking for more versatile free libraries which add similar buttons, color gradients to panes, title bars, toolbars.. etc.
Also if you know of sample apps on the web for nice looking, maybe WPF'ish, WinForm apps which I can get some ideas from, that would be great. (I do not plan to put WPF controls in the WinForm apps)
Krypton controls are pretty good
asend.net is a nice simple toolkit of controls. And they're all free.
Even though it is a old post-ill awnser anyways :)
So as of right now there are: (as far as i know)
Material skin - Material design for C#
Metro Framework - adds metro styled controls
LimitlessUI - Made by urs truly... small lib that adds simple controls that are easy to work with