Questions tagged [conversion]

Converting from one file format into another. Use a more specific tag if possible depending on your application.

"Conversion" on Super User deals with converting files or data in one format to another.

There are more specific tags available. Use them, if possible:

1214 questions
199
votes
14 answers

How do I convert an SVG to a PDF on Linux

How do I convert an SVG (containing a few words of latin text and some simple vector graphics) to a PDF on Linux? I tried Inkscape 0.47 on Ubuntu Lucid, but it moves some sub-graphics randomly, and it makes some lines shorter in the output PDF. So…
pts
  • 7,648
166
votes
11 answers

How to convert a PDF document to PNG?

Is there a free way to convert a PDF document to a PNG image?
Raymond
  • 2,850
162
votes
5 answers

How can I get ffmpeg to convert a .mov to a .gif?

I'm trying to convert a .mov to a .gif and I'm not having success. Here's the error: ffmpeg -pix_fmt rgb24 -i yesbuddy.mov output.gif ffmpeg version 0.11.1 Copyright (c) 2000-2012 the FFmpeg developers built on Jun 12 2012 17:47:34 with clang 2.1…
133
votes
7 answers

In ffmpeg, how to delay only the audio of a .mp4 video without converting the audio?

In my .mp4 file the audio delay is -3840 ms. I synced it in KMplayer, and I don't want to use MKVGUI to make a .mkv file. I just need to delay the audio by 3840 ms, everything else should be left intact. What would be the right command to accomplish…
Alireza
  • 1,331
114
votes
6 answers

How should I convert Markdown (or similar) to a Word Document?

Here's the deal: In school I want to write my actual content in Markdown (using [Q10] or Notepad++) in school so that I can actually focus on writing without the ugliness of Word 2000 on my screen, but I have the problem of actually converting the…
digitxp
  • 14,884
99
votes
3 answers

Can't convert PDF into image, because of 'no images defined' error

I've the following PDF file: http://www.fmwconcepts.com/misc_tests/pdf_tests/test.pdf But when I'm trying to convert it via: $ convert test.pdf test.png I've the following error: convert: no images defined `test.png' @…
kenorb
  • 26,615
92
votes
8 answers

How do I convert a DjVu document to PDF in Linux using only command line tools?

I've got some documents in DjVu which I'll like convert to PDF. Is there a way to do this using command line OSS tools?
GeneQ
  • 5,087
86
votes
5 answers

How to convert an Inkscape SVG file into a Microsoft Word drawing?

How can I convert or insert an Inkscape SVG file to a Microsoft Word document? Note: It has to be editable. The resulting exported PDF has selectable text.
monksy
  • 1,751
75
votes
1 answer

Converting the encoding of a text file (Mac OS X)

Possible Duplicate: How can I convert multiple files to UTF-8 encoding using *nix command line tools? Okay, now that I can detect the encoding, I know that my encoding is using charset=iso-8859-1 instead of utf. How can I convert this?
Casebash
  • 7,727
68
votes
6 answers

How to merge pdf:s using Imagemagick (resolution problem)

When I try to merge two .pdf files using Imagemagick convert pdf1.pdf pdf2.pdf temp.pdf the resulting temp.pdf file seems to have very low resolution. How can I keep the resolution same as in the source files?
jraja
63
votes
12 answers

How to convert a 1 page PDF to a 2 page per sheet PDF?

I would like to print a PDF so that on the front of the first page are the first two pages, on the back the 3rd and 4th and so on. ----------------- ----------------- | | | | | | | | | |…
mokasin
  • 741
  • 1
  • 5
  • 6
60
votes
8 answers

How to decode AAC (.m4a) audio files into WAV?

How would you convert (decode) AAC files into WAV format? (Or, if you prefer, how to decode & re-encode them into MP3 or Ogg Vorbis? But WAV is sufficient as I already have good tools for WAV ➔ MP3/Ogg conversion.) I'm mostly interested in Mac or…
Jonik
  • 5,940
58
votes
8 answers

Using Gimp to batch convert images to another format in Windows

As implied by the title, does anybody know how to use the gimp-console-[version].exe program to batch convert images between formats (with default settings) in Windows ?
56
votes
9 answers

How to convert WMV to MP4?

How can a set of WMV files be converted to MP4 so I can import them to my Apple TV?
burnt1ce
  • 1,257
56
votes
10 answers

How to convert Word (doc) to PDF in linux?

I have a set of files in .doc format, that need to be converted to .pdf format. I am using Ubuntu linux.
nitins
1
2 3
80 81