Top "Converter" questions

Converters can change data from one type to another, translate data based on cultural information, or modify other aspects of presentation.

Custom JsonConverter WriteJson Does Not Alter Serialization of Sub-properties

I always had the impression that the JSON serializer actually traverses your entire object's tree, and executes the custom JsonConverter's …

c# json serialization json.net converter
Convert PNG to SVG using python

Is there way to convert a png file into SVG file using only pure python or a python module such …

svg png converter wand
RGB to HSL conversion

I'm creating a Color Picker tool and for the HSL slider, I need to be able to convert RGB to …

colors converter rgb hsl
How to dynamically add a converter in code-behind

I am Binding a Datagrid to dynamic data via IDictionary: http://www.scottlogic.co.uk/blog/colin/2009/04/binding-a-silverlight-datagrid-to-dynamic-data-via-idictionary/comment-page-1/#comment-8681 …

.net wpf silverlight code-behind converter
Converting docx/odt to PDF using JavaScript

I have a node web app that needs to convert a docx file into pdf (using client side resources only …

javascript node.js ms-word converter jspdf
ffmpeg convert from H.264 (High 4:4:4 Profile) to H.264 (Main Profile)

How can I convert a video from H.264 (High 4:4:4 Profile) to H.264 (Main Profile) using ffmpeg? I can't do that …

video ffmpeg converter codec
What is the easiest way to convert this XML document to my object?

I have an XMLDocument that i need to read in and convert into a set of objects. I have the …

c# xml converter xmldocument
Can you use an IValueConverter in a binding on the BorderBrush property?

I have a class that implements IValueConverter that is intended to be used to convert a Boolean value into a …

wpf converter
Primefaces selectOneMenu converter called but not working

I've looked at the other questions this and this, etc, the problem is that my convert gets called but the …

java jsf-2 primefaces converter selectonemenu
How to convert pptx files to jpg or png (for each slide) on linux?

I want to convert a powerpoint presentation to multiple images. I already installed LibreOffice on my server and converting docx …

linux jpeg converter powerpoint libreoffice