Questions tagged [file-conversion]

Use this tag for questions about conversion from one file format to another. If applicable, use a more specific tag like [image-conversion], [video-conversion] or [pdf-conversion].

This tag applies to any kind of conversion from one file format to another. However, certain types of file should use a more specific tag:

780 questions
6
votes
1 answer

Convert XLSX to CSV correctly

This is a problem very much like the one described here. However I need to do it horizontally, and my problems occur with the date. I'm on a Mac. This is a picture of my .xlsx document. I have lots of entries like the ones in the first three rows,…
jacob
  • 810
  • 3
  • 9
  • 19
6
votes
0 answers

All inclusive tool to convert different types of documents to pdf

I've been looking around the web for a tool I can use with Java. Whether it be a Java API or a command-line interface I can create a Java wrapper around to give me the ability to convert multiple types of documents to a PDF. Here is the list of…
Keith.Abramo
  • 6,952
  • 2
  • 32
  • 46
5
votes
2 answers

Convert Word Document to PDF using Java

I want to convert ms word document to PDF file using POI.jar(read the MS word Content) and Itext.jar(Creat the PDF File). For Plain text in MS word, I am able to conver into PDF. But I have few images on ms word. I want to put those images on PDF.…
srikanth
  • 103
  • 3
  • 8
5
votes
3 answers

C# "Backward" Convert Visual Studio 2010 .csproj project to 2008?

Possible Duplicate: how to convert a VS 2010 soultion back to 2008 I have a .NET 3.5 project in VS 2010. Is there a way to convert the VS 2010 .csproj file format to a VS 2008 .csproj file format without making a new project using VS 2008 and…
John K
  • 28,441
  • 31
  • 139
  • 229
5
votes
1 answer

How to convert wav file to mp3 in memory?

I have an application written using c# on the top of Asp.Net MVC 5 framework. My objective is to make a call to 3rd party service to download a wave file. Then I want to convert this file into mp3. Finally, I want to return the mp3 file as (byte[])…
Junior
  • 11,602
  • 27
  • 106
  • 212
5
votes
2 answers

Export large html table to excel using javascript

I am using following code to generate excel file from html table, It is working fine for small scale data set, When it comes to large html table data set it is showing download error. //creating a temporary HTML link element (they support setting…
Dimuthu
  • 1,611
  • 1
  • 14
  • 16
5
votes
1 answer

How do I solve this below exception I get when converting docx to pdf using Documents4j library?

I am using the below code to convert docx to pdf. public static void main(String[] args) { File inputdocxfile = new File(System.getProperty("user.dir") + "/src/test/resources/files/output/"); File outputpdffile = new…
user2493028
5
votes
2 answers

Multi-format file conversion design pattern

In the past, I tried two times implementing a multi format converter. One was a Markup converter which should be able to convert GitHub, StackOverflow, MoinMoin, MediaWiki etc. The other is a photobook converter which currently converts ifolor to…
Daniel Alder
  • 5,031
  • 2
  • 45
  • 55
5
votes
3 answers

How to convert a .wav file to a .caf file for use in iOS

I don't know squat about audio or the Terminal. I've use this Terminal command to convert a wav file for use in iOS: afconvert -v -f 'caff' -d LEI16 -s 1 /users/myUserName/Desktop/hibeep.wav /users/myUserName/Desktop/hibeep.caf After adding the…
Carl Carlson
  • 500
  • 4
  • 17
5
votes
3 answers

Python Convert Excel to CSV

Seems there are a lot of posts on this subject and my solution is in line with what the most common answer seems to be, however I'm encountering an encoding error that I don't know how to address. >>> def Excel2CSV(ExcelFile, SheetName, CSVFile): …
MrBubbles
  • 405
  • 2
  • 7
  • 19
5
votes
1 answer

How to convert binary private key file in to pem format which is acceptable by openssl

I have a private key file which is in binary format. I need to convert it into .pem format. I am able to convert using base64 but openssl is not accepting this file. Is there any other way to convert binary to .pem which is acceptable by openssl.
Chinna
  • 3,930
  • 4
  • 25
  • 55
5
votes
4 answers

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…
nickytonline
  • 6,855
  • 6
  • 42
  • 76
5
votes
1 answer

Convert DAISY file to PDF Or PDF or Word document

I have a DAISY zip file downloaded from OpenLibrary.org. How can I convert it to pdf/epub/word document?
nRk
  • 1,251
  • 7
  • 24
  • 50
5
votes
1 answer

Converting correctly pdf to ps and vice-versa

I'm using "pdftops" to convert .pdf files to .ps files and then "ps2pdf" for the reverse process (poppler-utils). The problem is that when creating the .pdf files from the .ps files, the text looks ok, but when i try to copy it, the characters are…
Andrei F
  • 4,205
  • 9
  • 35
  • 66
4
votes
0 answers

unable to load PHP_ffmpeg.dll

Been trying to make this work but no luck. I always get PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_ffmpeg.dll' - The specified module could not be found. Using XAMPP 1.7.4 on a Windows 7 64 Bit Computer. Tried…
Alexis Zenigata
  • 167
  • 1
  • 1
  • 10