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
4
votes
2 answers

Google App Engine Conversion API failing with BackendError

I am trying to convert html to pdf. The conversion works fine if I don't include any images, but if I include images it fails with error code 3 and Description BackendError. I'm referring the image asset included as static/thumb.jpg in my html…
Insidi0us
  • 1,088
  • 9
  • 17
4
votes
2 answers

Using Html5 / Javascript graphics in some graphic editor

I got some graphic design that was made using JavaScript / Html5 Canvas. Take a look here: http://yeda.us/js/logos.js now, i need to give this graphic element to a graphic designer in some format he can work with: in either photoshop or Illustrator…
4
votes
1 answer

How to convert using PANDOC a markdown file to rtf

I am new to pandoc and I am strugling to get a file convesion done. I want to convert a markdown file to a rtf file. pandoc -f markdown -f rtf 1.md -o file.rtf I am using the following command, however it just does not do the work correctly, as it…
4
votes
1 answer

Script to convert .XLSX to Google Sheet and move converted file

I know it is possible to convert excel files to Google Sheets using script and drive API, but I'm looking for script to convert the excel sheet and move the converted file to a different folder. So the required steps are as follows: Convert excel…
4
votes
2 answers

Convert a gdoc into image

is there a way to create an image (e.g. a png) from a google document? I really mean an image, not just a pdf. GetAS only creates pdf, but returns an error if contentType is set to image/png or other equivalent formats. My (actually trivial) code…
4
votes
1 answer

Comtypes has no attribute '_Application'

I'm experiencing a weird bug in a file conversion script I wrote in python. I'm using the comtypes library to convert different types of files into pdfs and for some reason, I get module 'comtypes.gen.Excel' has no attribute '_Application' whenever…
Jacob Rodal
  • 620
  • 1
  • 6
  • 12
4
votes
1 answer

Sox file format fail

I have tried to convert pcm files to wav, but keep getting a FAIL format error, no matter how many (or few) options I try. I am wondering what I need to do to get the file handler for pcm files. Installing sox again and updating the terminal did…
Ingerid
  • 131
  • 1
  • 5
4
votes
0 answers

Conversion one outlook .msg file to .pdf after drag and drop in C#

I'm writing a small program for pdf edit. This program may to print label in one specific place on first pdf page. Files which are edit are select by drag and drop. Everything is fine, but I need to write function which convert file to pdf before…
4
votes
3 answers

Convert Wavefront .obj to .off

How can I convert a Wavefront's .obj file to a .off file ?
Gabriel Devillers
  • 3,155
  • 2
  • 30
  • 53
4
votes
1 answer

Convert WAV file to TXT file

I have an 8-Bit-WAV-file which I would like to convert into a plain TXT-file. It's important that the resulting TXT-file only contains numbers between 0 and 255, representing the value of every single sample. Of course something like -128 to 128…
lsgng
  • 465
  • 8
  • 22
4
votes
7 answers

iOS Code to Convert m4a to WAV

Does anyone have any code snippets that show how to convert an M4a file to WAV? I know there are libraries that convert the other way around. Thanks.
O2U
  • 429
  • 2
  • 8
  • 22
4
votes
2 answers

How to turn an s3 object string into something useful when using laravel 5.1 filesystem

I'm at a loss. I'm trying to display an object (image.jpg) I successfully have uploaded to my s3 bucket. I have made sure the file is set to public. I use the Storage::get(); method which the doc says "returns a string of the object". See here: The…
MartinJH
  • 2,590
  • 5
  • 36
  • 49
4
votes
2 answers

Convert XHTML to Word ML

What is the best way to convert word HTML to word XML? I cannot buy a tool so need something preferably XSLT which is free and works suitably with basic formatting like paragraphs, lists, bold and italic.
Mary
4
votes
0 answers

Reading info from .FRX file (proprietary VB binary format) into Java project?

In my job, I am currently working on a massive VB6 to C# application porting project. I am currently completing a designer project in Java to create designer files for the translated VB forms. An issue I am having is with the pictures and text too…
HavelTheGreat
  • 3,299
  • 2
  • 15
  • 34
4
votes
1 answer

JSON to JSON-LD

I want to convert JSON file into JSON-LD. Can anyone tell me, what are the procedures/steps should be done to do that? or Is there any tools for doing that conversion done? Thanks
Saiful Islam
  • 124
  • 2
  • 14