Tagged Questions
The converter tag has no wiki summary.
25
votes
2answers
10k views
Convert LaTeX to ePub [closed]
I'd like to convert some university papers from LaTeX into ePub format - without using PDF as intermediate format. You know, PDF is page-oriented, while ePub is more flow-oriented.
While I found ...
19
votes
2answers
5k views
Built-in WPF IValueConverters
Ok, it was a nice surprise (after writing it several times) to find that there already is a BooleanToVisibilityConverter in System.Windows.Controls namespace.
Probably there are more such hidden ...
16
votes
6answers
13k views
How to convert string result of enum with overridden toString() back to enum?
Given the following java enum:
public enum AgeRange {
A18TO23 {
public String toString() {
return "18 - 23";
}
},
A24TO29 {
public String toString() {
...
16
votes
10answers
6k views
How to convert HTML to XHTML?
I need to convert HTML documents into valid XML, preferably XHTML. What's the best way to do this? Does anybody know a toolkit/library/sample/...whatever that helps me to get that task done?
To be a ...
14
votes
7answers
17k views
convert csv/xls to json
Does anyone know if there is application that will let you covert preferably xls to JSON. ill also settle for a converter from csv since thats what ill probably end up having to write myself if there ...
12
votes
12answers
7k views
What is the best C# to VB.net converter?
While searching the interweb for a solution for my VB.net problems I often find helpful articles on a specific topic, but the code is C#. That is no big problem but it cost some time to convert it to ...
8
votes
4answers
5k views
8
votes
3answers
6k views
Is there a good HAML -> ERB/HTML converter?
I'm looking for a reliable way to convert a HAML template to an equivalent ERB/HTML template?
Has anyone come across one?
8
votes
7answers
4k views
Are there any recent Lua to JavaScript converters or interpreters somewhere?
I need to find a good Lua to JavaScript converter; lua2js on luaforge.org is out of date (3 or so years old and looks like it doesn't work on Lua 5.1) and I haven't yet found anything on Google.
Does ...
8
votes
4answers
9k views
WPF Data Binding and IValueConverter
Why is it that when I use a converter in my binding expression in WPF, the value is not updated when the data is updated.
I have a simple Person data model:
class Person : INotifyPropertyChanged
{
...
7
votes
5answers
174 views
convert html to javascript
Does anybody know if there is a tool around that can convert html to javascript.
For example:
<div>
</div>
would convert to
aDiv = document.createElement('div');
...
7
votes
2answers
2k views
WPF Databinding and cascading Converters?
i wonder if it is possible to cascade converters when using wpf databinding.
e.g. something like
<SomeControl Visibility="{Binding Path=SomeProperty, Converter={StaticResource firstConverter}, ...
6
votes
1answer
633 views
PDF to Image conversion
public class Pdf2Image {
private Image image;
int length;
public int convertPdf2Image(String pdfname) {
File file = new File(pdfname);
RandomAccessFile raf;
try {
...
6
votes
6answers
7k views
The 'clr-namespace' URI refers to a namespace that is not included in the assembly
I'm trying to include in my XAML some classes which convert values. However, I'm getting the following error when I compile:
Undefined CLR namespace. The 'clr-namespace' URI refers to a namespace ...
6
votes
6answers
7k views
Library to encode/decode from json to java.util.Map?
Does anyone knows a java library that could easily encode java Maps into json objects and the other way around?
UPDATE
For reasons couldn't explain ( and I hate sometimes ) I can't use generics on ...
5
votes
3answers
187 views
convert pdf to images cheap libraries
I am trying to convert pdf files to images (one image for every page in the pdf).
Are there not to expensive solution that could solve this that do not use ImageMagick or ghostscript?
5
votes
1answer
2k views
ConversionService in Spring
I'm following this scheme in a Spring application.
Request is sent to the server with the id of the object and some other params to be populated in this object
The object with this id is loaded ...
5
votes
7answers
462 views
good tool for indenting JavaScript files
Can you suggest any tool to re indent minified JavaScript files and compressed CSS files?
5
votes
2answers
1k views
JSF Float Conversion
I'm using JSF 1.2 with IceFaces 1.8 in a project here.
I have a page which is basically a big edit grid for a whole bunch of floating-point number fields. This is implemented with inputText fields on ...
5
votes
1answer
127 views
Passing more than 1 argument to a converter
Question: How can you pass an instance of an object from the view model to a converter along with the value to be converted to a converter?
Info: I'm working on an inventory program for people on ...
5
votes
7answers
3k views
Custom JavaScriptConverter for DateTime?
I have an object, it has a DateTime property... I want to pass that object from an .ashx handler back to a webpage via AJAX/JSON... I don't want to use 3rd party controls...
when I do this:
new ...
4
votes
3answers
179 views
JSF2, can I use @EJB to inject a service into a @FacesConverter?
I have a JSF2 project (on GlassFish 3.1).
I'm using @EJB to inject services into managed beans.
Now I have a converter annotated with @FacesConverter. I tried to do this (below) but it doesn't ...
4
votes
4answers
265 views
Native Java document parser and converter library / linux based document converters
I'm looking for a Java library which can do the following:
parse emails in *.eml or *.msg format for attachments of type DOC,DOCX,JPEG,PNG,GIF,TXT,XLS,XLSX,PPT,PDF and convert the attachmens to the ...
4
votes
1answer
168 views
WPF DataBinding Very Slow when I use Convert to format a date
I'm writing a simple app to display some data on a DataGrid. The data is just a measurement (float) and a timestamp. The timestamp a uint and is in seconds since 2000.
I sucessfully accomplished ...
4
votes
1answer
4k views
WPF ColorAnimation for a Brush property
I wonder if someone can help me - I've got a label which I need to be able to cross-fade between any 2 colors when a method is called in the code behind.
My best attempt so far:
Private OldColor as ...
4
votes
1answer
2k views
JSF converter property
I am trying to register different converter instances in the faces-config, using a standard converter class to which different parameters are passed.
The code below registers two DateTimeConverters, ...
4
votes
2answers
867 views
XStream: Collapsing XML hierarchy as I parse
I have an XML document (generated by Adobe XFA forms), that contains data like the following:
<Position>
<PositionBorder>
<Title/>
<StartDate/>
...
4
votes
7answers
2k views
WPF: how to use 2 converters in 1 binding?
I have a control that I want to show/hide, depending on the value of a boolean.
I have a NegatedBooleanConverter (switches true to false and vice versa) and I need to run this converter first.
I have ...
4
votes
3answers
4k views
How can I convert Perl to C?
Is there a tool available which will convert source code in Perl to source code in C? Any platform is fine.
3
votes
1answer
44 views
javascript: I need to convert text-color of the element by background-color, any advises?
I have div element with background-color: red; so I need to set text-color of div div into a convert(my DIV's background-color), is there any plugins or functions to make it easy? JQuery or ...
3
votes
1answer
90 views
Convert dates in JSF for “title” attribute in a table
Is it possible in JSF to convert a date value and put it in "title" attribute? In a similar question, JSF Convert dates for title attribute, there was an answer, that it can be done with JSTL's ...
3
votes
1answer
161 views
How to set converter properties for each row of a datatable?
I have created a custom ISO date time Converter:
public class IsoDateTimeConverter implements Converter, StateHolder {
private Class type;
private String pattern;
private boolean ...
3
votes
1answer
99 views
Using a Converter in conjunction with a DependencyProperty
I've created a DependencyProperty on my derived AutoCompleteBox control --> IsReadOnly
From there, I'm trying to set the value (T/F) via a converter. Based on the converter value, I would like to ...
3
votes
1answer
82 views
How WPF Converters are executed?
I'm facing render issues in very complex WPF UI which contains, among other things, a lot of Converters (IValueConverter, IMultiValueConverter).
I would like to know if the converters could be ...
3
votes
2answers
217 views
How to pass to the Converter Parameter something that is not hard coded
Something like:
<TextBlock Text="{Binding Text,Converter={StaticResource
ccc},ConverterParameter=PersonName}"/>
when Person name is Property of the class for example.
Update:
I've seen a ...
3
votes
3answers
1k views
Using SharePoint 2010 Word Automation Services Convert Excel And PowerPoint
Is there a way to convert Excel or PowerPoint Files with SharePoint 2010 Word Automation Services?
Currently we can convert word files using something like this
ConversionJob pdfJob = new ...
3
votes
1answer
191 views
Use Special Characters in ConverterParameter-Value
There is this MSDN article about spcial characters in WPF/XAML:
But those Things seems not to work in XAML Attributes:
<MyControl Text={Binding SomeProperty, Converter={StaticResource ...
3
votes
2answers
278 views
How to display strings in a WPF ListView in different colours?
I would like to fill a WPF ListView with strings using a databinding. My code looks like this (and work! ;) ):
Xaml:
<ListView
ItemsSource="{Binding Entries}">
</ListView>
...
3
votes
2answers
255 views
How do you change a bound value, reverse it, multiply it, subtract from it or add to it?
First; the question is rhetorical, I have an answer! I have gotten so much help from looking here that I wanted to give this neat trick back.
Imagine that you have a value that you want to bind to, ...
3
votes
4answers
657 views
Convert image to jpg from an html in client side (javascript)
I have an html form where users insert an image (input). My users may be not advanced users, so they may want to insert many different types of image format. However, I only want the user to send ...
3
votes
2answers
314 views
.NET Library for CGM File Conversion
I have been working on a utility to convert various files to PDF for easy printing/emailing. I'm trying to add support for CGM files but have not been able to find any libraries to help me do so.
...
3
votes
1answer
2k views
TemplateBinding with Converter - what is wrong?
I'm creating a game desk. I wanted to specify field size (one field is a square) as a attached property and with this data set value of ViewPort which would draw 2x2 matrix (and tile mode would do the ...
3
votes
2answers
2k views
SQL to LINQ converter required, any idea?
We have LINQPad which is great for testing Linq expressions targeting database.
Can any one recommend "free ware" tool, that could help us convert
"Sql Queries" to LINQ expressions
and why you ...
3
votes
4answers
2k views
UpdateSourceTrigger=PropertyChanged and Converter
I have a simple Converter that adds a "+" symbol to a positive number that is entered in a TextBox. When the number is entered I want to initiate some action, but I don't want to wait until the ...
3
votes
2answers
3k views
Open Source C++ to C# compiler/converter
Even if it requires manual input. Is there any good-enough option available?
3
votes
6answers
5k views
British English to American English (and vice versa) Converter
Does anyone know of a library or bit of code that converts British English to American English and vice versa?
I don't imagine there's too many differences (some examples that come to mind are ...
2
votes
1answer
53 views
Problems using the Python 3to2 fixers set
I'm a newbie to programming and need some help with the set of fixers to refactor code written for Python 3.x into code that can run on a 2.x interpreter.
I have Python 3.2, but the admissions for ...
2
votes
1answer
80 views
String to resources path converter
I can't find in my books if there is way to convert string to resources path in android development.
For example:
String path = "R.raw.mediaFile";
MediaPlayer myPlayer;
myPlayer = ...
2
votes
1answer
224 views
JSF 2.0 - selectOneMenu defaults to 0 when empty
For my project i want to implement a combobox with h:selectOneMenu. I read many posts about how to handle the selectOneMenu properly and how to implement a custom converter. The combobox shall store ...
2
votes
1answer
113 views
Class with builtin marshalling. Why are the field converters not working?
I have the following questions:
Should the marshalling be placed in a class helper instead? Or is it quite OK to place it "inside" the class?
Why are the field converters not working?
Using Delphi ...