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

Convert xlf to html using okapi

I have implemented a local service that allows converting multiple formats like html, docx, xlsx, tmx... to XLIFF. After performing a specific process with xlf generated file I want to get it back to its original format. I use okapi libraries for…
0
votes
1 answer

Endian attribute in a config. file

I want to run a benchmark by simplescalar, but when I want to run it by this command: ./sim-profile anagram.pisa-big words < anagram.in > OUT it gives me the following: fatal: PISA binary `anagram.pisa-big' has wrong endian format Somebody told…
0
votes
3 answers

Convert text file to PDF file using Powershell

I have a text file that has simple firmware versions on it. I need to convert the text file to a secure pdf file using powershell scripts. Also, Is there a way to put a date and timestamp on the file when its converted? I don't quite know how to do…
gmoney
  • 335
  • 1
  • 5
  • 16
0
votes
1 answer

conversion error from numeric to factor in raster: Error in 1:ncol(r) : argument of length 0, r command: as.factor()

I was wondering how I can solve the following conversion problem of a raster file: when I try to convert the values from the raster (r) from numeric into a factor via as.factor(r) always the error appears: "Error in 1:ncol(r) : argument of length…
0
votes
1 answer

How to create a pdf file from a text field

I have a website where a user can view a pdf file which was uploaded to the site and he/she then enters notes about that pdf file into a text field. I would like to give the user the option to export both the pdf file and the notes which they took…
terp2014
  • 3
  • 1
0
votes
1 answer

Handbrake fails with "scan: unrecognized file type" in my Python conversion daemon

I'm developing a Python daemon responsible for converting multimedia files to .mp4 format. The idea is to have the daemon running and, whenever the user requires, I add the desired video to a Queue and a thread eventually gets the video from the…
João Pereira
  • 3,545
  • 7
  • 44
  • 53
0
votes
1 answer

Automate converting excel xls file to excel xml

I have a web page where a user can upload xls files. When he uploads a file, i want to automate converting the excel file to excel xml. I want to convert it to an xml file as i think it will be easy to handle the data. Is it possible to write my…
chupinette
  • 456
  • 3
  • 9
  • 22
0
votes
1 answer

Batch convert tab delimited files to xls

Is there a quick way to convert multiple files which are tab delimited, (each) into xls format ? Any MATLAB/VBA script will be great ! Thanks a lot !
mantu pandey
  • 133
  • 5
  • 12
0
votes
0 answers

Is there a less convoluted, preferably automatable, way to convert PDFs to HTML?

I need to convert PDF files to HTML. I can do this manually via several steps, using this (Rube) Goldberg variation: 0) Save PDF as text 1) Copy-and-paste text into MS Word 2) Save MS Word doc as HTML I feel like I'm walking on my hands doing that,…
B. Clay Shannon-B. Crow Raven
  • 8,547
  • 144
  • 472
  • 862
0
votes
1 answer

Watch S3 Bucket and Process Files

How would I watch an S3 bucket and have the files that were uploaded to say a folder called in be processed and then placed in a folder called done? I am converting PDF files into PNGs for a client and would love to not have a processing node…
DigiLord
  • 1,014
  • 1
  • 10
  • 17
0
votes
1 answer

Apply automated file conversion (transformation) starting at a past revision, preserving history

For a given project (on which I'm currently working exclusively), I'd like to apply a certain automated conversion on some files. For this discussion, let's assume I want to change line endings from Windows style to Unix style on all text files. I…
krlmlr
  • 25,056
  • 14
  • 120
  • 217
0
votes
2 answers

Converting PDF to TIFF

I am looking for some tool or library (.NET version will be perfect) I could use to convert some big PDF files (over 200MB) to TIFF in the product we are developing for our client. I need tool I could call from the command line or a library that I…
veeroo
  • 752
  • 6
  • 25
0
votes
2 answers

How to convert binary text into useable file

So I use the following methods (File is converted to Byte Array through 'convertFileToByteArray()', then written to .txt file by 'convertByteArrayToBitTextFile()' to convert any kind of file into a Binary Text file (and by that I mean only 1's and…
Jonas Bartkowski
  • 357
  • 1
  • 6
  • 15
0
votes
2 answers

programmatically converting document files to a PDF file using C#

I need any api or library that can convert some file formats to a PDF file using C#. The source file format can be: .doc, .docx, .jpg, .png, .tif, .xlsx, .xls, .bmp, .rtf Is there any library or exe which I can install on my server and it converts…
Chatur
  • 331
  • 1
  • 8
  • 17
0
votes
1 answer

convert hus and pes file to any types of images

I am trying to convert a massive number of hus and pes files (embroidery files). I was able to do it using ImageMagick in centos but I encountered memory allocation errors and also it only works for pes files. Is there a script that can handle this…
cuzzea
  • 1,515
  • 11
  • 22