file-conversion

PDF conversion service

I need to develop a service able to convert MS Office and Open Office documents to PDF. And the PDF`s also need to be commentable when opened in ADOBE Reader. I have used a piece of software from www.neevia.com. And it does the conversion, but is not able to make the PDF´s commentable and is therefore useless in my scenario. Ideally I ...

File conversion (.ods to .xls)

I have to convert a file from .ods format to .xls format. I select an .ods file using openfiledialog(), then get the file like emp.ods. Now I want to copy this file to another location in .xls file format, to change the extension, like filename in savefiledialog(). How can I set a Save-As type such as Microsoft Excel 97-2003 worksheet...

.mov file to .flv file conversion issue for ffmpeg using PHP

Hi all, Is there any possible way to convert .mov file to .flv file conversion issue for ffmpeg using PHP. If yes, kindly let me know how to do? Thanks in advance, Fero ...

How to convert .txt to .mht?

How to convert a flat .txt file to .mht? What APIs are available to help with the conversion? ...

HTML to RTF Converter for .NET

I've already seen lots of posts on the site for RTF to HTML and some other posts talking about some HTML to RTF converters, but I'm really trying to get a full breakdown of what is considered the most widely used commercial product, open source product or if people recommend going home grown. Apologies if you consider this a duplicate qu...

wav-to-midi conversion

I'm new to this field - but I need to perform a WAV-to-MIDI conversion in java. Is there a way to know what exactly are the steps involved in WAV-to-MIDI conversion? I have a very rough idea as in you need to; sample the wav file, filter it, use FFT for spectral analysis, feature extraction and then write the extracted features on to MID...

Convert from Excel xlsx to xls in Java

Hi all. I have an Excel 2007 xlsx file that I would like to programmatically convert to an .xls file. The xlsx file is an export from a reporting tool, and I would like to convert it to xls for better compatibility with the software stack of my application users. The xlsx is as plain as it gets. Just rows with data and basic type inform...

How to convert EOT font to TTF

Does somebody know a font conversion utility which is able to convert EOT fonts to ttf? ...

Automate converting excel xls file to excel xml

I have a web page where a user can upload xls files. When he uploads a file, i want to automate converting the excel file to excel xml. I want to convert it to an xml file as i think it will be easy to handle the data. Is it possible to write my own php function to do that? ...

Convert the uploaded files to specific file format which can not download

Hi, I have a problem regarding to prevent download and saving of uploaded files. My users can upload multiple files types like doc, pdf, ppt,etc.... This all file types are easily download if any one have url. So what is the better way to prevent the download of the file. Or i convert the uploaded files to some specific format which...

How do I convert a binary file to a byte array?

Given the path of a file (e.g. "C:\MyPicture.jpg"), how do I convert a binary file into a byte array? I know I have a lot of .NET objects at my disposal, such as BinaryReader, FileStream, StreamReader, and others, but I'm not sure of the best method to take a binary file and convert it into byte[]. How might this be accomplished? ...

Help with debugging COM errors? (.mdi to .pdf file conversions using Microsoft Office Document Imaging)

I thought I had a working solution for converting .mdi files to PDF using the Microsoft Office Document Imaging object model. The solution is in a Windows Service, but now I'm running into some errors that I'm having trouble tracking down info on. The exception I get is: The server threw an exception. (Exception from HRESULT: 0x80...

Convert PPT to PNG via python

I want to convert PPT to png, or other image formats using Python. This question has been asked on SO, but essentially recommends running OpenOffice in headless X server, which was an absolute pain last time I used it. (Mostly due to hard to replicate bugs due to OO crashing.) Is there any other way, (Hopefully using Linux CLI utilitie...

Convert html/css print media display to .doc with appropriate page breaks?

I'm looking to export a page that looks good in print media, to word. Can this be done automatically, or mostly automatically with office apis? The alternative is to create a program that reads all our style meta data and font meta data and convert to word and force a download. The issue is our style metadata is already built for css,...

Image to Canvas / HTML5 Conversion

Are there software/services for automated conversion of a typical image format (png, bmp, jpg/gif even) to Canvas / HTML5? ...

Printing several files of different formats from within asp.net application

We have a business application where users can upload documents and where admins later review them. These admins want to print these documents, preferably by just ticking checkboxes in the file list form and clicking a "print button". My problem is how to append the different documents, which of course can be of different formats, and s...

Reading TDM (Diadem) files from script

My customer is sending TDM/TDX files captured in National Instruments Diadem, which I haven't got. I'm looking for a way to convert the files into .CSV, XLS or .MAT files for analysis in Matlab (without using Diadem or Diadem DLLs!) The format consists of a well structured XML file (.TDM) and a binary (.TDX), with the .TDM defining how ...

Convert PostScript to HTML

For one of my projects I need to make PostScript files available for viewing online, My goal is to convert these PostScript files to HTML. I'd like to do it all in VB.NET code and in-memory stream and without using command-line programs. I think a perfect solution might be to write the PostScript to a stream, and simultaneously read th...

Converting file formats (PDF to TIFF?)

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? ...

how to convert tjp fileformat (tiled jpeg) ?

Hi, does anyone know how i can convert a tjp (tiled jpeg file) to another fileformat as jpeg, png, etc.? It would be great if i can convert them in batch, because i have lots of these files. kind regards, Daan ...