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

C code to a HEX file

I'm using Linux in my work lab to convert .c code to .elf/.hex in order to load it to a Teensy++ 2.0. How could I do this using Windows at home? Is there a C to HEX converter? This is the terminal commands I'm using in Linux: avr-gcc…
jsan
  • 1,047
  • 8
  • 20
  • 33
-1
votes
3 answers

How would you convert this swf file to run as an app on iOS(or to fully function the way it does now)?

I stumbled upon this developers marvelous PipBoy iOS app, and was eager to see it finished so I could get a copy and fulfill my dream of owning it. However, he's been silent for a long time, but posted this preview here…
user2284853
  • 1
  • 1
  • 1
  • 1
-1
votes
1 answer

pdf/a-1 to any raster image format

I'm looking for a very simple C or C++ open source converter from pdf/a-1 to any image format. I've seen something like mupdf but more than 200 source files are too many for my application. Pdf/a-1 is a subset of pdf so my hope is to find something…
-1
votes
1 answer

Converting HTML to DOCX

I'm looking for all existent possibilities to convert an HTML document to a DOCX one. Context : I have some documentation that it's written and maintained in HTML (No complex thing, just simples H1, H2, P, IMG elements), and I would like to convert…
Jean-Michel Garcia
  • 2,359
  • 2
  • 23
  • 44
-2
votes
1 answer

COM problem when i run my flask code on IIS when using docx to pdf conversion

I have a flask app that contains a function to create a docx document then converts it to pdf, when i run the code on my local machine everything works fine and the pdf document is created but when i host the app on IIS on deployment machine with…
-2
votes
1 answer

How to convert jpg file to tiff file in python?

The conversion of .jpg file to .tiff file in python. I have tried the following two approaches but while using the output tiff file in my project, it doesn't support it. import aspose.words as aw doc = aw.Document() builder =…
Cosmo
  • 31
  • 6
-2
votes
1 answer

File.txt converted into a string

I am trying to figure out how to convert a file.txt into a string so I can use the find() operation to find certain text in a .txt file. Does anyone know how to convert a .txt file into a string using python 3? First Time Asking A Question On Stack…
-2
votes
1 answer

How can I convert an ATS file to SFMOV file?

I have captured raw videos in .ats format via a FLIR SC8000 camera using ResearchIR software. I need to convert them to .sfmov format. How can I do this?
Mona Jalal
  • 34,860
  • 64
  • 239
  • 408
-2
votes
1 answer

complete noob, How do I make a script to convert individual pages of a PDF as images AND save them in folders with the same name as the PDF?

For example, if I have book1.pdf and book2.pdf, I would like to create a script where the pages of the pdfs are converted to images and are saveed in their separate folders: book1 folder and book2 folder. It's something this program does but I do…
-2
votes
1 answer

I downloaded my chrome bookmarks to move to a new computer and it saved as a XML instead of HTML - when I try to convert i get an error

I tried using several conversions -- I've used Altova and a couple of other free software options. I don't know how to add the XML file for you to view but would really appreciate some help!
-2
votes
1 answer

Convert file with XPT extension to Excel using Perl

I am currently new to Perl Scripting a detailed explanation would be helpful. I tried using the SAS Parser module but i guess it is for .sas files only. Please suggest which library to use for this task.
Saumya Pandey
  • 317
  • 1
  • 10
-2
votes
1 answer

Starting format for text file to be converted to other formats

I need to write a document using images, texts, hyperlinks... And then convert it to PDF and DOC (but in the future it can be converted to more file formats). What's the best "starting format" for this document?
faday
  • 1
-2
votes
3 answers

Other way to optimize this C# Code?

I creating a conversion of mdb records to sql records, for me it is working fine.. but when the records much larger the speed is very slow.. I think there is other way to optimize the parsing and extracting of the records?? using System; using…
jovenb
  • 120
  • 2
  • 9
-3
votes
1 answer

FFMPEG script to convert all Webm files in a folder to Gif, and then delete those Webm

I'm using FFmpeg with DirectoryMonitor, a folder watching program. When a webm is added to the folder i want to execute a script to convert all webm files in that folder to gif, and then delete those webm files.
Erlja Jkdf.
  • 171
  • 2
  • 12
-5
votes
2 answers

Python converting text file to all caps

I'm new to python, and I'm trying to figure out how to write a program that prompts the user for the name of a text file, converts the contents of the text file to all caps, and then saves it as a new file.
NickyNick321
  • 213
  • 1
  • 4
  • 12
1 2 3
51
52