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

Perl: Can't use 'defined(%hash)'

On MacOS 10.13.6 High Sierra, I want to convert a list of mails that I have exported in eml format files (with Thunderbird), to HTML files. To perform this, I have installed the tool called "mhonarc". But at the execution, when I do : mhonarc…
user1773603
3
votes
2 answers

Convert IBM Lotus Notes file to text

How can I convert an .nsf lotus file to a text file? i want to write a java program to read .nsf file which is on my system. i have tried it simply but it is showing non english character is their any way to get access them normaly. EDIT: That code…
3
votes
4 answers

convert war file to exe file

I have a file in .war format. Is it possible to convert it to an .exe or .jar file?
syafikah
  • 173
  • 2
  • 2
  • 7
3
votes
1 answer

Unable to convert PDF to any Image format in C# With Imagemagick

this is my first question here so please don't be to harsh on me :) Anyway, let's get right to it: For an application I need to convert a PDF file to an Image file (Specific format doesn't matter but preferably png or jpg). To get this done, I try…
Melvin Winthagen
  • 277
  • 1
  • 2
  • 9
3
votes
1 answer

Audio Conversion using C#.Net

I want to build a simple Audio Converter (between major file formats) using C#.NET, so I need to know the basic steps to do so. Thanks.
3
votes
1 answer

How to Covert PNG to JPEG using Pillow while image color is black?

I have looked at the below links to see how to convert PNG to JPG: How to get alpha value of a PNG image with PIL? PIL Convert PNG or GIF with Transparency to JPG without The conversion works as expected, but when the image color itself is not…
Alireza
  • 6,497
  • 13
  • 59
  • 132
3
votes
1 answer

Pandoc Windows batch file builds wrong path openBinary file does not exist

THE ISSUE This may just stem from a lack of deep understanding of Windows batch file coding. I am trying to write a simple one-line batch file that will process every file in a directory using pandoc to convert all doc or docx (MS Word) files to…
3
votes
2 answers

How convert a audio file into byte array with javascript

I'm trying to convert a .wav file to a byte array string. I need to do this on the back-end targeting the file is becoming an issue. files.forEach(file => { let index = files.indexOf(file) let reader = new…
fengelhardt
  • 965
  • 11
  • 24
3
votes
1 answer

Vim conversion error on EUR-sign € and dash-sign - when saving the file

In (mac)vim I use the following .vimrc set guifont=Meslo_LG_M_Regular_for_Powerline:h12 set encoding=utf-8 When I write a € sign in the buffer and try to save it, I always get an error CONVERSION ERROR in line xxxx This appears as well on some…
jerik
  • 5,714
  • 8
  • 41
  • 80
3
votes
1 answer

Java : PDF page preview error, expected xref

I am trying to create a preview for PDF files which are created by Ballasamic Mockups. Around 50% of the time, I am not getting a preview and getting xref missing error. What am I doing wrong? Error log : com.sun.pdfview.PDFParseException: Expected…
We are Borg
  • 5,117
  • 17
  • 102
  • 225
3
votes
2 answers

Converting a large XML file to Excel

I want to convert the following XML file (WARNING: it's 40MB), http://www.rvo.nl/sites/default/files/open_data/dop_projecten.xml, to a more readable format. Any hints on how to do this? I have been trying to convert it to Excel, but it keeps…
Sem
  • 31
  • 1
  • 1
  • 2
3
votes
0 answers

Convert .csv into .xlsx (JavaScript/CMD/Notepad)

I have a script (JS) which returns me a .csv-file (comma separated). It works perfectly fine. I can convert the .csv into a .xmls via Excel manually. However I would like this to be done by a script/command line. Is something like this possible? I…
Faizy
  • 299
  • 2
  • 12
3
votes
1 answer

convert .spd file to pdf file

I have an .spd file and I want to convert it to pdf file, I looked for libraries over web but couldn't find any. Actually, my android app gives me spd and jpg file. I am able to convert from jpg to pdf but it takes a lot of time and I also used…
3
votes
1 answer

FFMPEG Bit Rate as 16Bit for Audio Conversion

I am using FFMPEG Audio Converter to convert the file format. At Present it bit rate is 176.4 kbit/s, so it file size to big. I want to convert it as possible at low bit rate but unable to find any solution. I use below command line to convert the…
Mitesh Machhi
  • 203
  • 2
  • 5
  • 18
3
votes
0 answers

How to Extract Unicode Text from EMF file format

I am trying to extract unicode text from the EMF files extracted from the printed SPL (spool file). I can't find any description or source code that describes exactly how to read the following EMF…
Patrik
  • 1,286
  • 1
  • 31
  • 64