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
0
votes
1 answer

How to read files which contain gap i filenames using 'antiword'?

I am using 'antiword' to convert MSword document to text. I have a file with name "care job house keeper catering job13806.doc" and antiword cannot read this if passed in script. public function Convert($filenames) { return $content…
0
votes
1 answer

How can I convert sound files into a different format using php on a windows server?

My server admin says that on a shared windows server, 'exec()' cannot be used. I would use the exec() function to run SoX CMD Commands. What is the alternative? Funny that they say SoX is installed, but how do I use that without exec()? What I want…
0
votes
3 answers

how can I convert a file with .arff format to .txt file format?

How can I convert from .arff file to .txt file? I couldn't find any converter in the internet.
user1430675
  • 31
  • 1
  • 5
0
votes
2 answers

Convert a txt file to XML in Scala

I'm supposed to convert a small flat text (txt) file to XML for a program I'm running in Scala but don't know where to start. I've tried various methods but am having trouble so far. My file is of a few strings and several integers. I'm still…
-1
votes
1 answer

Converting hdf5 file to nc file using Python

guys I have a list of hdf5 files in my directory and I want to convert hdf5 files to nc files. Is there a way to do this in Python? I tried using bash but encountered a lot of problems in the wsl. So I want to do this in Python. I suppose there's a…
Adib
  • 1
  • 1
-1
votes
1 answer

Convert RDF files into TXT?

Any ideas about software or methods to convert RDF into TXT? I have many different file into rdf format and I am looking for a converter? All the best.
-1
votes
1 answer

Converting Toml format to Json Format in Golang

I have toml file and that needs to be converted to Json and vice versa and in golang packages it has just command tools rather than functions. It would be great if anyone has precise idea about how to convert toml to json and vice versa in Go…
-1
votes
1 answer

How to convert GitHub file into executable jar file

I need to download a source code from github and convert it into a .jar file which I can then use. I’m quite new with Java, this is really one of the first times I’ve delved into it so I don’t really know where to begin. I did actually do some…
-1
votes
3 answers

How do i convert wav file to mp3 file if i have url of file using php?

I have a url of the wav file http://xyz.com/recordings/employees/test.wav What i want to know is how can i change this file into mp3 format and store it in a particular location using php script because this file is located in some other server? I…
Pankaj Khurana
  • 3,243
  • 10
  • 50
  • 79
-1
votes
1 answer

How to automate the conversion of PPT into PDFs?

I currently have a template for certificate in PPT format and wish to convert (or print) it to PDF. I have a python list of people names that I am passing to python in the form of a list. I need help with library and code to write a python script to…
LVA
  • 39
  • 1
  • 7
-1
votes
1 answer

Binary to it's original format

Is there any possible way to determine the original format of a binary file? If No, then we are on the same page, but if yes, then how? What makes a binary format file of pdf different with binary format of a txt file? Also, can we convert a binary…
Ashish Singh
  • 399
  • 4
  • 11
-1
votes
1 answer

Non readable/editable file format for script files in Linux

I have written a script in a linux machine using python. Is there a way to convert .py script file into non readable format such as .exe in windows. Let me know your answers please.
-1
votes
1 answer

Convert Access database into delimited format on Unix/Linux

I have an Access database file and I need to convert it into delimited file format. The Access DB file has multiple tables and I need to create separate delimited files for each table. So far I am not able to parse Access DB files with any Unix…
navku
  • 192
  • 3
  • 8
  • 22
-1
votes
2 answers

How to convert xml file to csv file using python

I have a xml which i want to convert into csv but i am getting error. In my xml file i wish to write only selected columns into csv. import xml.etree.ElementTree as ET import pandas as pd root =…
Ani
  • 147
  • 2
  • 14
-1
votes
1 answer

How do you convert a .wav file to .ogg in C#?

The program I'm writing uses NAudio to convert a .ogg stereo track to mono. The problem is NAudio only seems to export as a .wav format. I can't seem to find a straight forward answer for converting a .wav to .ogg. Any help would be great, thanks.
Anax
  • 1
  • 1