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

Conversion .dat to .mat using Python

I have a directory in which there are files with the extension .dat. How can I quickly convert all files in this directory to .mat expansion.
SoH
  • 49
  • 7
-1
votes
1 answer

How do I convert a .csv file to .tab in R?

I need to convert a file of .csv format to one of .tab format. How do I go about this in R?
rkl
  • 47
  • 8
-1
votes
1 answer

How to convert and save a docx to pdf in c# using telerik controls

Hi I am trying to convert DOCX to PDF conversion in C# using only telerik controls not any other third party assemblies or introp. I found similar questions in stack overflow but didn't get the proper answer means unable to proceed with those…
Learner
  • 139
  • 1
  • 9
-1
votes
1 answer

Dicom to .PLY Conversion using VTK

I am trying to convert a DICOM file into PLY format using VTK to further convert it into .pcd (point cloud format). I have followed the example provided here. However in the above example the code is supposed to change .vtu format into .ply format.…
-1
votes
1 answer

Can I convert a Jekyll markdown page with plugins enabled to PDF?

I want to convert a Jekyll markdown page to PDF, but it doesn't work with Pandoc because I have used the Jekyll-scholar plugin to compile some bibtex citations. Using a browser to convert from html to pdf doesn't look good either. The source code is…
Xiaodong Qi
  • 359
  • 6
  • 11
-1
votes
1 answer

Can I convert doc to docx, ppt to pptx, xls to xlsx and vice versa with okapi and java?

I'd like to ask can I convert MS-office files using java and okapi? Such as doc to docx, ppt to pptx, xls to xlsx and vice versa. Maybe convert the file to xliff and then convert the xliff to the required format? Thanks in advance.
-1
votes
1 answer

iTextSharp support for HTML controls conversion C#

Does iTextSharp HTML to PDF conversion support controls like Textboxes, Buttons etc.? Or we need to use iTextSharp class like TextField to implement controls during PDF conversion.
Sam
  • 13
  • 1
  • 3
-1
votes
3 answers

Convert text-based pdf to image-based pdf

Sometimes your nicely formatted (TeX'ed) pdf is converted to Microsoft Word because of the default process at some company. This can badly mangle the layout (and fonts?) of your pdf, potentially rendering it unusable. A possible solution to this…
hkBst
  • 2,818
  • 10
  • 29
-1
votes
1 answer

webm to mp3 conversion very slow with avconv

I am using this passthru("youtube-dl -o '../temp/%(title)s.%(ext)s' --restrict- filenames --no-part --no-progress --newline --extract-audio --audio-format mp3 -w --audio-quality 0 http://www.youtube.com$vid"); as a part of my code where I download…
-1
votes
1 answer

SWF to HTML5 Conversion Issues

Yet another Flash question from me. I've completed an interactive game (.SWF) with Flash CC (built with AS3), and I need to convert it to HTML5 for compatibility reasons. I've taken a look at Google's Swiffy, which looked promising, but as you may…
ticklishoctopus
  • 63
  • 1
  • 10
-1
votes
1 answer

Convert *.txt file to *.py file in Java?

If I have a standard txt file and I'm reading it in using either FileInputStream or FileReader, how can I convert that into a .py file using Java?
Broots Waymb
  • 4,713
  • 3
  • 28
  • 51
-1
votes
1 answer

Convert pipe delimited txt file to xlsx

I have to convert 40+ pipe delimited .txt files to excel sheet(.xlsx). Also all the fields should be treated as text while converting it. Below is what I found best efficient manual way of doing it. Just assume I have files as sample1.txt to ...…
user3965989
  • 1
  • 1
  • 1
-1
votes
1 answer

Save converted image into specific path in matlab?

Can someone explain to me how to save our converted image (from *.ppm into *.pgm) in specific directory in matlab.. Here is my code. pathName = 'D:\Matlab\Training\PGM_Files'; % Create it if it doesn't exist. if ~exist(pathName,…
-1
votes
1 answer

batch to search in a folder

I am trying to write a batch file . which looks in a folder for specific files, takes their path and uses them for calling a java script: for example: i have a folder cbacklog in desktop which include *.xls file and i have a converter.js java…
user32
  • 29
  • 1
  • 2
  • 6
-1
votes
2 answers

C# How to convert one file format to another format?

I have two pipe-delimited text files (say, A.txt and B.txt). Below is A.txt file format, a standard format (can think of as Universal Set) "EmpId"|"FName"|"LName"|"Sex"|"DOB"|"SSN"|"TagId1"|"TagId2" Below is B.txt file (can think of Sub Set) with…
1 2 3
51
52