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

How to convert .docx to .pdf in C#

Now we are using OpenXML to read data from database and generate doc. But the final requirement is to be a pdf. So I want to know how to convert .docx to pdf in C#. Could anyone for help? Or provide some information.
Robin Sun
  • 1,352
  • 3
  • 20
  • 45
15
votes
0 answers

How to convert EOT font to TTF

Does somebody know a font conversion utility which is able to convert EOT fonts to ttf?
Tom Schaefer
  • 897
  • 1
  • 7
  • 17
13
votes
1 answer

Is there a way to convert SWF to HTML5

Since Swiffy is gone, I was wondering if there are still ways to convert an SWF to HTML5?
13
votes
2 answers

Is it possible to convert a .Sketch file to an .SVG?

Is it possible to convert a Sketch file to an SVG without actually having Sketch or DrawIt? I know it's theoretically possible since they're both vector, but I use Windows and Linux, so I don't have a Mac to open the files with.
Ky -
  • 30,724
  • 51
  • 192
  • 308
12
votes
5 answers

Converting from *.hex to *.bin for ARM on Linux

I want to upload program to my STM32F4 Discovery board using st-flash command. Problem is when I try to upload *.hex or *.elf file it is just not working. I tried many ways ( like using xxd ) of converting from *.elf or *.hex to *.bin but it is…
Jacajack
  • 759
  • 2
  • 11
  • 23
11
votes
2 answers

ImageMagick ghostscript 'delegate' security policy blocking conversion

This seems to be related to my previous question where there was a ghostscript bug and thus ImageMagick devs made a security policy blocking PDF conversion. This was overcome by adjusting the policy file such that rights changed from "none" (by…
T. Zack Crawford
  • 7,646
  • 3
  • 11
  • 18
11
votes
2 answers

Export svg from Inkscape to Corel Draw

I'm working in Inkscape exclusively but sometime people require files writen in cdr file. Is there a way to safely export from Inkscape and then import in Corel Draw? I've used Corel X3 and when I imported svg, I've get garbage (sometime it work,…
jcubic
  • 61,973
  • 54
  • 229
  • 402
10
votes
3 answers

Converting PDF to string

How read PDF file and put content into string? Using PHP language.
lolalola
  • 3,773
  • 20
  • 60
  • 96
10
votes
5 answers

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…
Dolphin
  • 375
  • 2
  • 8
  • 16
9
votes
1 answer

Is there a conversion tool for XML to YAML?

I have an XML file structure and I want to convert it to YAML file structure and probably also for the future use. Could you please suggest/recommend me a conversion tool to convert XML to YAML?
olidev
  • 20,058
  • 51
  • 133
  • 197
9
votes
1 answer

How do I fix "missing character" warnings when converting from docx to pdf using Pandoc and LaTeX?

Goal I have several thousand Khmer-language .docx files and would like to convert them to .pdf format using Pandoc. Background I installed Pandoc using MacPorts. Pandoc requires LaTeX for PDF conversion, so I installed MacTeX. Installation appears…
Brian Croxall
  • 249
  • 2
  • 8
9
votes
5 answers

Error in converting images in Imagemagick

I use Imagemagick convert to convert pdf file to png as follows: Magick convert -density 300 PointOnLine.pdf -quality 90 PointOnLine.png It gives me the following warning: convert: profile 'icc': 'RGB ': RGB color space not permitted on grayscale…
user585440
9
votes
5 answers

MS Paint command line switches

I have been looking for documentation related to interacting with MSPaint from the command line. I have only found references to /p, /pt and /wia, but no guidance as to how to use them and their limitations. I am trying to send some graphics files…
steve_mtl
  • 960
  • 4
  • 12
  • 18
9
votes
3 answers

What is a good option for converting Office Documents to PDF or Image

Basically, what i want to know is, is there any better open-source option other than JODConverter, Apache POI, docx4j to do a conversion of Office documents - docx,doc,xls,xlsx,odt.. in to a PDF format. I have tried all these options, its working…
Kris
  • 8,680
  • 4
  • 39
  • 67
8
votes
0 answers

How to convert CorelDraw .WI wavelet-compressed image

I have a large sample of .WI images I need to convert to e.g. JPEGs, but the format now seems defunct. The mimetype is image/wavelet. The compression algorithm was developed by Summus, a US company that also now seems defunct. The last CorelDraw…
jtlz2
  • 7,700
  • 9
  • 64
  • 114
1
2
3
51 52