Converting file formats (PDF to TIFF?) [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
Hi guys an easy one here,
What are some of the better converts out there which work well and what are the drawbacks of doing a conversions if any? Loss of quality/res/anything?

see here Convert PDF file to images using C#
Only drawback, if it is one, is that you need to install ghostscript.
Also, once in a while gs can't parse a file that adobe can.

There are no open source .net libraries that can do that. Either use ghostscript or imagick (.net wrapper) for the conversion. Ghostscript gives you better quality than imagick.
I believe that abcpdf can do that, but it's a commerical component.

There are many products I found that can do this. Some have a cost while some are free.
I used Black Ice http://www.blackice.com/Printer%20Drivers/Tiff%20Printer%20Drivers.htm. This is afordable at about $40. I didn't buy this one though.
I ended up using a free one called MyMorph.

Related

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.

Creating PDF File in Windows 8 Apps [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 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

How to optimize the pdf files using itextsharp or any other third party 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 am creating a window application in C#.I have to optimize the pdf files for ipad use.The files will vary from 20 to 100 MB in size.
and i want the optimized files' size less than 10 mb.
I have used itextsharp and pdftron but it did not fulfill my requirement.Can you please suggest any other way which reduce the size according to my need.
Thanks in advance.
How about using Docotic? It's not free, but I think it would get you where you wanted to go very quickly and this may pay for itself very quickly anyway ($600 for unlimited users):
http://bitmiracle.com/pdf-library/help/compress-existing-pdf-document.aspx
You also may be able to get away with buying just the Viewer Edition, which is only $250'ish:
http://bitmiracle.com/pdf-library/purchase.aspx#viewer-edition

C# Code Analyzer for C, C#, C++ and Java. [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other 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
Please are there any tools available that will parse my source code to enumerate all class and function dependency for my project (C, C#, C++ or Java) and save it in doc, XML or any other format?
Thank you.
Use reflector:
http://www.red-gate.com/products/reflector/
With this add-in:
http://code.google.com/p/xmi4dotnet/
For .NET, check this out
http://www.ndepend.com/
Understand will handle all those languages. It's not free but a very good tool. Not sure about generating XML, but it'll do a variety of reports. It also supports perl plugins, so you could probably generate whichever format you need for the reports.

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.

Categories

Resources