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

Converting xlsx, docx, pdf files as jpg images using PHP

Is there any way to convert xlsx, docx and pdf files to image(jpg) format programtically using PHP? I need to read this files from a server and convert them as images and show on page. Thanks in adv
vamsi
  • 1,488
  • 3
  • 28
  • 66
0
votes
1 answer

How can I convert old xif image files (Pagis, Xerox) to PDF (or another format.)

Years ago I began scanning my "important" documents using Pagis, software that came with my HP Scanner. Eventually I began to scan to PDF (as the scanner software became able), but I still had many old XIF file. The Pagis software would run only on…
Bill Cohagan
  • 379
  • 3
  • 9
0
votes
2 answers

Image Coversion From OpenScenegraph(OSG) To STL File Format

Can anyone guide me how do I convert OSG (OpenSceneGraph) file format image into STL file format. I tried to find ways by google searching but i didn't proper link for that. I am working on processing where I need STL file. So could you please help…
Irfan Ghaffar7
  • 1,143
  • 4
  • 11
  • 30
0
votes
1 answer

Getting fileData from Uri (local, dropbox, drive, etc)

I am getting 0 values when I use this method. I thing the problem is in how I am creating the file. I want to be able to use the Uri from selecting a file via Intent.ACTION_GET_CONTENT. I think I am creating the file wrong but this won't work fully…
napkinsterror
  • 1,915
  • 4
  • 18
  • 27
0
votes
1 answer

OpenOffice spreadsheet import into HSQLDB

OpenOffice ships with HSQLDB. Is it possible to easily import the contents of an OO spreadsheet into the built in database? An added nice to have would be to include the formatting of the cell contents. ie. colors, line feeds, etc. This question…
anon
0
votes
2 answers

Solution of Writing Huge Data DBF Files using Java

i have some problem in conversion or writing dbf files with a big amount of data. I use jdbf library and it provides an array solution for writing all the data. While i run a small amount of data, it really works fast. But, the problem is, i usually…
syaloom
  • 385
  • 5
  • 10
  • 21
0
votes
0 answers

How to get backup file or file conversion

I had uploaded my web design files to the google drive. Those files were with extenstions .html,.css and.js, Those files had been uploaded successfully to the google drive. Today, I was trying to download those files and come to know that all files…
Nijesh Hirpara
  • 1,096
  • 1
  • 12
  • 17
0
votes
2 answers

My excel output not coming as i wanted

Helle guy, I am trying to create a custom made excel output. But my thing is its not giving me output. Once the code reaches if (fline.Designator == null) its showing me an error.. Please have a look to my issue and give me a solution. Codes:- …
0
votes
0 answers

BioFormats In Matlab

I am attempting to implement bio-formats into matlab to run with matlab code the process nd2 microscopy images and quantify them. I am trying to within Matlab directly convert files from nd2>tiff format. If anyone has any guidance as to how I can…
0
votes
2 answers

Is it possible to fix PNG files corrupted by ASCII conversion?

I've accidentally downloaded PNG images as ASCII files. The original files are already deleted so I have now only the downloaded files. Is it possible to fix PNG files corrupted by ASCII conversion?
cyn
  • 1
  • 1
  • 2
0
votes
4 answers

How to remove the all the double quotes and allign every thing in perfect format from a text file

i would like to remove the double quotes from my below text file. i need to input the file using my C# application and read the text file and then remove all the double quotes and give the output. I need to remove all the quotes and make them into…
Stacy Kebler
  • 180
  • 1
  • 3
  • 22
0
votes
1 answer

Convert or render Word document to raster image

I got a bunch of Word templates (DOT files) and I need to provide a quick overview of their contents which has to be updated regulary. My only platforms available are Win32 and Win64. Is there any way to batch convert several (many hundreds of) Word…
dulange
  • 281
  • 3
  • 16
0
votes
1 answer

Error: None-Type error during iteration with Python

I have created a working code to convert GPX files to feature classes in ArcGIS. Unfortunately I have ran into a file that is either corrupted or encrypted (I really don't know). I want to create an exception for these files because there may be…
Tiffers
  • 130
  • 2
0
votes
1 answer

XLS to CSV Powershell Conversion, maintaining decimal points/precision

I'm trying to convert an XLS file into CSV using Excel as a ComObject, yet maintaining the precision of the data concerned. I've tried changing the style to "@" or "Text" or similar for the formatting of each cell, but this still results in limited…
Alex
  • 1
  • 2
0
votes
1 answer

File format conversion

I need to convert my excel file (.xls) to tab delimited text file(.txt) in unix. Can anyone help me on this. For eg. if i upload File.xls in server it should be converted as File.txt Thanks for your replies.